Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice.h116 #define ICE_VSIQF_HKEY_ARRAY_SIZE ((VSIQF_HKEY_MAX_INDEX + 1) * 4) macro
H A Dice_ethtool.c3099 return ICE_VSIQF_HKEY_ARRAY_SIZE; in ice_get_rxfh_key_size()
3235 devm_kzalloc(dev, ICE_VSIQF_HKEY_ARRAY_SIZE, in ice_set_rxfh()
3240 memcpy(vsi->rss_hkey_user, key, ICE_VSIQF_HKEY_ARRAY_SIZE); in ice_set_rxfh()
H A Dice_virtchnl.c498 vfres->rss_key_size = ICE_VSIQF_HKEY_ARRAY_SIZE; in ice_vc_get_vf_res_msg()
906 if (vrk->key_len != ICE_VSIQF_HKEY_ARRAY_SIZE) { in ice_vc_config_rss_key()