Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddcbnl.h571 DCB_PG_ATTR_MAX = __DCB_PG_ATTR_ENUM_MAX - 1, enumerator
/linux-6.3-rc2/net/dcb/
A Ddcbnl.c74 static const struct nla_policy dcbnl_pg_nest[DCB_PG_ATTR_MAX + 1] = {
589 struct nlattr *pg_tb[DCB_PG_ATTR_MAX + 1]; in __dcbnl_pg_getcfg()
605 ret = nla_parse_nested_deprecated(pg_tb, DCB_PG_ATTR_MAX, in __dcbnl_pg_getcfg()
803 struct nlattr *pg_tb[DCB_PG_ATTR_MAX + 1]; in __dcbnl_pg_setcfg()
821 ret = nla_parse_nested_deprecated(pg_tb, DCB_PG_ATTR_MAX, in __dcbnl_pg_setcfg()

Completed in 8 milliseconds