Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c702 container_of(data, struct iwl_rb_allocator, rx_alloc); in iwl_pcie_rx_allocator_work()
1088 cancel_work_sync(&rba->rx_alloc); in _iwl_pcie_rx_init()
1205 cancel_work_sync(&rba->rx_alloc); in iwl_pcie_rx_free()
1276 queue_work(rba->alloc_wq, &rba->rx_alloc); in iwl_pcie_rx_reuse_rbd()
Dinternal.h241 struct work_struct rx_alloc; member
Dtrans.c3521 INIT_WORK(&trans_pcie->rba.rx_alloc, iwl_pcie_rx_allocator_work); in iwl_trans_pcie_alloc()