Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c655 container_of(data, struct iwl_rb_allocator, rx_alloc);
1074 cancel_work_sync(&rba->rx_alloc);
1199 cancel_work_sync(&rba->rx_alloc);
1272 queue_work(rba->alloc_wq, &rba->rx_alloc);
H A Dinternal.h185 struct work_struct rx_alloc; member
H A Dtrans.c3619 INIT_WORK(&trans_pcie->rba.rx_alloc, iwl_pcie_rx_allocator_work); in iwl_trans_pcie_alloc()