Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c263 .ndo_has_offload_stats = nfp_repr_has_offload_stats,
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Drep.c480 .ndo_has_offload_stats = rvu_rep_has_offload_stats,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c806 .ndo_has_offload_stats = mlx5e_rep_has_offload_stats,
H A Den_main.c5211 .ndo_has_offload_stats = mlx5e_has_offload_stats,
/linux/net/core/
H A Drtnetlink.c5603 dev->netdev_ops->ndo_has_offload_stats && in rtnl_offload_xstats_have_ndo()
5605 dev->netdev_ops->ndo_has_offload_stats(dev, attr_id); in rtnl_offload_xstats_have_ndo()
/linux/include/linux/
H A Dnetdevice.h1422 bool (*ndo_has_offload_stats)(const struct net_device *dev, int attr_id); member