Home
last modified time | relevance | path

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

/linux/include/linux/avf/
H A Dvirtchnl.h122 VIRTCHNL_OP_GET_STATS = 15, enumerator
1621 case VIRTCHNL_OP_GET_STATS: in virtchnl_vc_validate_vf_msg()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1029 adapter->current_op = VIRTCHNL_OP_GET_STATS; in iavf_request_stats()
1032 if (iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_STATS, (u8 *)&vqs, in iavf_request_stats()
2386 case VIRTCHNL_OP_GET_STATS: { in iavf_virtchnl_completion()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c1402 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, v_ret, in ice_vc_get_stats_msg()
4435 case VIRTCHNL_OP_GET_STATS: in ice_vc_process_vf_msg()