Searched refs:used_count (Results 1 – 2 of 2) sorted by relevance
645 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()998 rxq->used_count = 0; in iwl_pcie_rx_init_rxb_lists()1280 rxq->used_count++; in iwl_pcie_rx_reuse_rbd()1287 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()1580 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()1583 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
154 u32 used_count; member