Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c603 container_of(data, struct iwl_rb_allocator, rx_alloc); in iwl_pcie_rx_allocator_work()
899 INIT_WORK(&rba->rx_alloc, iwl_pcie_rx_allocator_work); in iwl_pcie_rx_init()
992 cancel_work_sync(&rba->rx_alloc); in iwl_pcie_rx_free()
1067 queue_work(rba->alloc_wq, &rba->rx_alloc); in iwl_pcie_rx_reuse_rbd()
Dinternal.h165 struct work_struct rx_alloc; member