Searched refs:VIRTCHNL_OP_GET_STATS (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/avf/ |
| D | virtchnl.h | 122 VIRTCHNL_OP_GET_STATS = 15, enumerator 752 case VIRTCHNL_OP_GET_STATS: in virtchnl_vc_validate_vf_msg()
|
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_virtchnl.c | 769 adapter->current_op = VIRTCHNL_OP_GET_STATS; in iavf_request_stats() 772 if (iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_STATS, (u8 *)&vqs, in iavf_request_stats() 1329 case VIRTCHNL_OP_GET_STATS: { in iavf_virtchnl_completion()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_virtchnl_pf.c | 1899 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, v_ret, in ice_vc_get_stats_msg() 2978 case VIRTCHNL_OP_GET_STATS: in ice_vc_process_vf_msg()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_virtchnl_pf.c | 2520 return i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, aq_ret, in i40e_vc_get_stats_msg() 3806 case VIRTCHNL_OP_GET_STATS: in i40e_vc_process_vf_msg()
|