Home
last modified time | relevance | path

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

/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c732 size_t tfd_sz; in iwl_pcie_txq_alloc() local
742 tfd_sz = trans_pcie->txqs.tfd.size * num_entries; in iwl_pcie_txq_alloc()
768 txq->tfds = dma_alloc_coherent(trans->dev, tfd_sz, in iwl_pcie_txq_alloc()
794 dma_free_coherent(trans->dev, tfd_sz, txq->tfds, txq->dma_addr); in iwl_pcie_txq_alloc()