Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c36 VIRTCHNL_OP_GET_STATS, VIRTCHNL_OP_EVENT,
H A Dice_virtchnl.c1149 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, v_ret, in ice_vc_get_stats_msg()
3993 case VIRTCHNL_OP_GET_STATS: in ice_vc_process_vf_msg()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h119 VIRTCHNL_OP_GET_STATS = 15, enumerator
1496 case VIRTCHNL_OP_GET_STATS: in virtchnl_vc_validate_vf_msg()
/openbmc/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()
2215 case VIRTCHNL_OP_GET_STATS: { in iavf_virtchnl_completion()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c2849 return i40e_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_STATS, aq_ret, in i40e_vc_get_stats_msg()
4242 case VIRTCHNL_OP_GET_STATS: in i40e_vc_process_vf_msg()