Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h571 int (*txq_alloc)(struct iwl_trans *trans, member
994 if (WARN_ON_ONCE(!trans->ops->txq_alloc)) in iwl_trans_txq_alloc()
1002 return trans->ops->txq_alloc(trans, cmd, cmd_id, size, wdg_timeout); in iwl_trans_txq_alloc()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c3227 .txq_alloc = iwl_trans_pcie_dyn_txq_alloc,