Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c613 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit() local
622 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit()
624 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit()
637 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed() local
653 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed()
654 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_common.h54 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, u8 *lut,
57 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, u8 *lut,
Dice_common.c3245 __ice_aq_get_set_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, in __ice_aq_get_set_rss_lut() argument
3267 switch (lut_type) { in __ice_aq_get_set_rss_lut()
3271 flags |= ((lut_type << ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S) & in __ice_aq_get_set_rss_lut()
3279 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_GLOBAL) { in __ice_aq_get_set_rss_lut()
3285 } else if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut()
3302 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut()
3333 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, in ice_aq_get_rss_lut() argument
3340 lut_type, lut, lut_size, 0, false); in ice_aq_get_rss_lut()
3354 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, in ice_aq_set_rss_lut() argument
3361 lut_type, lut, lut_size, 0, true); in ice_aq_set_rss_lut()
Dice_lib.c897 u8 lut_type, hash_type; in ice_set_rss_vsi_ctx() local
907 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_PF; in ice_set_rss_vsi_ctx()
912 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI; in ice_set_rss_vsi_ctx()
921 ctxt->info.q_opt_rss = ((lut_type << ICE_AQ_VSI_Q_OPT_RSS_LUT_S) & in ice_set_rss_vsi_ctx()