Searched refs:iwl_queue_space (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ | 
| D | tx.c | 105 int iwl_queue_space(struct iwl_trans *trans, const struct iwl_txq *q)  in iwl_queue_space()  function 1172 	if (iwl_queue_space(trans, txq) > txq->low_mark &&  in iwl_trans_pcie_reclaim() 1212 		if (iwl_queue_space(trans, txq) > txq->low_mark)  in iwl_trans_pcie_reclaim() 1627 	if (iwl_queue_space(trans, txq) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) {  in iwl_pcie_enqueue_hcmd() 2346 	if (iwl_queue_space(trans, txq) < txq->high_mark) {  in iwl_trans_pcie_tx() 2350 		if (unlikely(iwl_queue_space(trans, txq) < 3)) {  in iwl_trans_pcie_tx()
  | 
| D | tx-gen2.c | 589 	if (iwl_queue_space(trans, txq) < txq->high_mark) {  in iwl_trans_pcie_gen2_tx() 593 		if (unlikely(iwl_queue_space(trans, txq) < 3)) {  in iwl_trans_pcie_gen2_tx() 759 	if (iwl_queue_space(trans, txq) < ((cmd->flags & CMD_ASYNC) ? 2 : 1)) {  in iwl_pcie_gen2_enqueue_hcmd()
  | 
| D | internal.h | 1076 int iwl_queue_space(struct iwl_trans *trans, const struct iwl_txq *q);
  |