dcbnl_rtnl_ops
Regular
4.4
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
};
4.8
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
};
4.10
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
};
4.13
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
};
4.15
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
};
4.18
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.0
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.3
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.4
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.8
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.11
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.13
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.15
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
5.19
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
6.2
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setapptrust)(struct net_device *, u8 *, int);
int (*dcbnl_getapptrust)(struct net_device *, u8 *, int *);
};
6.5
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setapptrust)(struct net_device *, u8 *, int);
int (*dcbnl_getapptrust)(struct net_device *, u8 *, int *);
int (*dcbnl_setrewr)(struct net_device *, struct dcb_app *);
int (*dcbnl_delrewr)(struct net_device *, struct dcb_app *);
};
6.8
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setapptrust)(struct net_device *, u8 *, int);
int (*dcbnl_getapptrust)(struct net_device *, u8 *, int *);
int (*dcbnl_setrewr)(struct net_device *, struct dcb_app *);
int (*dcbnl_delrewr)(struct net_device *, struct dcb_app *);
};
arm64
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
armhf
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
ppc64el
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
riscv64
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
aws
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
azure
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
gcp
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
lowlatency
: ✅struct dcbnl_rtnl_ops {
int (*ieee_getets)(struct net_device *, struct ieee_ets *);
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 *);
int (*ieee_setapp)(struct net_device *, struct dcb_app *);
int (*ieee_delapp)(struct net_device *, struct dcb_app *);
int (*ieee_peer_getets)(struct net_device *, struct ieee_ets *);
int (*ieee_peer_getpfc)(struct net_device *, struct ieee_pfc *);
u8 (*getstate)(struct net_device *);
u8 (*setstate)(struct net_device *, u8);
void (*getpermhwaddr)(struct net_device *, u8 *);
void (*setpgtccfgtx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgtx)(struct net_device *, int, u8);
void (*setpgtccfgrx)(struct net_device *, int, u8, u8, u8, u8);
void (*setpgbwgcfgrx)(struct net_device *, int, u8);
void (*getpgtccfgtx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgtx)(struct net_device *, int, u8 *);
void (*getpgtccfgrx)(struct net_device *, int, u8 *, u8 *, u8 *, u8 *);
void (*getpgbwgcfgrx)(struct net_device *, int, u8 *);
void (*setpfccfg)(struct net_device *, int, u8);
void (*getpfccfg)(struct net_device *, int, u8 *);
u8 (*setall)(struct net_device *);
u8 (*getcap)(struct net_device *, int, u8 *);
int (*getnumtcs)(struct net_device *, int, u8 *);
int (*setnumtcs)(struct net_device *, int, u8);
u8 (*getpfcstate)(struct net_device *);
void (*setpfcstate)(struct net_device *, u8);
void (*getbcncfg)(struct net_device *, int, u32 *);
void (*setbcncfg)(struct net_device *, int, u32);
void (*getbcnrp)(struct net_device *, int, u8 *);
void (*setbcnrp)(struct net_device *, int, u8);
int (*setapp)(struct net_device *, u8, u16, u8);
int (*getapp)(struct net_device *, u8, u16);
u8 (*getfeatcfg)(struct net_device *, int, u8 *);
u8 (*setfeatcfg)(struct net_device *, int, u8);
u8 (*getdcbx)(struct net_device *);
u8 (*setdcbx)(struct net_device *, u8);
int (*peer_getappinfo)(struct net_device *, struct dcb_peer_app_info *, u16 *);
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
int (*cee_peer_getpg)(struct net_device *, struct cee_pg *);
int (*cee_peer_getpfc)(struct net_device *, struct cee_pfc *);
int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *);
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
⚠️int (*dcbnl_getbuffer)(struct net_device *, struct dcbnl_buffer *)
int (*dcbnl_setbuffer)(struct net_device *, struct dcbnl_buffer *)
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
✅
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
⚠️int (*dcbnl_setapptrust)(struct net_device *, u8 *, int)
int (*dcbnl_getapptrust)(struct net_device *, u8 *, int *)
6.2
and 6.5
⚠️int (*dcbnl_setrewr)(struct net_device *, struct dcb_app *)
int (*dcbnl_delrewr)(struct net_device *, struct dcb_app *)
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅