Home
last modified time | relevance | path

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

/linux/include/linux/avf/
H A Dvirtchnl.h134 VIRTCHNL_OP_CONFIG_RSS_LUT = 24, enumerator
1655 case VIRTCHNL_OP_CONFIG_RSS_LUT: in virtchnl_vc_validate_vf_msg()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1135 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_LUT; in iavf_set_rss_lut()
1137 iavf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_RSS_LUT, (u8 *)vrl, len); in iavf_set_rss_lut()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c991 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, v_ret, in ice_vc_config_rss_lut()
4429 case VIRTCHNL_OP_CONFIG_RSS_LUT: in ice_vc_process_vf_msg()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c3445 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, in i40e_vc_config_rss_lut()
4253 case VIRTCHNL_OP_CONFIG_RSS_LUT: in i40e_vc_process_vf_msg()