Searched refs:VIRTCHNL_OP_GET_RSS_HENA_CAPS (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_virtchnl_allowlist.c | 70 VIRTCHNL_OP_GET_RSS_HENA_CAPS, VIRTCHNL_OP_SET_RSS_HENA,
|
A D | ice_virtchnl.c | 2513 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_RSS_HENA_CAPS, v_ret, in ice_vc_get_rss_hena() 3956 case VIRTCHNL_OP_GET_RSS_HENA_CAPS: in ice_vc_process_vf_msg()
|
/linux-6.3-rc2/include/linux/avf/ |
A D | virtchnl.h | 126 VIRTCHNL_OP_GET_RSS_HENA_CAPS = 25, enumerator 1497 case VIRTCHNL_OP_GET_RSS_HENA_CAPS: in virtchnl_vc_validate_vf_msg()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/ |
A D | iavf_virtchnl.c | 1032 adapter->current_op = VIRTCHNL_OP_GET_RSS_HENA_CAPS; in iavf_get_hena() 1034 iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_RSS_HENA_CAPS, NULL, 0); in iavf_get_hena() 2314 case VIRTCHNL_OP_GET_RSS_HENA_CAPS: { in iavf_virtchnl_completion()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_virtchnl_pf.c | 3350 aq_ret = i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_RSS_HENA_CAPS, in i40e_vc_get_rss_hena() 4131 case VIRTCHNL_OP_GET_RSS_HENA_CAPS: in i40e_vc_process_vf_msg()
|
Completed in 24 milliseconds