Searched defs:dcbnl_rtnl_ops (Results 1 – 1 of 1) sorted by relevance
47 struct dcbnl_rtnl_ops { struct49 int (*ieee_getets) (struct net_device *, struct ieee_ets *);50 int (*ieee_setets) (struct net_device *, struct ieee_ets *);51 int (*ieee_getpfc) (struct net_device *, struct ieee_pfc *);52 int (*ieee_setpfc) (struct net_device *, struct ieee_pfc *);53 int (*ieee_getapp) (struct net_device *, struct dcb_app *);54 int (*ieee_setapp) (struct net_device *, struct dcb_app *);55 int (*ieee_delapp) (struct net_device *, struct dcb_app *);56 int (*ieee_peer_getets) (struct net_device *, struct ieee_ets *);57 int (*ieee_peer_getpfc) (struct net_device *, struct ieee_pfc *);[all …]