Searched refs:NEED_FLOW (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.h254 #define NEED_FLOW 1 // Indicates flow control has been queued macro
H A Di2lib.c213 pCh->channelNeeds = NEED_FLOW; // Since starting from scratch
280 // type bit map: may include NEED_INLINE, NEED_BYPASS, or NEED_FLOW
332 case NEED_FLOW:
344 pCh->channelNeeds &= ~NEED_FLOW;
359 // type bit map: may include NEED_INLINE, NEED_BYPASS, or NEED_FLOW
407 case NEED_FLOW:
410 if ((type & NEED_FLOW) && !(pCh->channelNeeds & NEED_FLOW))
412 pCh->channelNeeds |= NEED_FLOW;
817 i2QueueNeeds(pCh->pMyBord, pCh, NEED_FLOW);
[all...]

Completed in 521 milliseconds