Home
last modified time | relevance | path

Searched defs:dcbnl_rtnl_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/
Ddcbnl.h46 struct dcbnl_rtnl_ops { struct
48 int (*ieee_getets) (struct net_device *, struct ieee_ets *);
49 int (*ieee_setets) (struct net_device *, struct ieee_ets *);
50 int (*ieee_getmaxrate) (struct net_device *, struct ieee_maxrate *);
51 int (*ieee_setmaxrate) (struct net_device *, struct ieee_maxrate *);
52 int (*ieee_getqcn) (struct net_device *, struct ieee_qcn *);
53 int (*ieee_setqcn) (struct net_device *, struct ieee_qcn *);
54 int (*ieee_getqcnstats) (struct net_device *, struct ieee_qcn_stats *);
55 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *);
56 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *);
[all …]