Lines Matching refs:command
146 ushort command; member
209 int command; /* last command issued */ member
270 command(Ctlr* ctlr, int c, int v) in command() function
295 ctlr->command = -1; in command()
324 ctlr->command = c; in command()
390 command(ctlr, RUstart, PADDR(ctlr->rfdhead->rp)); in attach()
423 command(ctlr, DumpSC, 0); in ifstat()
507 cb->command = CbS|CbSF|CbTransmit; in txstart()
517 cb->command = CbS|CbConfigure; in txstart()
522 cb->command = CbS|CbIAS; in txstart()
527 cb->command = CbS|CbMAS; in txstart()
539 ctlr->cbhead->command &= ~CbS; in txstart()
549 command(ctlr, CUnop, 0); in txstart()
552 command(ctlr, CUresume, 0); in txstart()
733 command(ctlr, RUresume, 0); in interrupt()
810 ctlr->cbr[i].command = CbS|CbNOP; in ctlrinit()
1098 command(ctlr, LoadRUB, 0); in reset()
1099 command(ctlr, LoadCUB, 0); in reset()
1100 command(ctlr, LoadDCA, PADDR(ctlr->dump)); in reset()
1309 command(ctlr, CUstart, PADDR(&ctlr->cbr->status)); in reset()