Lines Matching +full:multi +full:- +full:channel
2 * Copyright Samuel Mendoza-Jonas, IBM Corporation 2018.
14 * enum ncsi_nl_commands - supported NCSI commands
17 * @NCSI_CMD_PKG_INFO: list package and channel attributes. Requires
19 * specific package and its channels - otherwise a dump request returns
21 * @NCSI_CMD_SET_INTERFACE: set preferred package and channel combination.
24 * @NCSI_CMD_CLEAR_INTERFACE: clear any preferred package/channel combination.
26 * @NCSI_CMD_SEND_CMD: send NC-SI command to network card.
34 * the primary channel.
47 NCSI_CMD_MAX = __NCSI_CMD_AFTER_LAST - 1
51 * enum ncsi_nl_attrs - General NCSI netlink attributes
57 * @NCSI_ATTR_CHANNEL_ID: channel ID
59 * @NCSI_ATTR_MULTI_FLAG: flag to signal that multi-mode should be enabled with
61 * @NCSI_ATTR_PACKAGE_MASK: 32-bit mask of allowed packages.
62 * @NCSI_ATTR_CHANNEL_MASK: 32-bit mask of allowed channels.
77 NCSI_ATTR_MAX = __NCSI_ATTR_AFTER_LAST - 1
81 * enum ncsi_nl_pkg_attrs - NCSI netlink package-specific attributes
98 NCSI_PKG_ATTR_MAX = __NCSI_PKG_ATTR_AFTER_LAST - 1
102 * enum ncsi_nl_channel_attrs - NCSI netlink channel-specific attributes
105 * @NCSI_CHANNEL_ATTR: nested array of channel attributes
106 * @NCSI_CHANNEL_ATTR_ID: channel ID
107 * @NCSI_CHANNEL_ATTR_VERSION_MAJOR: channel major version number
108 * @NCSI_CHANNEL_ATTR_VERSION_MINOR: channel minor version number
109 * @NCSI_CHANNEL_ATTR_VERSION_STR: channel version string
110 * @NCSI_CHANNEL_ATTR_LINK_STATE: channel link state flags
113 * @NCSI_CHANNEL_ATTR_FORCED: flag signifying a channel has been set as
116 * @NCSI_CHANNEL_ATTR_VLAN_ID: VLAN ID being filtered on this channel
133 NCSI_CHANNEL_ATTR_MAX = __NCSI_CHANNEL_ATTR_AFTER_LAST - 1