Searched refs:RX_CLAIM_REQ_ALLOC (Results 1 – 3 of 3) sorted by relevance
524 for (i = 0; i < RX_CLAIM_REQ_ALLOC;) { in iwl_pcie_rx_allocator()613 for (i = 0; i < RX_CLAIM_REQ_ALLOC; i++) { in iwl_pcie_rx_allocator_get()623 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()624 rxq->free_count += RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()1065 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC); in _iwl_pcie_rx_init()1175 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()1420 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()1423 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
61 #define RX_CLAIM_REQ_ALLOC 8 macro
620 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))