Home
last modified time | relevance | path

Searched refs:tfds (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c466 tfd = txq->tfds + trans_pcie->tfd_size * txq->write_ptr; in iwl_pcie_txq_build_tfd()
498 if (WARN_ON(txq->entries || txq->tfds)) in iwl_pcie_txq_alloc()
527 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
529 if (!txq->tfds) in iwl_pcie_txq_alloc()
544 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->dma_addr); in iwl_pcie_txq_alloc()
703 if (txq->tfds) { in iwl_pcie_txq_free()
707 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free()
709 txq->tfds = NULL; in iwl_pcie_txq_free()
Dinternal.h407 void *tfds; member
912 return txq->tfds + trans_pcie->tfd_size * idx; in iwl_pcie_get_tfd()
Dtx-gen2.c1075 if (txq->tfds) { in iwl_pcie_gen2_txq_free_memory()
1078 txq->tfds, txq->dma_addr); in iwl_pcie_gen2_txq_free_memory()
Dtrans.c3083 cmdq->tfds + in iwl_trans_pcie_dump_data()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945.c620 tfd_tmp = (struct il3945_tfd *)txq->tfds; in il3945_hw_txq_attach_buf_to_tfd()
653 struct il3945_tfd *tfd_tmp = (struct il3945_tfd *)txq->tfds; in il3945_hw_txq_free_tfd()
Dcommon.c2807 txq->tfds, txq->q.dma_addr); in il_tx_queue_free()
2888 txq->tfds, txq->q.dma_addr); in il_cmd_queue_free()
3001 txq->tfds = in il_tx_queue_alloc()
3003 if (!txq->tfds) in il_tx_queue_alloc()
Dcommon.h167 void *tfds; member
D4965-mac.c3933 struct il_tfd *tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_free_tfd()
3984 tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_attach_buf_to_tfd()