Searched refs:lut_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | coex.c | 614 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit() local 623 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit() 625 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit() 638 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed() local 654 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed() 655 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed()
|
/Linux-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_common.h | 54 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,
|
D | ice_common.c | 2571 __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 2593 switch (lut_type) { in __ice_aq_get_set_rss_lut() 2597 flags |= ((lut_type << ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S) & in __ice_aq_get_set_rss_lut() 2605 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_GLOBAL) { in __ice_aq_get_set_rss_lut() 2611 } else if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut() 2628 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut() 2659 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, in ice_aq_get_rss_lut() argument 2666 lut_type, lut, lut_size, 0, false); in ice_aq_get_rss_lut() 2680 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, in ice_aq_set_rss_lut() argument 2687 lut_type, lut, lut_size, 0, true); in ice_aq_set_rss_lut()
|
D | ice_lib.c | 992 u8 lut_type, hash_type; in ice_set_rss_vsi_ctx() local 1000 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_PF; in ice_set_rss_vsi_ctx() 1005 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI; in ice_set_rss_vsi_ctx() 1016 ctxt->info.q_opt_rss = ((lut_type << ICE_AQ_VSI_Q_OPT_RSS_LUT_S) & in ice_set_rss_vsi_ctx()
|