Home
last modified time | relevance | path

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

/net/dcb/
Ddcbnl.c1033 struct nlattr *ieee, *app; in dcbnl_ieee_fill() local
1042 ieee = nla_nest_start_noflag(skb, DCB_ATTR_IEEE); in dcbnl_ieee_fill()
1043 if (!ieee) in dcbnl_ieee_fill()
1164 nla_nest_end(skb, ieee); in dcbnl_ieee_fill()
1428 struct nlattr *ieee[DCB_ATTR_IEEE_MAX + 1]; in dcbnl_ieee_set() local
1437 err = nla_parse_nested_deprecated(ieee, DCB_ATTR_IEEE_MAX, in dcbnl_ieee_set()
1443 if (ieee[DCB_ATTR_IEEE_ETS] && ops->ieee_setets) { in dcbnl_ieee_set()
1444 struct ieee_ets *ets = nla_data(ieee[DCB_ATTR_IEEE_ETS]); in dcbnl_ieee_set()
1450 if (ieee[DCB_ATTR_IEEE_MAXRATE] && ops->ieee_setmaxrate) { in dcbnl_ieee_set()
1452 nla_data(ieee[DCB_ATTR_IEEE_MAXRATE]); in dcbnl_ieee_set()
[all …]
/net/ipv4/
DKconfig577 See <http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1177186>