Home
last modified time | relevance | path

Searched refs:CmdPendingP (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/generic_serial/rio/
Driocmd.c593 …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()
Dunixrup.h42 struct CmdBlk *CmdPendingP; /* The command currently being sent */ member