Searched refs:VIRTCHNL_OP_GET_STATS (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/avf/ |
| H A D | virtchnl.h | 122 VIRTCHNL_OP_GET_STATS = 15, enumerator 755 case VIRTCHNL_OP_GET_STATS: in virtchnl_vc_validate_vf_msg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_virtchnl.c | 787 adapter->current_op = VIRTCHNL_OP_GET_STATS; in iavf_request_stats() 790 if (iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_STATS, (u8 *)&vqs, in iavf_request_stats() 1418 case VIRTCHNL_OP_GET_STATS: { in iavf_virtchnl_completion()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_virtchnl_pf.c | 2518 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, v_ret, in ice_vc_get_stats_msg() 3777 case VIRTCHNL_OP_GET_STATS: in ice_vc_process_vf_msg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.c | 2753 return i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, aq_ret, in i40e_vc_get_stats_msg() 4048 case VIRTCHNL_OP_GET_STATS: in i40e_vc_process_vf_msg()
|