Lines Matching defs:low_latency
223 bool low_latency)
249 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) &&
262 if (load >= IWL_MVM_TRAFFIC_MEDIUM || low_latency)
273 bool low_latency;
276 low_latency = iwl_mvm_low_latency(mvm);
278 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency);
287 bool low_latency;
290 low_latency = iwl_mvm_low_latency_band(mvm, band);
292 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency);
853 bool low_latency;
856 low_latency = iwl_mvm_low_latency_band(mvm, NL80211_BAND_5GHZ);
858 low_latency = iwl_mvm_low_latency(mvm);
872 (!low_latency || iwl_mvm_is_frag_ebs_supported(mvm)) &&
2917 bool low_latency,
2926 if (!low_latency)
2941 bool low_latency = iwl_mvm_low_latency_band(mvm, band);
2943 return _iwl_mvm_get_respect_p2p_go(mvm, vif, low_latency, band);
2949 bool low_latency = iwl_mvm_low_latency(mvm);
2951 return _iwl_mvm_get_respect_p2p_go(mvm, vif, low_latency,