Searched refs:tfds (Results 1 – 11 of 11) sorted by relevance
170 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...]
859 if (txq->tfds) { in iwl_txq_gen2_free_memory() 862 txq->tfds, txq->dma_addr); in iwl_txq_gen2_free_memory()
669 return (u8 *)txq->tfds + trans_pcie->txqs.tfd.size * idx; in iwl_txq_get_tfd()
3601 (u8 *)cmdq->tfds + in iwl_trans_pcie_dump_data()
363 * @tfds: Array of TFD371 struct tfd *tfds; member
240 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()
749 * @tfds: transmit frame descriptors (DMA memory)793 void *tfds; member
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()
2791 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()
152 void *tfds; member
3914 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()