Home
last modified time | relevance | path

Searched refs:NCSI_ATTR_MAX (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp85 struct nlattr* tb[NCSI_ATTR_MAX + 1] = {nullptr}; in __anon66112f010102()
86 struct nla_policy ncsiPolicy[NCSI_ATTR_MAX + 1] = { in __anon66112f010102()
105 auto ret = genlmsg_parse(nlh, 0, tb, NCSI_ATTR_MAX, ncsiPolicy); in __anon66112f010102()
234 struct nlattr* tb[NCSI_ATTR_MAX + 1] = {nullptr}; in __anon66112f010202()
235 static struct nla_policy ncsiPolicy[NCSI_ATTR_MAX + 1] = { in __anon66112f010202()
243 auto ret = genlmsg_parse(nlh, 0, tb, NCSI_ATTR_MAX, ncsiPolicy); in __anon66112f010202()
/openbmc/linux/include/uapi/linux/
H A Dncsi.h77 NCSI_ATTR_MAX = __NCSI_ATTR_AFTER_LAST - 1 enumerator
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c23 static const struct nla_policy ncsi_genl_policy[NCSI_ATTR_MAX + 1] = {
215 struct nlattr *attrs[NCSI_ATTR_MAX + 1]; in ncsi_pkg_info_all_nl()
223 rc = genlmsg_parse_deprecated(cb->nlh, &ncsi_genl_family, attrs, NCSI_ATTR_MAX, in ncsi_pkg_info_all_nl()
766 .maxattr = NCSI_ATTR_MAX,