Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c451 if (!trans_pcie->txq_memory) in iwl_pcie_tx_stop()
475 if (trans_pcie->txq_memory) { in iwl_pcie_tx_free()
484 kfree(trans_pcie->txq_memory); in iwl_pcie_tx_free()
485 trans_pcie->txq_memory = NULL; in iwl_pcie_tx_free()
510 if (WARN_ON(trans_pcie->txq_memory)) { in iwl_pcie_tx_alloc()
529 trans_pcie->txq_memory = in iwl_pcie_tx_alloc()
532 if (!trans_pcie->txq_memory) { in iwl_pcie_tx_alloc()
549 trans->txqs.txq[txq_id] = &trans_pcie->txq_memory[txq_id]; in iwl_pcie_tx_alloc()
574 if (!trans_pcie->txq_memory) { in iwl_pcie_tx_init()
H A Dinternal.h390 struct iwl_txq *txq_memory; member