Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddcbnl.h72 int (*ieee_getqcnstats) (struct net_device *, struct ieee_qcn_stats *); member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c714 .ieee_getqcnstats = mlx4_en_dcbnl_ieee_getqcnstats,
/linux/net/dcb/
H A Ddcbnl.c1187 if (ops->ieee_getqcnstats) { in dcbnl_ieee_fill()
1191 err = ops->ieee_getqcnstats(netdev, &qcn_stats); in dcbnl_ieee_fill()