Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.h47 int iwl_txq_alloc(struct iwl_trans *trans, struct iwl_txq *txq, int slots_num,
H A Dtx.c1047 int iwl_txq_alloc(struct iwl_trans *trans, struct iwl_txq *txq, int slots_num, in iwl_txq_alloc() function
1152 ret = iwl_txq_alloc(trans, txq, size, false); in iwl_txq_dyn_alloc_dma()
1344 ret = iwl_txq_alloc(trans, queue, queue_size, true); in iwl_txq_gen2_init()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c529 ret = iwl_txq_alloc(trans, trans->txqs.txq[txq_id], slots_num, in iwl_pcie_tx_alloc()