Lines Matching refs:hw_queue
1826 int hw_queue, bool start)
1838 mvm->tvqm_info[hw_queue].sta_id :
1839 mvm->queue_info[hw_queue].ra_sta_id;
1851 if (iwl_mvm_is_static_queue(mvm, hw_queue)) {
1861 int tid = mvm->tvqm_info[hw_queue].txq_tid;
1865 tid_bitmap = mvm->queue_info[hw_queue].tid_bitmap;
1892 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue)
1894 iwl_mvm_queue_state_change(op_mode, hw_queue, false);
1897 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue)
1899 iwl_mvm_queue_state_change(op_mode, hw_queue, true);