Lines Matching +full:8 +full:- +full:port
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Maintained at www.Open-FCoE.org
14 * Fibre Channel Services - Management Service (MS)
15 * From T11.org FC-GS-4 Rev 7.91 February 4, 2004
23 * Common-transport sub-type for FDMI
39 FC_FDMI_GRPL = 0x0102, /* Get Registered Port List */
40 FC_FDMI_GPAT = 0x0110, /* Get Port Attributes */
43 FC_FDMI_RPRT = 0x0210, /* Register Port */
44 FC_FDMI_RPA = 0x0211, /* Register Port Attributes */
47 FC_FDMI_DPRT = 0x0310, /* Deregister Port */
48 FC_FDMI_DPA = 0x0311, /* Deregister Port Attributes */
78 #define FC_FDMI_HBA_ATTR_NODENAME_LEN 8
92 #define FC_FDMI_HBA_ATTR_FABRICNAME_LEN 8
95 #define FC_FDMI_HBA_ATTR_VENDORIDENTIFIER_LEN 8
98 * Port Attribute Type
120 * Port Attribute Length
128 #define FC_FDMI_PORT_ATTR_NODENAME_LEN 8
129 #define FC_FDMI_PORT_ATTR_PORTNAME_LEN 8
133 #define FC_FDMI_PORT_ATTR_FABRICNAME_LEN 8
148 * Port Name
155 * Attribute Entry Block for HBA/Port Attributes
165 * Common for HBA/Port Attributes
173 * Registered Port List
177 struct fc_fdmi_port_name port[1]; member
185 struct fc_fdmi_rpl port; member
198 * Register Port (RPRT)
202 struct fc_fdmi_port_name port; member
207 * Register Port Attributes (RPA)
210 struct fc_fdmi_port_name port; member
215 * Deregister Port (DPRT)
218 struct fc_fdmi_port_name port; member
222 * Deregister Port Attributes (DPA)
225 struct fc_fdmi_port_name port; member