Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c559 for (i = 0; i < RX_CLAIM_REQ_ALLOC;) { in iwl_pcie_rx_allocator()
654 for (i = 0; i < RX_CLAIM_REQ_ALLOC; i++) { in iwl_pcie_rx_allocator_get()
664 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()
665 rxq->free_count += RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()
1094 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC); in _iwl_pcie_rx_init()
1227 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()
1462 RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()
1490 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()
1493 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
Dinternal.h94 #define RX_CLAIM_REQ_ALLOC 8 macro
/drivers/net/wireless/intel/iwlwifi/
Diwl-fh.h619 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))