Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dncsi.h93 NCSI_PKG_ATTR_ID, enumerator
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp130 if (packagetb[NCSI_PKG_ATTR_ID]) in __anon66112f010102()
132 auto attrID = nla_get_u32(packagetb[NCSI_PKG_ATTR_ID]); in __anon66112f010102()
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c115 rc = nla_put_u32(skb, NCSI_PKG_ATTR_ID, np->id); in ncsi_write_package_info()