Home
last modified time | relevance | path

Searched refs:allocator_pool_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1082 int i, err, queue_size, allocator_pool_size, num_alloc; in _iwl_pcie_rx_init() local
1135 allocator_pool_size = trans->num_rx_queues * in _iwl_pcie_rx_init()
1137 num_alloc = queue_size + allocator_pool_size; in _iwl_pcie_rx_init()
1142 if (i < allocator_pool_size) in _iwl_pcie_rx_init()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1083 int i, err, queue_size, allocator_pool_size, num_alloc; in _iwl_pcie_rx_init() local
1144 allocator_pool_size = trans->num_rx_queues * in _iwl_pcie_rx_init()
1146 num_alloc = queue_size + allocator_pool_size; in _iwl_pcie_rx_init()
1151 if (i < allocator_pool_size) in _iwl_pcie_rx_init()

Completed in 6 milliseconds