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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 128 milliseconds