Home
last modified time | relevance | path

Searched refs:tfds (Results 1 – 11 of 11) 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()
358 * TFD_QUEUE_SIZE_MAX tfds in iwl_txq_free_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 in iwl_pcie_txq_alloc()
[all...]
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()
H A Dinternal.h669 return (u8 *)txq->tfds + trans_pcie->txqs.tfd.size * idx; in iwl_txq_get_tfd()
H A Dtrans.c3601 (u8 *)cmdq->tfds + in iwl_trans_pcie_dump_data()
/linux/drivers/bluetooth/
H A Dbtintel_pcie.h363 * @tfds: Array of TFD
371 struct tfd *tfds; member
H A Dbtintel_pcie.c240 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()
1877 /* Setup tfds */ in btintel_pcie_alloc()
1879 data->txq.tfds = v_addr; in btintel_pcie_alloc()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h749 * @tfds: transmit frame descriptors (DMA memory)
793 void *tfds; member
/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()