Searched refs:rx_free (Results 1 - 13 of 13) sorted by relevance

/drivers/net/fddi/skfp/h/
H A Dfplustm.h111 u_short rx_free ; /* count of free RxD's */ member in struct:s_smt_rx_queue
H A Dhwmtm.h326 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)
/drivers/net/wireless/iwlwifi/pcie/
H A Drx.c77 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
79 * to replenish the iwl->rxq->rx_free.
86 * rx_free list. If there are no allocated buffers in iwl->rxq->rx_free,
93 * iwl_rxq_alloc() Allocates rx_free
94 * iwl_pcie_rx_replenish() Replenishes rx_free list from rx_used, and calls
96 * iwl_pcie_rxq_restock() Moves available buffers from rx_free into Rx
98 * the WRITE index. If insufficient rx_free buffers
202 * as we can, pulling from rx_free.
232 rxb = list_first_entry(&rxq->rx_free, struc
[all...]
H A Dinternal.h84 * @free_count: Number of pre-allocated buffers in rx_free
86 * @rx_free: list of free SKBs for use
93 * NOTE: rx_free and rx_used are used as a FIFO for iwl_rx_mem_buffers
104 struct list_head rx_free; member in struct:iwl_rxq
/drivers/net/ethernet/3com/
H A Dtyphoon.c250 struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned;
1202 sizeof(struct rx_free));
1561 struct rx_free *r;
1572 r = (struct rx_free *) (ring->ringBase + ring->lastWrite);
1588 struct rx_free *r;
1615 r = (struct rx_free *) (ring->ringBase + ring->lastWrite);
H A Dtyphoon.h299 struct rx_free { struct
/drivers/net/fddi/skfp/
H A Dhwmtm.c409 queue->rx_free = SMT_R1_RXD_COUNT ;
1158 queue->rx_free += frag_count ;
1434 smc->hw.fp.rx_q[QUEUE_R1].rx_free-- ;
1515 queue->rx_free += frag_count ;
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c900 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
902 * to replenish the iwl->rxq->rx_free.
908 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
909 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
916 * il3945_rx_replenish() Replenishes rx_free list from rx_used, and calls
918 * il3945_rx_queue_restock() Moves available buffers from rx_free into Rx
920 * the WRITE idx. If insufficient rx_free buffers
947 * as we can, pulling from rx_free.
966 element = rxq->rx_free.next;
995 * il3945_rx_replenish - Move all used packet from rx_used to rx_free
[all...]
H A D4965-mac.c105 INIT_LIST_HEAD(&rxq->rx_free);
258 * as we can, pulling from rx_free.
279 element = rxq->rx_free.next;
307 * il4965_rx_replenish - Move all used packet from rx_used to rx_free
309 * When moving to rx_free an SKB is allocated for the slot.
388 list_add_tail(&rxb->list, &rxq->rx_free);
4311 * rx_free list for reuse later. */
4325 list_add_tail(&rxb->list, &rxq->rx_free);
H A Dcommon.h597 * @free_count: Number of pre-allocated buffers in rx_free
598 * @rx_free: list of free SKBs for use
604 * NOTE: rx_free and rx_used are used as a FIFO for il_rx_bufs
615 struct list_head rx_free; member in struct:il_rx_queue
H A Dcommon.c2516 * + A list of pre-allocated SKBs is stored in iwl->rxq->rx_free. When
2518 * to replenish the iwl->rxq->rx_free.
2524 * + The Host/Firmware iwl->rxq is replenished at tasklet time from the rx_free
2525 * list. If there are no allocated buffers in iwl->rxq->rx_free, the READ
2532 * il_rx_queue_alloc() Allocates rx_free
2533 * il_rx_replenish() Replenishes rx_free list from rx_used, and calls
2535 * il_rx_queue_restock() Moves available buffers from rx_free into Rx
2537 * the WRITE idx. If insufficient rx_free buffers
2619 INIT_LIST_HEAD(&rxq->rx_free);
/drivers/net/wireless/ipw2x00/
H A Dipw2200.h726 u32 free_count; /* Number of pre-allocated buffers in rx_free */
728 struct list_head rx_free; /* Own an SKBs */ member in struct:ipw_rx_queue
H A Dipw2200.c3458 INIT_LIST_HEAD(&rxq->rx_free);
5119 * + A list of pre-allocated SKBs is stored in ipw->rxq->rx_free. When
5121 * to replensish the ipw->rxq->rx_free.
5127 * + The Host/Firmware ipw->rxq is replenished at tasklet time from the rx_free
5128 * list. If there are no allocated buffers in ipw->rxq->rx_free, the READ
5135 * ipw_rx_queue_alloc() Allocates rx_free
5136 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5138 * ipw_rx_queue_restock() Moves available buffers from rx_free into Rx
5140 * the WRITE index. If insufficient rx_free buffers
5156 * as we can pulling from rx_free
[all...]

Completed in 3023 milliseconds