Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c192 iwl_pcie_get_tfd(trans, txq, idx)); in iwl_pcie_gen2_free_tfd()
378 struct iwl_tfh_tfd *tfd = iwl_pcie_get_tfd(trans, txq, idx); in iwl_pcie_gen2_build_tx_amsdu()
429 struct iwl_tfh_tfd *tfd = iwl_pcie_get_tfd(trans, txq, idx); in iwl_pcie_gen2_build_tx()
509 struct iwl_tfh_tfd *tfd = iwl_pcie_get_tfd(trans, txq, idx); in iwl_pcie_gen2_build_tfd()
729 tfd = iwl_pcie_get_tfd(trans, txq, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd()
Dtx.c378 void *tfd = iwl_pcie_get_tfd(trans, txq, index); in iwl_pcie_tfd_unmap()
2025 iwl_pcie_get_tfd(trans, txq, txq->write_ptr), in iwl_fill_data_tbs()
2099 iwl_pcie_get_tfd(trans, txq, txq->write_ptr), in iwl_fill_data_tbs_amsdu()
2438 tfd = iwl_pcie_get_tfd(trans, txq, txq->write_ptr); in iwl_trans_pcie_tx()
Dinternal.h904 static inline void *iwl_pcie_get_tfd(struct iwl_trans *trans, in iwl_pcie_get_tfd() function