Searched refs:iwl_queue_space (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 74 int iwl_queue_space(struct iwl_trans *trans, const struct iwl_txq *q) in iwl_queue_space() function 1137 if (iwl_queue_space(trans, txq) > txq->low_mark && in iwl_trans_pcie_reclaim() 1169 if (iwl_queue_space(trans, txq) > txq->low_mark) in iwl_trans_pcie_reclaim() 1576 if (iwl_queue_space(trans, txq) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) { in iwl_pcie_enqueue_hcmd() 2332 if (iwl_queue_space(trans, txq) < txq->high_mark) { in iwl_trans_pcie_tx() 2336 if (unlikely(iwl_queue_space(trans, txq) < 3)) { in iwl_trans_pcie_tx()
|
D | tx-gen2.c | 570 if (iwl_queue_space(trans, txq) < txq->high_mark) { in iwl_trans_pcie_gen2_tx() 574 if (unlikely(iwl_queue_space(trans, txq) < 3)) { in iwl_trans_pcie_gen2_tx() 732 if (iwl_queue_space(trans, txq) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) { in iwl_pcie_gen2_enqueue_hcmd()
|
D | internal.h | 1067 int iwl_queue_space(struct iwl_trans *trans, const struct iwl_txq *q);
|