Home
last modified time | relevance | path

Searched refs:RX_CLAIM_REQ_ALLOC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c591 for (i = 0; i < RX_CLAIM_REQ_ALLOC;) { in iwl_pcie_rx_allocator()
688 for (i = 0; i < RX_CLAIM_REQ_ALLOC; i++) { in iwl_pcie_rx_allocator_get()
698 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()
699 rxq->free_count += RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()
1136 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC); in _iwl_pcie_rx_init()
1269 * issue a request for allocator. Modulo RX_CLAIM_REQ_ALLOC is in iwl_pcie_rx_reuse_rbd()
1270 * used for the case we failed to claim RX_CLAIM_REQ_ALLOC, in iwl_pcie_rx_reuse_rbd()
1273 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()
1510 RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()
1551 * If we have RX_CLAIM_REQ_ALLOC release in iwl_pcie_rx_handle()
[all...]
H A Dinternal.h89 #define RX_CLAIM_REQ_ALLOC 8 macro
/kernel/linux/linux-6.6/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()
1145 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC); in _iwl_pcie_rx_init()
1278 * issue a request for allocator. Modulo RX_CLAIM_REQ_ALLOC is in iwl_pcie_rx_reuse_rbd()
1279 * used for the case we failed to claim RX_CLAIM_REQ_ALLOC, in iwl_pcie_rx_reuse_rbd()
1282 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()
1529 RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()
1570 * If we have RX_CLAIM_REQ_ALLOC release in iwl_pcie_rx_handle()
[all...]
H A Dinternal.h33 #define RX_CLAIM_REQ_ALLOC 8 macro
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h616 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h560 (RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC))

Completed in 10 milliseconds