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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-rx.c91 * iwl_rx_replenish() Replenishes rx_free list from rx_used, and calls
101 * Moves the packet buffer from queue to rx_used.
175 INIT_LIST_HEAD(&rxq->rx_used);
188 /* Fill the rx_used queue with _all_ of the Rx buffers */
190 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
H A Diwl-agn-lib.c442 INIT_LIST_HEAD(&rxq->rx_used);
443 /* Fill the rx_used queue with _all_ of the Rx buffers */
454 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
635 * iwlagn_rx_replenish - Move all used packet from rx_used to rx_free
653 if (list_empty(&rxq->rx_used)) {
686 if (list_empty(&rxq->rx_used)) {
691 element = rxq->rx_used.next;
H A Diwl3945-base.c951 * iwl3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
961 * Moves the packet buffer from queue to rx_used.
1029 * iwl3945_rx_replenish - Move all used packet from rx_used to rx_free
1048 if (list_empty(&rxq->rx_used)) {
1077 if (list_empty(&rxq->rx_used)) {
1082 element = rxq->rx_used.next;
1109 INIT_LIST_HEAD(&rxq->rx_used);
1110 /* Fill the rx_used queue with _all_ of the Rx buffers */
1121 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
1320 list_add_tail(&rxb->list, &rxq->rx_used);
[all...]
H A Diwl-dev.h356 * @rx_used: List of Rx buffers with no SKB
361 * NOTE: rx_free and rx_used are used as a FIFO for iwl_rx_mem_buffers
373 struct list_head rx_used; member in struct:iwl_rx_queue
H A Diwl-agn.c1027 list_add_tail(&rxb->list, &rxq->rx_used);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.c3421 INIT_LIST_HEAD(&rxq->rx_used);
3423 /* Fill the rx_used queue with _all_ of the Rx buffers */
3433 list_add_tail(&rxq->pool[i].list, &rxq->rx_used);
5125 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5135 * Moves the packet buffer from queue to rx_used.
5185 * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
5199 while (!list_empty(&rxq->rx_used)) {
5200 element = rxq->rx_used.next;
5269 INIT_LIST_HEAD(&rxq->rx_used);
5271 /* Fill the rx_used queu
[all...]
H A Dipw2200.h731 struct list_head rx_used; /* No SKB allocated */ member in struct:ipw_rx_queue

Completed in 214 milliseconds