Home
last modified time | relevance | path

Searched refs:ICE_VSIQF_HLUT_ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/ice/
Dice_type.h807 #define ICE_VSIQF_HLUT_ARRAY_SIZE ((VSIQF_HLUT_MAX_INDEX + 1) * 4) macro
Dice_virtchnl_pf.c1991 vfres->rss_lut_size = ICE_VSIQF_HLUT_ARRAY_SIZE; in ice_vc_get_vf_res_msg()
2165 if (vrl->lut_entries != ICE_VSIQF_HLUT_ARRAY_SIZE) { in ice_vc_config_rss_lut()
2181 if (ice_set_rss(vsi, NULL, vrl->lut, ICE_VSIQF_HLUT_ARRAY_SIZE)) in ice_vc_config_rss_lut()
Dice_lib.c679 vsi->rss_table_size = ICE_VSIQF_HLUT_ARRAY_SIZE; in ice_vsi_set_rss_params()