Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c857 if (txq->tfds) { in iwl_txq_gen2_free_memory()
860 txq->tfds, txq->dma_addr); in iwl_txq_gen2_free_memory()
1059 if (WARN_ON(txq->entries || txq->tfds)) in iwl_txq_alloc()
1087 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_txq_alloc()
1089 if (!txq->tfds) in iwl_txq_alloc()
1113 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->dma_addr); in iwl_txq_alloc()
1114 txq->tfds = NULL; in iwl_txq_alloc()
H A Dtx.h44 return (u8 *)txq->tfds + trans->txqs.tfd.size * idx; in iwl_txq_get_tfd()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c141 tfd = (u8 *)txq->tfds + trans->txqs.tfd.size * txq->write_ptr; in iwl_pcie_txq_build_tfd()
256 if (txq->tfds) { in iwl_pcie_txq_free()
260 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free()
262 txq->tfds = NULL; in iwl_pcie_txq_free()
H A Dtrans.c3427 (u8 *)cmdq->tfds + in iwl_trans_pcie_dump_data()
/openbmc/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.c2788 txq->tfds, txq->q.dma_addr); in il_tx_queue_free()
2868 txq->tfds, txq->q.dma_addr); in il_cmd_queue_free()
2981 txq->tfds = in il_tx_queue_alloc()
2983 if (!txq->tfds) in il_tx_queue_alloc()
H A Dcommon.h152 void *tfds; member
H A D4965-mac.c3911 struct il_tfd *tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_free_tfd()
3962 tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_attach_buf_to_tfd()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h964 void *tfds; member