Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1508 u32 rb_pending_alloc = in iwl_pcie_rx_handle() local
1513 if (unlikely(rb_pending_alloc >= rxq->queue_size / 2 && in iwl_pcie_rx_handle()
1519 rb_pending_alloc); in iwl_pcie_rx_handle()
1567 if (rb_pending_alloc < rxq->queue_size / 3) { in iwl_pcie_rx_handle()
1570 rb_pending_alloc); in iwl_pcie_rx_handle()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1527 u32 rb_pending_alloc = in iwl_pcie_rx_handle() local
1532 if (unlikely(rb_pending_alloc >= rxq->queue_size / 2 && in iwl_pcie_rx_handle()
1538 rb_pending_alloc); in iwl_pcie_rx_handle()
1586 if (rb_pending_alloc < rxq->queue_size / 3) { in iwl_pcie_rx_handle()
1589 rb_pending_alloc); in iwl_pcie_rx_handle()

Completed in 6 milliseconds