Searched refs:RX_CLAIM_REQ_ALLOC (Results 1 – 3 of 3) sorted by relevance
537 for (i = 0; i < RX_CLAIM_REQ_ALLOC;) { in iwl_pcie_rx_allocator()634 for (i = 0; i < RX_CLAIM_REQ_ALLOC; i++) { in iwl_pcie_rx_allocator_get()644 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()645 rxq->free_count += RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()1123 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC); in _iwl_pcie_rx_init()1262 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()1509 RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()1556 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()1559 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
32 #define RX_CLAIM_REQ_ALLOC 8 macro
560 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))