Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h165 #define I40E_VF_HLUT_ARRAY_SIZE ((I40E_VFQF_HLUT1_MAX_INDEX + 1) * 4) macro
H A Di40e_virtchnl_pf.c2211 vfres->rss_lut_size = I40E_VF_HLUT_ARRAY_SIZE; in i40e_vc_get_vf_resources_msg()
3434 vrl->lut_entries != I40E_VF_HLUT_ARRAY_SIZE) { in i40e_vc_config_rss_lut()
3446 aq_ret = i40e_config_rss(vsi, NULL, vrl->lut, I40E_VF_HLUT_ARRAY_SIZE); in i40e_vc_config_rss_lut()
H A Di40e_main.c12346 if (lut_size != I40E_VF_HLUT_ARRAY_SIZE) in i40e_config_rss_reg()