Home
last modified time | relevance | path

Searched refs:VIRTCHNL_OP_CONFIG_RSS_LUT (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c69 VIRTCHNL_OP_CONFIG_RSS_KEY, VIRTCHNL_OP_CONFIG_RSS_LUT,
Dice_virtchnl.c984 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, v_ret, in ice_vc_config_rss_lut()
3981 case VIRTCHNL_OP_CONFIG_RSS_LUT: in ice_vc_process_vf_msg()
/Linux-v6.6/include/linux/avf/
Dvirtchnl.h125 VIRTCHNL_OP_CONFIG_RSS_LUT = 24, enumerator
1525 case VIRTCHNL_OP_CONFIG_RSS_LUT: in virtchnl_vc_validate_vf_msg()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1114 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_LUT; in iavf_set_rss_lut()
1116 iavf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_RSS_LUT, (u8 *)vrl, len); in iavf_set_rss_lut()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3384 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, in i40e_vc_config_rss_lut()
4190 case VIRTCHNL_OP_CONFIG_RSS_LUT: in i40e_vc_process_vf_msg()