Searched refs:NEED_CREDIT (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/ip2/
H A Di2lib.h257 #define NEED_CREDIT 8 // Indicates would be sending except has not sufficient macro
H A Di2lib.c422 case NEED_CREDIT:
423 pCh->channelNeeds |= NEED_CREDIT;
1053 } else if ( pCh->channelNeeds & NEED_CREDIT ) {
1628 if (pCh->channelNeeds & NEED_CREDIT)
1632 pCh->channelNeeds &= ~NEED_CREDIT;
1950 i2QueueNeeds(pB, pCh, NEED_CREDIT);

Completed in 32 milliseconds