]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/dcbnl.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / include / net / dcbnl.h
index 597b88a94332150c2da3f163daccbc012ce1b9cd..207d9ba1f92c8ae1789cff6fdc99ad15f256488b 100644 (file)
@@ -49,6 +49,9 @@ struct dcbnl_rtnl_ops {
        int (*ieee_setets) (struct net_device *, struct ieee_ets *);
        int (*ieee_getmaxrate) (struct net_device *, struct ieee_maxrate *);
        int (*ieee_setmaxrate) (struct net_device *, struct ieee_maxrate *);
+       int (*ieee_getqcn) (struct net_device *, struct ieee_qcn *);
+       int (*ieee_setqcn) (struct net_device *, struct ieee_qcn *);
+       int (*ieee_getqcnstats) (struct net_device *, struct ieee_qcn_stats *);
        int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *);
        int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *);
        int (*ieee_getapp) (struct net_device *, struct dcb_app *);