Home
last modified time | relevance | path

Searched refs:RX_CLAIM_REQ_ALLOC (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c537 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()
1150 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC); in _iwl_pcie_rx_init()
1287 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()
1533 RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()
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()
H A Dinternal.h33 #define RX_CLAIM_REQ_ALLOC 8 macro
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h560 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))