Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddcbnl.h600 DCB_TC_ATTR_PARAM_BW_PCT, enumerator
/linux-6.3-rc2/net/dcb/
A Ddcbnl.c100 [DCB_TC_ATTR_PARAM_BW_PCT] = {.type = NLA_U8},
674 if (param_tb[DCB_TC_ATTR_PARAM_BW_PCT] || in __dcbnl_pg_getcfg()
676 ret = nla_put_u8(skb, DCB_TC_ATTR_PARAM_BW_PCT, in __dcbnl_pg_getcfg()
850 if (param_tb[DCB_TC_ATTR_PARAM_BW_PCT]) in __dcbnl_pg_setcfg()
851 tc_pct = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_BW_PCT]); in __dcbnl_pg_setcfg()
1342 nla_put_u8(skb, DCB_TC_ATTR_PARAM_BW_PCT, tc_pct)) in dcbnl_cee_pg_fill()

Completed in 9 milliseconds