Lines Matching refs:tfds
409 struct iwl_tfd *tfd_tmp = txq->tfds; in iwl_pcie_txq_free_tfd()
449 tfd_tmp = txq->tfds; in iwl_pcie_txq_build_tfd()
482 if (WARN_ON(txq->entries || txq->tfds)) in iwl_pcie_txq_alloc()
509 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
511 if (!txq->tfds) in iwl_pcie_txq_alloc()
531 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->q.dma_addr); in iwl_pcie_txq_alloc()
622 if (txq->tfds) { in iwl_pcie_txq_free()
625 txq->tfds, txq->q.dma_addr); in iwl_pcie_txq_free()
627 txq->tfds = NULL; in iwl_pcie_txq_free()
1489 &txq->tfds[q->write_ptr]); in iwl_pcie_enqueue_hcmd()
1513 &txq->tfds[q->write_ptr]); in iwl_pcie_enqueue_hcmd()
1595 iwl_pcie_tfd_unmap(trans, meta, &txq->tfds[index]); in iwl_pcie_hcmd_complete()
1859 &txq->tfds[q->write_ptr]); in iwl_trans_pcie_tx()
1869 &txq->tfds[txq->q.write_ptr], in iwl_trans_pcie_tx()