Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddcbnl.h599 DCB_TC_ATTR_PARAM_STRICT_PRIO, enumerator
/linux-6.3-rc2/net/dcb/
A Ddcbnl.c99 [DCB_TC_ATTR_PARAM_STRICT_PRIO] = {.type = NLA_U8},
667 if (param_tb[DCB_TC_ATTR_PARAM_STRICT_PRIO] || in __dcbnl_pg_getcfg()
670 DCB_TC_ATTR_PARAM_STRICT_PRIO, prio); in __dcbnl_pg_getcfg()
843 if (param_tb[DCB_TC_ATTR_PARAM_STRICT_PRIO]) in __dcbnl_pg_setcfg()
845 nla_get_u8(param_tb[DCB_TC_ATTR_PARAM_STRICT_PRIO]); in __dcbnl_pg_setcfg()
1341 nla_put_u8(skb, DCB_TC_ATTR_PARAM_STRICT_PRIO, prio) || in dcbnl_cee_pg_fill()

Completed in 11 milliseconds