Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Ddcbnl.h64 struct dcbnl_rtnl_ops { struct
66 int (*ieee_getets) (struct net_device *, struct ieee_ets *);
67 int (*ieee_setets) (struct net_device *, struct ieee_ets *);
68 int (*ieee_getmaxrate) (struct net_device *, struct ieee_maxrate *);
69 int (*ieee_setmaxrate) (struct net_device *, struct ieee_maxrate *);
70 int (*ieee_getqcn) (struct net_device *, struct ieee_qcn *);
71 int (*ieee_setqcn) (struct net_device *, struct ieee_qcn *);
72 int (*ieee_getqcnstats) (struct net_device *, struct ieee_qcn_stats *);
73 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *);
74 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *);
[all …]