Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c595 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit() local
604 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit()
606 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit()
619 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed() local
635 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed()
636 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c1156 u8 lut_type, hash_type; in ice_set_rss_vsi_ctx() local
1167 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_PF; in ice_set_rss_vsi_ctx()
1172 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI; in ice_set_rss_vsi_ctx()
1184 FIELD_PREP(ICE_AQ_VSI_Q_OPT_RSS_LUT_M, lut_type) | in ice_set_rss_vsi_ctx()
H A Dice_type.h1119 enum ice_lut_type lut_type; /* type of the LUT (i.e. VSI, PF, Global) */ member
H A Dice_common.c4493 enum ice_lut_type lut_type = params->lut_type; in __ice_aq_get_set_rss_lut() local
4504 lut_size = ice_lut_type_to_size(lut_type); in __ice_aq_get_set_rss_lut()
4519 if (lut_type == ICE_LUT_GLOBAL) in __ice_aq_get_set_rss_lut()
4523 flags = lut_type | glob_lut_idx | ice_lut_size_to_flag(lut_size); in __ice_aq_get_set_rss_lut()
H A Dice_main.c7968 params.lut_type = vsi->rss_lut_type; in ice_set_rss_lut()
8021 params.lut_type = vsi->rss_lut_type; in ice_get_rss_lut()