Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/avf/
Dvirtchnl.h133 VIRTCHNL_OP_CONFIG_RSS_LUT = 24, enumerator
777 case VIRTCHNL_OP_CONFIG_RSS_LUT: in virtchnl_vc_validate_vf_msg()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c855 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_LUT; in i40evf_set_rss_lut()
857 i40evf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_RSS_LUT, in i40evf_set_rss_lut()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2857 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, in i40e_vc_config_rss_lut()
3630 } else if (v_opcode == VIRTCHNL_OP_CONFIG_RSS_LUT) { in i40e_vc_process_vf_msg()
3704 case VIRTCHNL_OP_CONFIG_RSS_LUT: in i40e_vc_process_vf_msg()