Searched defs:dcbnl_rtnl_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/net/ |
| D | dcbnl.h | 64 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 …]
|
| /kernel/linux/linux-5.10/include/net/ |
| D | dcbnl.h | 48 struct dcbnl_rtnl_ops { struct 50 int (*ieee_getets) (struct net_device *, struct ieee_ets *); 51 int (*ieee_setets) (struct net_device *, struct ieee_ets *); 52 int (*ieee_getmaxrate) (struct net_device *, struct ieee_maxrate *); 53 int (*ieee_setmaxrate) (struct net_device *, struct ieee_maxrate *); 54 int (*ieee_getqcn) (struct net_device *, struct ieee_qcn *); 55 int (*ieee_setqcn) (struct net_device *, struct ieee_qcn *); 56 int (*ieee_getqcnstats) (struct net_device *, struct ieee_qcn_stats *); 57 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *); 58 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *); [all …]
|