Searched refs:VIRTCHNL_OP_CONFIG_RSS_LUT (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl_allowlist.c | 69 VIRTCHNL_OP_CONFIG_RSS_KEY, VIRTCHNL_OP_CONFIG_RSS_LUT,
|
D | ice_virtchnl.c | 958 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, v_ret, in ice_vc_config_rss_lut() 3764 case VIRTCHNL_OP_CONFIG_RSS_LUT: in ice_vc_process_vf_msg()
|
/linux-5.19.10/include/linux/avf/ |
D | virtchnl.h | 129 VIRTCHNL_OP_CONFIG_RSS_LUT = 24, enumerator 1464 case VIRTCHNL_OP_CONFIG_RSS_LUT: in virtchnl_vc_validate_vf_msg()
|
/linux-5.19.10/drivers/net/ethernet/intel/iavf/ |
D | iavf_virtchnl.c | 1113 adapter->current_op = VIRTCHNL_OP_CONFIG_RSS_LUT; in iavf_set_rss_lut() 1115 iavf_send_pf_msg(adapter, VIRTCHNL_OP_CONFIG_RSS_LUT, (u8 *)vrl, len); in iavf_set_rss_lut()
|
/linux-5.19.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 3273 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, in i40e_vc_config_rss_lut() 4084 case VIRTCHNL_OP_CONFIG_RSS_LUT: in i40e_vc_process_vf_msg()
|