Home
last modified time | relevance | path

Searched refs:ndo_get_offload_stats (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c264 .ndo_get_offload_stats = nfp_repr_get_offload_stats,
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c481 .ndo_get_offload_stats = rvu_rep_get_offload_stats,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c807 .ndo_get_offload_stats = mlx5e_rep_get_offload_stats,
H A Den_main.c5212 .ndo_get_offload_stats = mlx5e_get_offload_stats,
/linux/net/core/
H A Drtnetlink.c5604 dev->netdev_ops->ndo_get_offload_stats && in rtnl_offload_xstats_have_ndo()
5635 err = dev->netdev_ops->ndo_get_offload_stats(attr_id, dev, attr_data); in rtnl_offload_xstats_fill_ndo()
/linux/include/linux/
H A Dnetdevice.h1423 int (*ndo_get_offload_stats)(int attr_id, member