Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Ddcbnl.h493 DCB_TC_ATTR_PARAM_BW_PCT, enumerator
/linux-3.4.99/net/dcb/
Ddcbnl.c116 [DCB_TC_ATTR_PARAM_BW_PCT] = {.type = NLA_U8},
810 if (param_tb[DCB_TC_ATTR_PARAM_BW_PCT] || in __dcbnl_pg_getcfg()
812 ret = nla_put_u8(dcbnl_skb, DCB_TC_ATTR_PARAM_BW_PCT, in __dcbnl_pg_getcfg()
988 if (param_tb[DCB_TC_ATTR_PARAM_BW_PCT]) in __dcbnl_pg_setcfg()
989 tc_pct = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_BW_PCT]); in __dcbnl_pg_setcfg()
1351 NLA_PUT_U8(skb, DCB_TC_ATTR_PARAM_BW_PCT, tc_pct); in dcbnl_cee_pg_fill()