Searched refs:rx_free (Results 1 – 8 of 8) sorted by relevance
265 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()
107 u_short rx_free ; /* count of free RxD's */ member
325 #define HWM_GET_RX_FREE(smc) ((int)(smc)->hw.fp.rx_q[QUEUE_R1].rx_free-1)
244 struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned;1202 sizeof(struct rx_free)); in typhoon_init_interface()1560 struct rx_free *r; in typhoon_recycle_rx_skb()1571 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_recycle_rx_skb()1587 struct rx_free *r; in typhoon_alloc_rx_skb()1614 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_alloc_rx_skb()
299 struct rx_free { struct
401 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()
3389 INIT_LIST_HEAD(&rxq->rx_free); in ipw_rx_queue_reset()5102 element = rxq->rx_free.next; in ipw_rx_queue_restock()5157 list_add_tail(&rxb->list, &rxq->rx_free); in ipw_rx_queue_replenish()5209 INIT_LIST_HEAD(&rxq->rx_free); in ipw_rx_queue_alloc()
2602 INIT_LIST_HEAD(&rxq->rx_free); in il_rx_queue_alloc()