Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dncsi.h125 NCSI_CHANNEL_ATTR_VERSION_STR, enumerator
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp199 if (channeltb[NCSI_CHANNEL_ATTR_VERSION_STR]) in __anon66112f010102()
202 nla_get_string(channeltb[NCSI_CHANNEL_ATTR_VERSION_STR]); in __anon66112f010102()
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c76 nla_put_string(skb, NCSI_CHANNEL_ATTR_VERSION_STR, nc->version.fw_name); in ncsi_write_channel_info()