Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dcoex.c617 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit() local
626 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit()
628 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit()
641 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed() local
657 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed()
658 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_common.h40 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut,
43 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut,
Dice_common.c1577 __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
1599 switch (lut_type) { in __ice_aq_get_set_rss_lut()
1603 flags |= ((lut_type << ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S) & in __ice_aq_get_set_rss_lut()
1611 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_GLOBAL) { in __ice_aq_get_set_rss_lut()
1617 } else if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut()
1634 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut()
1665 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, in ice_aq_get_rss_lut() argument
1668 return __ice_aq_get_set_rss_lut(hw, vsi_id, lut_type, lut, lut_size, 0, in ice_aq_get_rss_lut()
1683 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, in ice_aq_set_rss_lut() argument
1686 return __ice_aq_get_set_rss_lut(hw, vsi_id, lut_type, lut, lut_size, 0, in ice_aq_set_rss_lut()
Dice_main.c1402 u8 lut_type, hash_type; in ice_set_rss_vsi_ctx() local
1407 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_PF; in ice_set_rss_vsi_ctx()
1416 ctxt->info.q_opt_rss = ((lut_type << ICE_AQ_VSI_Q_OPT_RSS_LUT_S) & in ice_set_rss_vsi_ctx()