Searched refs:txq_memory (Results 1 – 3 of 3) sorted by relevance
876 if (!trans_pcie->txq_memory) in iwl_pcie_tx_stop()900 if (trans_pcie->txq_memory) { in iwl_pcie_tx_free()909 kfree(trans_pcie->txq_memory); in iwl_pcie_tx_free()910 trans_pcie->txq_memory = NULL; in iwl_pcie_tx_free()934 if (WARN_ON(trans_pcie->txq_memory)) { in iwl_pcie_tx_alloc()953 trans_pcie->txq_memory = kcalloc(trans->cfg->base_params->num_of_queues, in iwl_pcie_tx_alloc()955 if (!trans_pcie->txq_memory) { in iwl_pcie_tx_alloc()967 trans_pcie->txq[txq_id] = &trans_pcie->txq_memory[txq_id]; in iwl_pcie_tx_alloc()992 if (!trans_pcie->txq_memory) { in iwl_pcie_tx_init()
582 struct iwl_txq *txq_memory; member
2485 if (!trans_pcie->txq_memory) in iwl_dbgfs_tx_queue_read()