Home
last modified time | relevance | path

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

/linux/net/dcb/
A Ddcbnl.c48 [DCB_ATTR_PG_CFG] = {.type = NLA_NESTED},
562 if (!tb[DCB_ATTR_PG_CFG]) in __dcbnl_pg_getcfg()
572 tb[DCB_ATTR_PG_CFG], dcbnl_pg_nest, in __dcbnl_pg_getcfg()
577 pg_nest = nla_nest_start_noflag(skb, DCB_ATTR_PG_CFG); in __dcbnl_pg_getcfg()
778 if (!tb[DCB_ATTR_PG_CFG]) in __dcbnl_pg_setcfg()
788 tb[DCB_ATTR_PG_CFG], dcbnl_pg_nest, in __dcbnl_pg_setcfg()
855 return nla_put_u8(skb, DCB_ATTR_PG_CFG, 0); in __dcbnl_pg_setcfg()
/linux/include/uapi/linux/
A Ddcbnl.h377 DCB_ATTR_PG_CFG, enumerator

Completed in 8 milliseconds