qla2xxx: Add bsg interface to support D_Port Diagnostics.
[deliverable/linux.git] / drivers / scsi / qla2xxx / qla_bsg.h
1 /*
2 * QLogic Fibre Channel HBA Driver
3 * Copyright (c) 2003-2014 QLogic Corporation
4 *
5 * See LICENSE.qla2xxx for copyright and licensing details.
6 */
7 #ifndef __QLA_BSG_H
8 #define __QLA_BSG_H
9
10 /* BSG Vendor specific commands */
11 #define QL_VND_LOOPBACK 0x01
12 #define QL_VND_A84_RESET 0x02
13 #define QL_VND_A84_UPDATE_FW 0x03
14 #define QL_VND_A84_MGMT_CMD 0x04
15 #define QL_VND_IIDMA 0x05
16 #define QL_VND_FCP_PRIO_CFG_CMD 0x06
17 #define QL_VND_READ_FLASH 0x07
18 #define QL_VND_UPDATE_FLASH 0x08
19 #define QL_VND_SET_FRU_VERSION 0x0B
20 #define QL_VND_READ_FRU_STATUS 0x0C
21 #define QL_VND_WRITE_FRU_STATUS 0x0D
22 #define QL_VND_DIAG_IO_CMD 0x0A
23 #define QL_VND_WRITE_I2C 0x10
24 #define QL_VND_READ_I2C 0x11
25 #define QL_VND_FX00_MGMT_CMD 0x12
26 #define QL_VND_SERDES_OP 0x13
27 #define QL_VND_SERDES_OP_EX 0x14
28 #define QL_VND_GET_FLASH_UPDATE_CAPS 0x15
29 #define QL_VND_SET_FLASH_UPDATE_CAPS 0x16
30 #define QL_VND_GET_BBCR_DATA 0x17
31 #define QL_VND_GET_PRIV_STATS 0x18
32 #define QL_VND_DPORT_DIAGNOSTICS 0x19
33
34 /* BSG Vendor specific subcode returns */
35 #define EXT_STATUS_OK 0
36 #define EXT_STATUS_ERR 1
37 #define EXT_STATUS_BUSY 2
38 #define EXT_STATUS_INVALID_PARAM 6
39 #define EXT_STATUS_DATA_OVERRUN 7
40 #define EXT_STATUS_DATA_UNDERRUN 8
41 #define EXT_STATUS_MAILBOX 11
42 #define EXT_STATUS_NO_MEMORY 17
43 #define EXT_STATUS_DEVICE_OFFLINE 22
44
45 /*
46 * To support bidirectional iocb
47 * BSG Vendor specific returns
48 */
49 #define EXT_STATUS_NOT_SUPPORTED 27
50 #define EXT_STATUS_INVALID_CFG 28
51 #define EXT_STATUS_DMA_ERR 29
52 #define EXT_STATUS_TIMEOUT 30
53 #define EXT_STATUS_THREAD_FAILED 31
54 #define EXT_STATUS_DATA_CMP_FAILED 32
55
56 /* BSG definations for interpreting CommandSent field */
57 #define INT_DEF_LB_LOOPBACK_CMD 0
58 #define INT_DEF_LB_ECHO_CMD 1
59
60 /* Loopback related definations */
61 #define INTERNAL_LOOPBACK 0xF1
62 #define EXTERNAL_LOOPBACK 0xF2
63 #define ENABLE_INTERNAL_LOOPBACK 0x02
64 #define ENABLE_EXTERNAL_LOOPBACK 0x04
65 #define INTERNAL_LOOPBACK_MASK 0x000E
66 #define MAX_ELS_FRAME_PAYLOAD 252
67 #define ELS_OPCODE_BYTE 0x10
68
69 /* BSG Vendor specific definations */
70 #define A84_ISSUE_WRITE_TYPE_CMD 0
71 #define A84_ISSUE_READ_TYPE_CMD 1
72 #define A84_CLEANUP_CMD 2
73 #define A84_ISSUE_RESET_OP_FW 3
74 #define A84_ISSUE_RESET_DIAG_FW 4
75 #define A84_ISSUE_UPDATE_OPFW_CMD 5
76 #define A84_ISSUE_UPDATE_DIAGFW_CMD 6
77
78 struct qla84_mgmt_param {
79 union {
80 struct {
81 uint32_t start_addr;
82 } mem; /* for QLA84_MGMT_READ/WRITE_MEM */
83 struct {
84 uint32_t id;
85 #define QLA84_MGMT_CONFIG_ID_UIF 1
86 #define QLA84_MGMT_CONFIG_ID_FCOE_COS 2
87 #define QLA84_MGMT_CONFIG_ID_PAUSE 3
88 #define QLA84_MGMT_CONFIG_ID_TIMEOUTS 4
89
90 uint32_t param0;
91 uint32_t param1;
92 } config; /* for QLA84_MGMT_CHNG_CONFIG */
93
94 struct {
95 uint32_t type;
96 #define QLA84_MGMT_INFO_CONFIG_LOG_DATA 1 /* Get Config Log Data */
97 #define QLA84_MGMT_INFO_LOG_DATA 2 /* Get Log Data */
98 #define QLA84_MGMT_INFO_PORT_STAT 3 /* Get Port Statistics */
99 #define QLA84_MGMT_INFO_LIF_STAT 4 /* Get LIF Statistics */
100 #define QLA84_MGMT_INFO_ASIC_STAT 5 /* Get ASIC Statistics */
101 #define QLA84_MGMT_INFO_CONFIG_PARAMS 6 /* Get Config Parameters */
102 #define QLA84_MGMT_INFO_PANIC_LOG 7 /* Get Panic Log */
103
104 uint32_t context;
105 /*
106 * context definitions for QLA84_MGMT_INFO_CONFIG_LOG_DATA
107 */
108 #define IC_LOG_DATA_LOG_ID_DEBUG_LOG 0
109 #define IC_LOG_DATA_LOG_ID_LEARN_LOG 1
110 #define IC_LOG_DATA_LOG_ID_FC_ACL_INGRESS_LOG 2
111 #define IC_LOG_DATA_LOG_ID_FC_ACL_EGRESS_LOG 3
112 #define IC_LOG_DATA_LOG_ID_ETHERNET_ACL_INGRESS_LOG 4
113 #define IC_LOG_DATA_LOG_ID_ETHERNET_ACL_EGRESS_LOG 5
114 #define IC_LOG_DATA_LOG_ID_MESSAGE_TRANSMIT_LOG 6
115 #define IC_LOG_DATA_LOG_ID_MESSAGE_RECEIVE_LOG 7
116 #define IC_LOG_DATA_LOG_ID_LINK_EVENT_LOG 8
117 #define IC_LOG_DATA_LOG_ID_DCX_LOG 9
118
119 /*
120 * context definitions for QLA84_MGMT_INFO_PORT_STAT
121 */
122 #define IC_PORT_STATISTICS_PORT_NUMBER_ETHERNET_PORT0 0
123 #define IC_PORT_STATISTICS_PORT_NUMBER_ETHERNET_PORT1 1
124 #define IC_PORT_STATISTICS_PORT_NUMBER_NSL_PORT0 2
125 #define IC_PORT_STATISTICS_PORT_NUMBER_NSL_PORT1 3
126 #define IC_PORT_STATISTICS_PORT_NUMBER_FC_PORT0 4
127 #define IC_PORT_STATISTICS_PORT_NUMBER_FC_PORT1 5
128
129
130 /*
131 * context definitions for QLA84_MGMT_INFO_LIF_STAT
132 */
133 #define IC_LIF_STATISTICS_LIF_NUMBER_ETHERNET_PORT0 0
134 #define IC_LIF_STATISTICS_LIF_NUMBER_ETHERNET_PORT1 1
135 #define IC_LIF_STATISTICS_LIF_NUMBER_FC_PORT0 2
136 #define IC_LIF_STATISTICS_LIF_NUMBER_FC_PORT1 3
137 #define IC_LIF_STATISTICS_LIF_NUMBER_CPU 6
138
139 } info; /* for QLA84_MGMT_GET_INFO */
140 } u;
141 };
142
143 struct qla84_msg_mgmt {
144 uint16_t cmd;
145 #define QLA84_MGMT_READ_MEM 0x00
146 #define QLA84_MGMT_WRITE_MEM 0x01
147 #define QLA84_MGMT_CHNG_CONFIG 0x02
148 #define QLA84_MGMT_GET_INFO 0x03
149 uint16_t rsrvd;
150 struct qla84_mgmt_param mgmtp;/* parameters for cmd */
151 uint32_t len; /* bytes in payload following this struct */
152 uint8_t payload[0]; /* payload for cmd */
153 };
154
155 struct qla_bsg_a84_mgmt {
156 struct qla84_msg_mgmt mgmt;
157 } __attribute__ ((packed));
158
159 struct qla_scsi_addr {
160 uint16_t bus;
161 uint16_t target;
162 } __attribute__ ((packed));
163
164 struct qla_ext_dest_addr {
165 union {
166 uint8_t wwnn[8];
167 uint8_t wwpn[8];
168 uint8_t id[4];
169 struct qla_scsi_addr scsi_addr;
170 } dest_addr;
171 uint16_t dest_type;
172 #define EXT_DEF_TYPE_WWPN 2
173 uint16_t lun;
174 uint16_t padding[2];
175 } __attribute__ ((packed));
176
177 struct qla_port_param {
178 struct qla_ext_dest_addr fc_scsi_addr;
179 uint16_t mode;
180 uint16_t speed;
181 } __attribute__ ((packed));
182
183
184 /* FRU VPD */
185
186 #define MAX_FRU_SIZE 36
187
188 struct qla_field_address {
189 uint16_t offset;
190 uint16_t device;
191 uint16_t option;
192 } __packed;
193
194 struct qla_field_info {
195 uint8_t version[MAX_FRU_SIZE];
196 } __packed;
197
198 struct qla_image_version {
199 struct qla_field_address field_address;
200 struct qla_field_info field_info;
201 } __packed;
202
203 struct qla_image_version_list {
204 uint32_t count;
205 struct qla_image_version version[0];
206 } __packed;
207
208 struct qla_status_reg {
209 struct qla_field_address field_address;
210 uint8_t status_reg;
211 uint8_t reserved[7];
212 } __packed;
213
214 struct qla_i2c_access {
215 uint16_t device;
216 uint16_t offset;
217 uint16_t option;
218 uint16_t length;
219 uint8_t buffer[0x40];
220 } __packed;
221
222 /* 26xx serdes register interface */
223
224 /* serdes reg commands */
225 #define INT_SC_SERDES_READ_REG 1
226 #define INT_SC_SERDES_WRITE_REG 2
227
228 struct qla_serdes_reg {
229 uint16_t cmd;
230 uint16_t addr;
231 uint16_t val;
232 } __packed;
233
234 struct qla_serdes_reg_ex {
235 uint16_t cmd;
236 uint32_t addr;
237 uint32_t val;
238 } __packed;
239
240 struct qla_flash_update_caps {
241 uint64_t capabilities;
242 uint32_t outage_duration;
243 uint8_t reserved[20];
244 } __packed;
245
246 /* BB_CR Status */
247 #define QLA_BBCR_STATUS_DISABLED 0
248 #define QLA_BBCR_STATUS_ENABLED 1
249 #define QLA_BBCR_STATUS_UNKNOWN 2
250
251 /* BB_CR State */
252 #define QLA_BBCR_STATE_OFFLINE 0
253 #define QLA_BBCR_STATE_ONLINE 1
254
255 /* BB_CR Offline Reason Code */
256 #define QLA_BBCR_REASON_PORT_SPEED 1
257 #define QLA_BBCR_REASON_PEER_PORT 2
258 #define QLA_BBCR_REASON_SWITCH 3
259 #define QLA_BBCR_REASON_LOGIN_REJECT 4
260
261 struct qla_bbcr_data {
262 uint8_t status; /* 1 - enabled, 0 - Disabled */
263 uint8_t state; /* 1 - online, 0 - offline */
264 uint8_t configured_bbscn; /* 0-15 */
265 uint8_t negotiated_bbscn; /* 0-15 */
266 uint8_t offline_reason_code;
267 uint16_t mbx1; /* Port state */
268 uint8_t reserved[9];
269 } __packed;
270
271 struct qla_dport_diag {
272 uint16_t options;
273 uint32_t buf[16];
274 uint8_t unused[62];
275 } __packed;
276
277 /* D_Port options */
278 #define QLA_DPORT_RESULT 0x0
279 #define QLA_DPORT_START 0x2
280
281 #endif
This page took 0.056203 seconds and 5 git commands to generate.