Lines Matching refs:hw_queue_refcount
669 if (mvm->queue_info[i].hw_queue_refcount == 0 && in iwl_mvm_find_free_queue()
694 mvm->queue_info[queue].hw_queue_refcount++; in iwl_mvm_enable_txq()
695 if (mvm->queue_info[queue].hw_queue_refcount > 1) in iwl_mvm_enable_txq()
701 queue, mvm->queue_info[queue].hw_queue_refcount, in iwl_mvm_enable_txq()
740 if (WARN_ON(mvm->queue_info[queue].hw_queue_refcount == 0)) { in iwl_mvm_disable_txq()
766 mvm->queue_info[queue].hw_queue_refcount--; in iwl_mvm_disable_txq()
768 cmd.enable = mvm->queue_info[queue].hw_queue_refcount ? 1 : 0; in iwl_mvm_disable_txq()
773 mvm->queue_info[queue].hw_queue_refcount, in iwl_mvm_disable_txq()
783 WARN(mvm->queue_info[queue].hw_queue_refcount || in iwl_mvm_disable_txq()
787 queue, mvm->queue_info[queue].hw_queue_refcount, in iwl_mvm_disable_txq()
792 mvm->queue_info[queue].hw_queue_refcount = 0; in iwl_mvm_disable_txq()