Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/avf/
Dvirtchnl.h126 VIRTCHNL_OP_GET_STATS = 15, enumerator
741 case VIRTCHNL_OP_GET_STATS: in virtchnl_vc_validate_vf_msg()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c745 adapter->current_op = VIRTCHNL_OP_GET_STATS; in i40evf_request_stats()
748 if (i40evf_send_pf_msg(adapter, VIRTCHNL_OP_GET_STATS, in i40evf_request_stats()
1310 case VIRTCHNL_OP_GET_STATS: { in i40evf_virtchnl_completion()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c2398 return i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, aq_ret, in i40e_vc_get_stats_msg()
3689 case VIRTCHNL_OP_GET_STATS: in i40e_vc_process_vf_msg()