Lines Matching refs:low_latency
215 bool low_latency) in _iwl_mvm_get_scan_type() argument
233 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) && in _iwl_mvm_get_scan_type()
247 if (load >= IWL_MVM_TRAFFIC_MEDIUM || low_latency) in _iwl_mvm_get_scan_type()
258 bool low_latency; in iwl_mvm_get_scan_type() local
261 low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_get_scan_type()
263 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type()
272 bool low_latency; in iwl_mvm_get_scan_type_band() local
275 low_latency = iwl_mvm_low_latency_band(mvm, band); in iwl_mvm_get_scan_type_band()
277 return _iwl_mvm_get_scan_type(mvm, vif, load, low_latency); in iwl_mvm_get_scan_type_band()
836 bool low_latency; in iwl_mvm_scan_use_ebs() local
839 low_latency = iwl_mvm_low_latency_band(mvm, NL80211_BAND_5GHZ); in iwl_mvm_scan_use_ebs()
841 low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_scan_use_ebs()
854 (!low_latency || iwl_mvm_is_frag_ebs_supported(mvm))); in iwl_mvm_scan_use_ebs()
2688 bool low_latency, in _iwl_mvm_get_respect_p2p_go() argument
2697 if (!low_latency) in _iwl_mvm_get_respect_p2p_go()
2712 bool low_latency = iwl_mvm_low_latency_band(mvm, band); in iwl_mvm_get_respect_p2p_go_band() local
2714 return _iwl_mvm_get_respect_p2p_go(mvm, vif, low_latency, band); in iwl_mvm_get_respect_p2p_go_band()
2720 bool low_latency = iwl_mvm_low_latency(mvm); in iwl_mvm_get_respect_p2p_go() local
2722 return _iwl_mvm_get_respect_p2p_go(mvm, vif, low_latency, in iwl_mvm_get_respect_p2p_go()