Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dncsi.h124 NCSI_CHANNEL_ATTR_VERSION_MINOR, enumerator
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp192 if (channeltb[NCSI_CHANNEL_ATTR_VERSION_MINOR]) in __anon66112f010102()
195 nla_get_u32(channeltb[NCSI_CHANNEL_ATTR_VERSION_MINOR]); in __anon66112f010102()
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c75 nla_put_u32(skb, NCSI_CHANNEL_ATTR_VERSION_MINOR, nc->version.minor); in ncsi_write_channel_info()