Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Drx.c450 for (i = 0; i < RX_CLAIM_REQ_ALLOC;) { in iwl_pcie_rx_allocator()
522 *out[RX_CLAIM_REQ_ALLOC]) in iwl_pcie_rx_allocator_get() argument
540 for (i = 0; i < RX_CLAIM_REQ_ALLOC; i++) { in iwl_pcie_rx_allocator_get()
821 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()
997 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) { in iwl_pcie_rx_handle()
999 struct iwl_rx_mem_buffer *out[RX_CLAIM_REQ_ALLOC]; in iwl_pcie_rx_handle()
1001 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && in iwl_pcie_rx_handle()
1019 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_handle()
1020 for (j = 0; j < RX_CLAIM_REQ_ALLOC; j++) { in iwl_pcie_rx_handle()
1043 if (rxq->free_count >= RX_CLAIM_REQ_ALLOC) { in iwl_pcie_rx_handle()
Dinternal.h58 #define RX_CLAIM_REQ_ALLOC 8 macro
59 #define RX_POOL_SIZE ((RX_CLAIM_REQ_ALLOC - RX_POST_REQ_ALLOC) * RX_NUM_QUEUES)