Searched refs:tfds (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 915 if (txq->tfds) { in iwl_txq_gen2_free_memory() 918 txq->tfds, txq->dma_addr); in iwl_txq_gen2_free_memory() 1104 if (WARN_ON(txq->entries || txq->tfds)) in iwl_txq_alloc() 1133 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_txq_alloc() 1135 if (!txq->tfds) in iwl_txq_alloc() 1150 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->dma_addr); in iwl_txq_alloc() 1151 txq->tfds = NULL; in iwl_txq_alloc()
|
H A D | tx.h | 97 return txq->tfds + trans->txqs.tfd.size * idx; in iwl_txq_get_tfd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 857 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() 1530 * TFD_QUEUE_SIZE_MAX tfds in iwl_txq_free_tfd()
|
H A D | tx.h | 44 return (u8 *)txq->tfds + trans->txqs.tfd.size * idx; in iwl_txq_get_tfd()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 228 * TFD_QUEUE_SIZE_MAX tfds in iwl_pcie_txq_free_tfd() 255 tfd = txq->tfds + trans->txqs.tfd.size * txq->write_ptr; in iwl_pcie_txq_build_tfd() 370 if (txq->tfds) { in iwl_pcie_txq_free() 374 txq->tfds, txq->dma_addr); in iwl_pcie_txq_free() 376 txq->tfds = NULL; in iwl_pcie_txq_free()
|
H A D | trans.c | 3341 (u8 *)cmdq->tfds + in iwl_trans_pcie_dump_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 141 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 D | trans.c | 3431 (u8 *)cmdq->tfds + in iwl_trans_pcie_dump_data()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 849 * @tfds: transmit frame descriptors (DMA memory) 889 void *tfds; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-trans.h | 924 * @tfds: transmit frame descriptors (DMA memory) 964 void *tfds; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 605 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 D | common.c | 2790 txq->tfds, txq->q.dma_addr); in il_tx_queue_free() 2870 txq->tfds, txq->q.dma_addr); in il_cmd_queue_free() 2983 txq->tfds = in il_tx_queue_alloc() 2985 if (!txq->tfds) in il_tx_queue_alloc()
|
H A D | common.h | 152 void *tfds; member
|
H A D | 4965-mac.c | 3912 struct il_tfd *tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_free_tfd() 3963 tfd_tmp = (struct il_tfd *)txq->tfds; in il4965_hw_txq_attach_buf_to_tfd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 605 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 D | common.c | 2788 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 D | common.h | 152 void *tfds; member
|
H A D | 4965-mac.c | 3911 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()
|
Completed in 71 milliseconds