Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/pcie/
Dtx.c415 struct iwl_tfd *tfd_tmp = txq->tfds; in iwl_pcie_txq_free_tfd()
455 tfd_tmp = txq->tfds; in iwl_pcie_txq_build_tfd()
488 if (WARN_ON(txq->entries || txq->tfds)) in iwl_pcie_txq_alloc()
515 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
517 if (!txq->tfds) in iwl_pcie_txq_alloc()
537 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->q.dma_addr); in iwl_pcie_txq_alloc()
628 if (txq->tfds) { in iwl_pcie_txq_free()
631 txq->tfds, txq->q.dma_addr); in iwl_pcie_txq_free()
633 txq->tfds = NULL; in iwl_pcie_txq_free()
1383 &txq->tfds[q->write_ptr]); in iwl_pcie_enqueue_hcmd()
[all …]
Dinternal.h225 struct iwl_tfd *tfds; member
Dtrans.c2009 cmdlen = iwl_trans_pcie_get_cmdlen(&cmdq->tfds[ptr]); in iwl_trans_pcie_dump_data()
/drivers/net/wireless/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.c2803 txq->tfds, txq->q.dma_addr); in il_tx_queue_free()
2882 txq->tfds, txq->q.dma_addr); in il_cmd_queue_free()
2995 txq->tfds = in il_tx_queue_alloc()
2997 if (!txq->tfds) in il_tx_queue_alloc()
Dcommon.h166 void *tfds; member
D4965-mac.c3934 struct il_tfd *tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_free_tfd()
3985 tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_attach_buf_to_tfd()