Home
last modified time | relevance | path

Searched refs:iwl_trans_alloc_tx_cmd (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c336 struct iwl_device_tx_cmd *iwl_trans_alloc_tx_cmd(struct iwl_trans *trans) in iwl_trans_alloc_tx_cmd() function
340 IWL_EXPORT_SYMBOL(iwl_trans_alloc_tx_cmd);
H A Diwl-trans.h951 struct iwl_device_tx_cmd *iwl_trans_alloc_tx_cmd(struct iwl_trans *trans);
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dtx.c753 dev_tx_cmd = iwl_trans_alloc_tx_cmd(mld->trans); in iwl_mld_tx_mpdu()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c562 dev_cmd = iwl_trans_alloc_tx_cmd(mvm->trans); in iwl_mvm_set_tx_params()