Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c170 tfd = (u8 *)txq->tfds + trans_pcie->txqs.tfd.size * txq->write_ptr; in iwl_pcie_txq_build_tfd()
458 if (txq->tfds) { in iwl_pcie_txq_free()
462 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free()
464 txq->tfds = NULL; in iwl_pcie_txq_free()
734 if (WARN_ON(txq->entries || txq->tfds)) in iwl_pcie_txq_alloc()
763 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
765 if (!txq->tfds) in iwl_pcie_txq_alloc()
789 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->dma_addr); in iwl_pcie_txq_alloc()
790 txq->tfds = NULL; in iwl_pcie_txq_alloc()
H A Dtx-gen2.c859 if (txq->tfds) { in iwl_txq_gen2_free_memory()
862 txq->tfds, txq->dma_addr); in iwl_txq_gen2_free_memory()
/linux/drivers/net/wireless/intel/iwlegacy/
H A 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()
H A Dcommon.c2791 txq->tfds, txq->q.dma_addr); in il_tx_queue_free()
2871 txq->tfds, txq->q.dma_addr); in il_cmd_queue_free()
2984 txq->tfds = in il_tx_queue_alloc()
2986 if (!txq->tfds) in il_tx_queue_alloc()
H A Dcommon.h152 void *tfds; member
H A D4965-mac.c3914 struct il_tfd *tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_free_tfd()
3965 tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_attach_buf_to_tfd()
/linux/drivers/bluetooth/
H A Dbtintel_pcie.c247 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()
1829 data->txq.tfds = v_addr; in btintel_pcie_alloc()