Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Ddcbnl.h491 DCB_TC_ATTR_PARAM_UP_MAPPING, enumerator
/linux-3.4.99/net/dcb/
Ddcbnl.c114 [DCB_TC_ATTR_PARAM_UP_MAPPING] = {.type = NLA_U8},
796 if (param_tb[DCB_TC_ATTR_PARAM_UP_MAPPING] || in __dcbnl_pg_getcfg()
799 DCB_TC_ATTR_PARAM_UP_MAPPING, up_map); in __dcbnl_pg_getcfg()
991 if (param_tb[DCB_TC_ATTR_PARAM_UP_MAPPING]) in __dcbnl_pg_setcfg()
993 nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_UP_MAPPING]); in __dcbnl_pg_setcfg()
1349 NLA_PUT_U8(skb, DCB_TC_ATTR_PARAM_UP_MAPPING, up_map); in dcbnl_cee_pg_fill()