Searched refs:rx_free (Results 1 – 12 of 12) sorted by relevance
82 count = rxr->rx_free; in qls_replenish_rx()108 rxr->rx_free--; in qls_replenish_rx()216 rxr->rx_free++; in qls_rx_comp()222 if ((rxr->rx_free + rxr->sbq_free) >= 16) in qls_rx_comp()
180 uint32_t rx_free; member
1119 rxr->rx_free = rxr->rx_next = 0; in qls_init_comp_queue()
112 sdsp->rx_free++; in qla_rx_intr()175 if (sdsp->rx_free > ha->std_replenish) in qla_rx_intr()253 sdsp->rx_free++; in qla_lro_intr()332 if (sdsp->rx_free > ha->std_replenish) in qla_lro_intr()347 if (sdsp->rx_free > ha->std_replenish) in qla_lro_intr()733 if (sdsp->rx_free > ha->std_replenish) in ql_rcv_isr()890 int count = sdsp->rx_free; in qla_replenish_normal_rx()908 sdsp->rx_free--; in qla_replenish_normal_rx()928 sdsp->rx_free++; in qla_replenish_normal_rx()
1900 ha->hw.sds[i].rx_free = 0; in qla_alloc_rcv_bufs()1925 ha->hw.sds[i].rx_free = 0; in qla_free_rcv_bufs()
1479 uint32_t rx_free; member
794 CTLFLAG_RD, &ha->hw.sds[i].rx_free, in qlnx_add_drvr_sds_stats()795 ha->hw.sds[i].rx_free, "rx_free"); in qlnx_add_drvr_sds_stats()
107 sdsp->rx_free++; in qla_rx_intr()149 if (sdsp->rx_free > std_replenish) in qla_rx_intr()228 sdsp->rx_free--; in qla_replenish_normal_rx()248 sdsp->rx_free++; in qla_replenish_normal_rx()
715 uint32_t rx_free; member
1234 ha->hw.sds[i].rx_free = 0; in qla_alloc_rcv_bufs()1364 ha->hw.sds[i].rx_free = 0; in qla_free_rcv_bufs()
55 * + A list of pre-allocated RBDs is stored in iwl->rxq->rx_free.58 * or reused - added immediately to the iwl->rxq->rx_free list.66 * add them to iwl->rxq->rx_free. If it fails - it continues to claim them77 * + If there are no allocated buffers in iwl->rxq->rx_free,84 * iwl_rxq_alloc() Allocates rx_free85 * iwl_pcie_rx_replenish() Replenishes rx_free list from rx_used, and calls88 * iwl_pcie_rxq_restock() Moves available buffers from rx_free into Rx104 * rxq.pool -> rxq.rx_used -> rxq.rx_free -> rxq.queue109 * allocator.rbd_allocated -> rxq.rx_free -> rxq.queue111 * rxq.queue -> rxq.rx_free [all...]
128 * @free_count: Number of pre-allocated buffers in rx_free131 * @rx_free: list of RBDs with allocated RB ready for use143 * NOTE: rx_free and rx_used are used as a FIFO for iwl_rx_mem_buffers157 struct list_head rx_free; member