Searched refs:lut_type (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | coex.c | 558 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit() local 567 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit() 569 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit() 582 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed() local 598 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed() 599 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_common.c | 3484 u16 flags = 0, vsi_id, lut_type, lut_size, glob_lut_idx, vsi_handle; in __ice_aq_get_set_rss_lut() local 3500 lut_type = params->lut_type; in __ice_aq_get_set_rss_lut() 3518 switch (lut_type) { in __ice_aq_get_set_rss_lut() 3522 flags |= ((lut_type << ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S) & in __ice_aq_get_set_rss_lut() 3530 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_GLOBAL) { in __ice_aq_get_set_rss_lut() 3536 } else if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut() 3553 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut()
|
| D | ice_lib.c | 926 u8 lut_type, hash_type; in ice_set_rss_vsi_ctx() local 936 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_PF; in ice_set_rss_vsi_ctx() 941 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI; in ice_set_rss_vsi_ctx() 950 ctxt->info.q_opt_rss = ((lut_type << ICE_AQ_VSI_Q_OPT_RSS_LUT_S) & in ice_set_rss_vsi_ctx()
|
| D | ice_type.h | 973 u8 lut_type; /* type of the LUT (i.e. VSI, PF, Global) */ member
|
| D | ice_virtchnl_pf.c | 2630 u8 lut_type, hash_type; in ice_vc_handle_rss_cfg() local 2632 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI; in ice_vc_handle_rss_cfg() 2642 ctx->info.q_opt_rss = ((lut_type << in ice_vc_handle_rss_cfg()
|
| D | ice_main.c | 6737 params.lut_type = vsi->rss_lut_type; in ice_set_rss_lut() 6796 params.lut_type = vsi->rss_lut_type; in ice_get_rss_lut()
|