Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddcbnl.h418 DCB_ATTR_IEEE_ETS, enumerator
/linux/net/dcb/
H A Ddcbnl.c162 [DCB_ATTR_IEEE_ETS] = {.len = sizeof(struct ieee_ets)},
1159 nla_put(skb, DCB_ATTR_IEEE_ETS, sizeof(ets), &ets)) in dcbnl_ieee_fill()
1580 if (ieee[DCB_ATTR_IEEE_ETS] && ops->ieee_setets) { in dcbnl_ieee_set()
1581 struct ieee_ets *ets = nla_data(ieee[DCB_ATTR_IEEE_ETS]); in dcbnl_ieee_set()