Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h251 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev,
276 static inline int mlx5e_rep_get_offload_stats(int attr_id, in mlx5e_rep_get_offload_stats() function
H A Den_rep.c758 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev, in mlx5e_rep_get_offload_stats() function
818 .ndo_get_offload_stats = mlx5e_rep_get_offload_stats,
H A Den_main.c5048 return mlx5e_rep_get_offload_stats(attr_id, dev, sp); in mlx5e_get_offload_stats()