Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.h241 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev,
266 static inline int mlx5e_rep_get_offload_stats(int attr_id, in mlx5e_rep_get_offload_stats() function
Den_rep.c584 int mlx5e_rep_get_offload_stats(int attr_id, const struct net_device *dev, in mlx5e_rep_get_offload_stats() function
650 .ndo_get_offload_stats = mlx5e_rep_get_offload_stats,
Den_main.c4551 return mlx5e_rep_get_offload_stats(attr_id, dev, sp); in mlx5e_get_offload_stats()