Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dncsi.h98 NCSI_PKG_ATTR_MAX = __NCSI_PKG_ATTR_AFTER_LAST - 1 enumerator
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp91 struct nlattr* packagetb[NCSI_PKG_ATTR_MAX + 1] = {nullptr}; in __anon66112f010102()
92 struct nla_policy packagePolicy[NCSI_PKG_ATTR_MAX + 1] = { in __anon66112f010102()
122 ret = nla_parse_nested(packagetb, NCSI_PKG_ATTR_MAX, attrTgt, in __anon66112f010102()