Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c499 tfd = txq->tfds + trans_pcie->tfd_size * txq->write_ptr; in iwl_pcie_txq_build_tfd()
531 if (WARN_ON(txq->entries || txq->tfds)) in iwl_pcie_txq_alloc()
560 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
562 if (!txq->tfds) in iwl_pcie_txq_alloc()
577 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->dma_addr); in iwl_pcie_txq_alloc()
726 if (txq->tfds) { in iwl_pcie_txq_free()
730 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free()
732 txq->tfds = NULL; in iwl_pcie_txq_free()
Dinternal.h362 void *tfds; member
921 return txq->tfds + trans_pcie->tfd_size * idx; in iwl_pcie_get_tfd()
Dtx-gen2.c1067 if (txq->tfds) { in iwl_pcie_gen2_txq_free_memory()
1070 txq->tfds, txq->dma_addr); in iwl_pcie_gen2_txq_free_memory()
Dtrans.c3284 (u8 *)cmdq->tfds + in iwl_trans_pcie_dump_data()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D3945.c605 tfd_tmp = (struct il3945_tfd *)txq->tfds; in il3945_hw_txq_attach_buf_to_tfd()
638 struct il3945_tfd *tfd_tmp = (struct il3945_tfd *)txq->tfds; in il3945_hw_txq_free_tfd()
Dcommon.c2791 txq->tfds, txq->q.dma_addr); in il_tx_queue_free()
2872 txq->tfds, txq->q.dma_addr); in il_cmd_queue_free()
2985 txq->tfds = in il_tx_queue_alloc()
2987 if (!txq->tfds) in il_tx_queue_alloc()
Dcommon.h152 void *tfds; member
D4965-mac.c3917 struct il_tfd *tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_free_tfd()
3968 tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_attach_buf_to_tfd()