Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dncsi.h129 NCSI_CHANNEL_ATTR_VLAN_LIST, enumerator
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp213 if (channeltb[NCSI_CHANNEL_ATTR_VLAN_LIST]) in __anon66112f010102()
216 auto vids = channeltb[NCSI_CHANNEL_ATTR_VLAN_LIST]; in __anon66112f010102()
/openbmc/linux/net/ncsi/
H A Dncsi-netlink.c78 vid_nest = nla_nest_start_noflag(skb, NCSI_CHANNEL_ATTR_VLAN_LIST); in ncsi_write_channel_info()