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

/linux-master/include/uapi/linux/
H A Ddcbnl.h587 * @DCB_TC_ATTR_PARAM_BW_PCT: optional - (NLA_U8) If supported by the device and
600 DCB_TC_ATTR_PARAM_BW_PCT, enumerator in enum:dcbnl_tc_attrs
/linux-master/net/dcb/
H A Ddcbnl.c100 [DCB_TC_ATTR_PARAM_BW_PCT] = {.type = NLA_U8},
674 if (param_tb[DCB_TC_ATTR_PARAM_BW_PCT] ||
676 ret = nla_put_u8(skb, DCB_TC_ATTR_PARAM_BW_PCT,
850 if (param_tb[DCB_TC_ATTR_PARAM_BW_PCT])
851 tc_pct = nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_BW_PCT]);
1342 nla_put_u8(skb, DCB_TC_ATTR_PARAM_BW_PCT, tc_pct))

Completed in 287 milliseconds