Searched refs:rx_used (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dhwmtm.h312 #define HWM_GET_RX_USED(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_used)
360 if ((low_water) >= (smc)->hw.fp.rx_q[QUEUE_R1].rx_used) {\
H A Dfplustm.h112 u_short rx_used ; /* count of used RxD's */ member in struct:s_smt_rx_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dhwmtm.c419 queue->rx_used = 0 ;
650 int rx_used ; local
658 rx_used = queue->rx_used ;
665 while (rx_used) {
683 rx_used-- ;
731 if (smc->hw.fp.rx_q[QUEUE_R1].rx_used > 0) {
1061 u_short rx_used ; local
1073 rx_used = queue->rx_used ;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c3341 INIT_LIST_HEAD(&rxq->rx_used);
3343 /* Fill the rx_used queue with _all_ of the Rx buffers */
3353 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5001 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5011 * Moves the packet buffer from queue to rx_used.
5061 * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
5075 while (!list_empty(&rxq->rx_used)) {
5076 element = rxq->rx_used.next;
5145 INIT_LIST_HEAD(&rxq->rx_used);
5147 /* Fill the rx_used queu
[all...]
H A Dipw2200.h729 struct list_head rx_used; /* No SKB allocated */ member in struct:ipw_rx_queue

Completed in 183 milliseconds