Home
last modified time | relevance | path

Searched refs:ets (Results 1 – 1 of 1) sorted by relevance

/net/dcb/
Ddcbnl.c1047 struct ieee_ets ets; in dcbnl_ieee_fill() local
1048 memset(&ets, 0, sizeof(ets)); in dcbnl_ieee_fill()
1049 err = ops->ieee_getets(netdev, &ets); in dcbnl_ieee_fill()
1051 nla_put(skb, DCB_ATTR_IEEE_ETS, sizeof(ets), &ets)) in dcbnl_ieee_fill()
1138 struct ieee_ets ets; in dcbnl_ieee_fill() local
1139 memset(&ets, 0, sizeof(ets)); in dcbnl_ieee_fill()
1140 err = ops->ieee_peer_getets(netdev, &ets); in dcbnl_ieee_fill()
1142 nla_put(skb, DCB_ATTR_IEEE_PEER_ETS, sizeof(ets), &ets)) in dcbnl_ieee_fill()
1444 struct ieee_ets *ets = nla_data(ieee[DCB_ATTR_IEEE_ETS]); in dcbnl_ieee_set() local
1445 err = ops->ieee_setets(netdev, ets); in dcbnl_ieee_set()