Home
last modified time | relevance | path

Searched refs:rx_free (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c265 rxb = list_first_entry(&rxq->rx_free, struct iwl_rx_mem_buffer, in iwl_pcie_rxmq_restock()
316 rxb = list_first_entry(&rxq->rx_free, struct iwl_rx_mem_buffer, in iwl_pcie_rxsq_restock()
482 list_add_tail(&rxb->list, &rxq->rx_free); in iwl_pcie_rxq_alloc_rbs()
641 list_move(&rxb->list, &rxq->rx_free); in iwl_pcie_rx_allocator_get()
992 INIT_LIST_HEAD(&rxq->rx_free); in iwl_pcie_rx_init_rxb_lists()
1436 list_add_tail(&rxb->list, &rxq->rx_free); in iwl_pcie_rx_handle_rb()
1562 list_add_tail(&rxb->list, &rxq->rx_free); in iwl_pcie_rx_handle()
/linux/drivers/net/fddi/skfp/h/
H A Dfplustm.h107 u_short rx_free ; /* count of free RxD's */ member
H A Dhwmtm.h325 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)
/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c265 struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned;
1223 sizeof(struct rx_free)); in typhoon_init_interface()
1581 struct rx_free *r;
1592 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_alloc_rx_skb()
1608 struct rx_free *r; in typhoon_alloc_rx_skb()
1635 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_rx()
H A Dtyphoon.h299 struct rx_free { struct
/linux/drivers/net/fddi/skfp/
H A Dhwmtm.c401 queue->rx_free = SMT_R1_RXD_COUNT ; in init_rxd_ring()
1150 queue->rx_free += frag_count ; in process_receive()
1426 smc->hw.fp.rx_q[QUEUE_R1].rx_free-- ; in hwm_rx_frag()
1507 queue->rx_free += frag_count ; in mac_drv_clear_rx_queue()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3389 INIT_LIST_HEAD(&rxq->rx_free); in ipw_rx_queue_reset()
5048 * + A list of pre-allocated SKBs is stored in ipw->rxq->rx_free. When
5050 * to replensish the ipw->rxq->rx_free.
5056 * + The Host/Firmware ipw->rxq is replenished at tasklet time from the rx_free
5057 * list. If there are no allocated buffers in ipw->rxq->rx_free, the READ
5064 * ipw_rx_queue_alloc() Allocates rx_free
5065 * ipw_rx_queue_replenish() Replenishes rx_free list from rx_used, and calls
5067 * ipw_rx_queue_restock() Moves available buffers from rx_free into Rx
5069 * the WRITE index. If insufficient rx_free buffers
5085 * as we can pulling from rx_free
[all...]
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2602 INIT_LIST_HEAD(&rxq->rx_free); in il_rx_queue_alloc()