Home
last modified time | relevance | path

Searched refs:get_stats_msg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.h44 int (*get_stats_msg)(struct ice_vf *vf, u8 *msg); member
H A Dice_virtchnl.c3696 .get_stats_msg = ice_vc_get_stats_msg,
3825 .get_stats_msg = ice_vc_get_stats_msg,
4010 err = ops->get_stats_msg(vf, msg); in ice_vc_process_vf_msg()