Home
last modified time | relevance | path

Searched refs:lut_type (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c871 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit() local
883 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit()
885 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit()
898 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed() local
917 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed()
918 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed()
Dcoex_legacy.c1188 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit_old() local
1197 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit_old()
1199 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit_old()
1210 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed_old() local
1226 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed_old()
1227 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed_old()