aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dcbnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dcbnl.h')
-rw-r--r--include/net/dcbnl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dcbnl.h b/include/net/dcbnl.h
index c53a4e06a16a..62a268531d4a 100644
--- a/include/net/dcbnl.h
+++ b/include/net/dcbnl.h
@@ -31,6 +31,7 @@ struct dcb_app_type {
31u8 dcb_setapp(struct net_device *, struct dcb_app *); 31u8 dcb_setapp(struct net_device *, struct dcb_app *);
32u8 dcb_getapp(struct net_device *, struct dcb_app *); 32u8 dcb_getapp(struct net_device *, struct dcb_app *);
33int dcb_ieee_setapp(struct net_device *, struct dcb_app *); 33int dcb_ieee_setapp(struct net_device *, struct dcb_app *);
34int dcb_ieee_delapp(struct net_device *, struct dcb_app *);
34 35
35int dcbnl_notify(struct net_device *dev, int event, int cmd, u32 seq, u32 pid); 36int dcbnl_notify(struct net_device *dev, int event, int cmd, u32 seq, u32 pid);
36 37
@@ -46,6 +47,7 @@ struct dcbnl_rtnl_ops {
46 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); 47 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *);
47 int (*ieee_getapp) (struct net_device *, struct dcb_app *); 48 int (*ieee_getapp) (struct net_device *, struct dcb_app *);
48 int (*ieee_setapp) (struct net_device *, struct dcb_app *); 49 int (*ieee_setapp) (struct net_device *, struct dcb_app *);
50 int (*ieee_delapp) (struct net_device *, struct dcb_app *);
49 int (*ieee_peer_getets) (struct net_device *, struct ieee_ets *); 51 int (*ieee_peer_getets) (struct net_device *, struct ieee_ets *);
50 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *); 52 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *);
51 53