Searched refs:i2DeQueueNeeds (Results 1 - 1 of 1) 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.c278 // Function: i2DeQueueNeeds(pB, type)
289 i2DeQueueNeeds(i2eBordStrPtr pB, int type) function
349 printk(KERN_ERR "i2DeQueueNeeds called with bad type:%x\n",type);
1802 (NULL != (pCh = i2DeQueueNeeds(pB,NEED_BYPASS))))
1867 while ( (NULL != (pCh = i2DeQueueNeeds(pB,NEED_FLOW)))) {
1914 (NULL != (pCh = i2DeQueueNeeds(pB,NEED_INLINE))) )

Completed in 72 milliseconds