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

/linux-master/include/uapi/linux/
H A Ddcbnl.h580 * @DCB_TC_ATTR_PARAM_UP_MAPPING: (NLA_U8) Traffic class to user priority map
598 DCB_TC_ATTR_PARAM_UP_MAPPING, enumerator in enum:dcbnl_tc_attrs
/linux-master/net/dcb/
H A Ddcbnl.c98 [DCB_TC_ATTR_PARAM_UP_MAPPING] = {.type = NLA_U8},
660 if (param_tb[DCB_TC_ATTR_PARAM_UP_MAPPING] ||
663 DCB_TC_ATTR_PARAM_UP_MAPPING, up_map);
853 if (param_tb[DCB_TC_ATTR_PARAM_UP_MAPPING])
855 nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_UP_MAPPING]);
1340 nla_put_u8(skb, DCB_TC_ATTR_PARAM_UP_MAPPING, up_map) ||

Completed in 145 milliseconds