Searched refs:RX_CLAIM_REQ_ALLOC (Results 1 – 3 of 3) sorted by relevance
588 for (i = 0; i < RX_CLAIM_REQ_ALLOC;) { in iwl_pcie_rx_allocator()685 for (i = 0; i < RX_CLAIM_REQ_ALLOC; i++) { in iwl_pcie_rx_allocator_get()695 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()696 rxq->free_count += RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()1133 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC); in _iwl_pcie_rx_init()1270 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()1507 RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()1554 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()1557 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
89 #define RX_CLAIM_REQ_ALLOC 8 macro
616 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))