Home
last modified time | relevance | path

Searched refs:VIRTCHNL_OP_CONFIG_RSS_HFUNC (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c69 VIRTCHNL_OP_CONFIG_RSS_HFUNC,
Dice_virtchnl.c1033 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_HFUNC, v_ret, in ice_vc_config_rss_hfunc()
4117 case VIRTCHNL_OP_CONFIG_RSS_HFUNC: in ice_vc_process_vf_msg()
/linux-6.12.1/include/linux/avf/
Dvirtchnl.h122 VIRTCHNL_OP_CONFIG_RSS_HFUNC = 18, enumerator
1573 case VIRTCHNL_OP_CONFIG_RSS_HFUNC: in virtchnl_vc_validate_vf_msg()
/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1162 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_HFUNC; in iavf_set_rss_hfunc()
1164 iavf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_RSS_HFUNC, (u8 *)vrh, len); in iavf_set_rss_hfunc()
2217 case VIRTCHNL_OP_CONFIG_RSS_HFUNC: in iavf_virtchnl_completion()