Searched refs:CmdPendingP (Results 1 – 2 of 2) sorted by relevance
593 …if ((UnixRupP->CmdsWaitingP == NULL) && (UnixRupP->CmdPendingP == NULL) && (readw(&UnixRupP->RupP-… in RIOQueueCmdBlk()605 UnixRupP->CmdPendingP = CmdBlkP; in RIOQueueCmdBlk()620 if (UnixRupP->CmdPendingP != NULL) in RIOQueueCmdBlk()729 if ((CmdBlkP = UnixRupP->CmdPendingP) && /* ASSIGN! */ in RIOPollHostCommands()755 UnixRupP->CmdPendingP = NULL; in RIOPollHostCommands()768 (UnixRupP->CmdPendingP == NULL) && (readw(&UnixRupP->RupP->txcontrol) == TX_RUP_INACTIVE)) { in RIOPollHostCommands()791 UnixRupP->CmdPendingP = CmdBlkP; in RIOPollHostCommands()
42 struct CmdBlk *CmdPendingP; /* The command currently being sent */ member