Lines Matching refs:tfds
417 struct iwl_tfd *tfd_tmp = txq->tfds; in iwl_pcie_txq_free_tfd()
457 tfd_tmp = txq->tfds; in iwl_pcie_txq_build_tfd()
490 if (WARN_ON(txq->entries || txq->tfds)) in iwl_pcie_txq_alloc()
517 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
519 if (!txq->tfds) in iwl_pcie_txq_alloc()
539 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->q.dma_addr); in iwl_pcie_txq_alloc()
630 if (txq->tfds) { in iwl_pcie_txq_free()
633 txq->tfds, txq->q.dma_addr); in iwl_pcie_txq_free()
635 txq->tfds = NULL; in iwl_pcie_txq_free()
1524 &txq->tfds[q->write_ptr]); in iwl_pcie_enqueue_hcmd()
1548 &txq->tfds[q->write_ptr]); in iwl_pcie_enqueue_hcmd()
1630 iwl_pcie_tfd_unmap(trans, meta, &txq->tfds[index]); in iwl_pcie_hcmd_complete()
1907 &txq->tfds[q->write_ptr]); in iwl_trans_pcie_tx()
1927 &txq->tfds[q->write_ptr]); in iwl_trans_pcie_tx()
1940 &txq->tfds[txq->q.write_ptr], in iwl_trans_pcie_tx()