Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[cascardo/linux.git] / include / net / dcbnl.h
index 597b88a..207d9ba 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 *);