Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dncsi.h133 NCSI_CHANNEL_ATTR_MAX = __NCSI_CHANNEL_ATTR_AFTER_LAST - 1 enumerator
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp97 struct nlattr* channeltb[NCSI_CHANNEL_ATTR_MAX + 1] = {nullptr}; in __anon66112f010102()
98 struct nla_policy channelPolicy[NCSI_CHANNEL_ATTR_MAX + 1] = { in __anon66112f010102()
153 ret = nla_parse_nested(channeltb, NCSI_CHANNEL_ATTR_MAX, in __anon66112f010102()