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

/drivers/net/fddi/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
/drivers/net/fddi/skfp/
H A Dhwmtm.c410 queue->rx_used = 0 ;
641 int rx_used ; local
649 rx_used = queue->rx_used ;
656 while (rx_used) {
674 rx_used-- ;
722 if (smc->hw.fp.rx_q[QUEUE_R1].rx_used > 0) {
1052 u_short rx_used ; local
1064 rx_used = queue->rx_used ;
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-rx.c97 * iwl_rx_replenish() Replenishes rx_free list from rx_used, and calls
107 * Moves the packet buffer from queue to rx_used.
244 * iwlagn_rx_replenish - Move all used packet from rx_used to rx_free
265 if (list_empty(&rxq->rx_used)) {
301 if (list_empty(&rxq->rx_used)) {
306 element = rxq->rx_used.next;
456 list_add_tail(&rxb->list, &rxq->rx_used);
H A Diwl-trans-pcie-int.h88 * @rx_used: List of Rx buffers with no SKB
94 * NOTE: rx_free and rx_used are used as a FIFO for iwl_rx_mem_buffers
106 struct list_head rx_used; member in struct:iwl_rx_queue
H A Diwl-trans-pcie.c129 /* Fill the rx_used queue with _all_ of the Rx buffers */
141 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
209 INIT_LIST_HEAD(&rxq->rx_used);
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c909 * il3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
919 * Moves the packet buffer from queue to rx_used.
988 * il3945_rx_replenish - Move all used packet from rx_used to rx_free
1008 if (list_empty(&rxq->rx_used)) {
1037 if (list_empty(&rxq->rx_used)) {
1042 element = rxq->rx_used.next;
1071 INIT_LIST_HEAD(&rxq->rx_used);
1072 /* Fill the rx_used queue with _all_ of the Rx buffers */
1083 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1288 list_add_tail(&rxb->list, &rxq->rx_used);
[all...]
H A D4965-mac.c107 INIT_LIST_HEAD(&rxq->rx_used);
108 /* Fill the rx_used queue with _all_ of the Rx buffers */
119 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
308 * il4965_rx_replenish - Move all used packet from rx_used to rx_free
327 if (list_empty(&rxq->rx_used)) {
361 if (list_empty(&rxq->rx_used)) {
366 element = rxq->rx_used.next;
4285 list_add_tail(&rxb->list, &rxq->rx_used);
H A Dcommon.c2480 * il_rx_replenish() Replenishes rx_free list from rx_used, and calls
2490 * Moves the packet buffer from queue to rx_used.
2567 INIT_LIST_HEAD(&rxq->rx_used);
2582 /* Fill the rx_used queue with _all_ of the Rx buffers */
2584 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
H A Dcommon.h603 * @rx_used: List of Rx buffers with no SKB
608 * NOTE: rx_free and rx_used are used as a FIFO for il_rx_bufs
620 struct list_head rx_used; member in struct:il_rx_queue
/drivers/net/wireless/ipw2x00/
H A Dipw2200.c3450 INIT_LIST_HEAD(&rxq->rx_used);
3452 /* Fill the rx_used queue with _all_ of the Rx buffers */
3462 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5143 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5153 * Moves the packet buffer from queue to rx_used.
5203 * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
5217 while (!list_empty(&rxq->rx_used)) {
5218 element = rxq->rx_used.next;
5287 INIT_LIST_HEAD(&rxq->rx_used);
5289 /* Fill the rx_used queu
[all...]
H A Dipw2200.h730 struct list_head rx_used; /* No SKB allocated */ member in struct:ipw_rx_queue

Completed in 1284 milliseconds