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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dunixrup.h42 struct CmdBlk *CmdPendingP; /* The command currently being sent */ member in struct:UnixRup
H A Driocmd.c593 if ((UnixRupP->CmdsWaitingP == NULL) && (UnixRupP->CmdPendingP == NULL) && (readw(&UnixRupP->RupP->txcontrol) == TX_RUP_INACTIVE) && (CmdBlkP->PreFuncP ? (*CmdBlkP->PreFuncP) (CmdBlkP->PreArg, CmdBlkP)
605 UnixRupP->CmdPendingP = CmdBlkP;
620 if (UnixRupP->CmdPendingP != NULL)
729 if ((CmdBlkP = UnixRupP->CmdPendingP) && /* ASSIGN! */
755 UnixRupP->CmdPendingP = NULL;
768 (UnixRupP->CmdPendingP == NULL) && (readw(&UnixRupP->RupP->txcontrol) == TX_RUP_INACTIVE)) {
791 UnixRupP->CmdPendingP = CmdBlkP;

Completed in 160 milliseconds