Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dncsi.h65 enum ncsi_nl_attrs { enum
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp312 ret = nla_put_u32(msg.get(), ncsi_nl_attrs::NCSI_ATTR_PACKAGE_ID, in applyCmd()
325 ret = nla_put_u32(msg.get(), ncsi_nl_attrs::NCSI_ATTR_CHANNEL_ID, in applyCmd()
336 ret = nla_put_u32(msg.get(), ncsi_nl_attrs::NCSI_ATTR_IFINDEX, ifindex); in applyCmd()
379 ret = nla_put(msg.get(), ncsi_nl_attrs::NCSI_ATTR_DATA, pl.size(), in applyCmd()