2 * Copyright 2014 Cisco Systems, Inc. All rights reserved.
4 * This program is free software; you may redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
8 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
9 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
11 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
12 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
13 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18 #ifndef __SNIC_FWINT_H
19 #define __SNIC_FWINT_H
21 #define SNIC_CDB_LEN 32 /* SCSI CDB size 32, can be used for 16 bytes */
22 #define LUN_ADDR_LEN 8
29 * Initiator request types
31 SNIC_REQ_REPORT_TGTS
= 0x2, /* Report Targets */
32 SNIC_REQ_ICMND
, /* Initiator command for SCSI IO */
33 SNIC_REQ_ITMF
, /* Initiator command for Task Mgmt */
34 SNIC_REQ_HBA_RESET
, /* SNIC Reset */
35 SNIC_REQ_EXCH_VER
, /* Exchange Version Information */
36 SNIC_REQ_TGT_INFO
, /* Backend/Target Information */
42 SNIC_RSP_REPORT_TGTS_CMPL
= 0x12,/* Report Targets Completion */
43 SNIC_RSP_ICMND_CMPL
, /* SCSI IO Completion */
44 SNIC_RSP_ITMF_CMPL
, /* Task Management Completion */
45 SNIC_RSP_HBA_RESET_CMPL
, /* SNIC Reset Completion */
46 SNIC_RSP_EXCH_VER_CMPL
, /* Exchange Version Completion*/
47 SNIC_RSP_BOOT_LUNS_CMPL
,
52 SNIC_MSG_ACK
= 0x80, /* Ack: snic_notify_msg */
53 SNIC_MSG_ASYNC_EVNOTIFY
, /* Asynchronous Event Notification */
54 }; /* end of enum snic_io_type */
58 * Header status codes from firmware
61 SNIC_STAT_IO_SUCCESS
= 0, /* request was successful */
64 * If a request to the fw is rejected, the original request header
65 * will be returned with the status set to one of the following:
67 SNIC_STAT_INVALID_HDR
, /* header contains invalid data */
68 SNIC_STAT_OUT_OF_RES
, /* out of resources to complete request */
69 SNIC_STAT_INVALID_PARM
, /* some parameter in request is not valid */
70 SNIC_STAT_REQ_NOT_SUP
, /* req type is not supported */
71 SNIC_STAT_IO_NOT_FOUND
, /* requested IO was not found */
74 * Once a request is processed, the fw will usually return
75 * a cmpl message type. In cases where errors occurred,
76 * the header status would be filled in with one of the following:
78 SNIC_STAT_ABORTED
, /* req was aborted */
79 SNIC_STAT_TIMEOUT
, /* req was timed out */
80 SNIC_STAT_SGL_INVALID
, /* req was aborted due to sgl error */
81 SNIC_STAT_DATA_CNT_MISMATCH
, /*recv/sent more/less data than expec */
82 SNIC_STAT_FW_ERR
, /* req was terminated due to fw error */
83 SNIC_STAT_ITMF_REJECT
, /* itmf req was rejected by target */
84 SNIC_STAT_ITMF_FAIL
, /* itmf req was failed */
85 SNIC_STAT_ITMF_INCORRECT_LUN
, /* itmf req has incorrect LUN id*/
86 SNIC_STAT_CMND_REJECT
, /* req was invalid and rejected */
87 SNIC_STAT_DEV_OFFLINE
, /* req sent to offline device */
89 SNIC_STAT_SCSI_ERR
, /* SCSI error returned by Target. */
90 SNIC_STAT_NOT_READY
, /* sNIC Subsystem is not ready */
91 SNIC_STAT_FATAL_ERROR
, /* sNIC is in unrecoverable state */
92 }; /* end of enum snic_io_status */
95 * snic_io_hdr : host <--> firmware
97 * for any other message that will be queued to firmware should
98 * have the following request header
102 __le32 cmnd_id
; /* tag here */
103 ulong init_ctx
; /* initiator context */
104 u8 type
; /* request/response type */
105 u8 status
; /* header status entry */
106 u8 protocol
; /* Protocol specific, may needed for RoCE*/
112 /* auxillary funciton for encoding the snic_io_hdr */
114 snic_io_hdr_enc(struct snic_io_hdr
*hdr
, u8 typ
, u8 status
, u32 id
, u32 hid
,
115 u16 sg_cnt
, ulong ctx
)
118 hdr
->status
= status
;
120 hdr
->hid
= cpu_to_le32(hid
);
121 hdr
->cmnd_id
= cpu_to_le32(id
);
122 hdr
->sg_cnt
= cpu_to_le16(sg_cnt
);
127 /* auxillary funciton for decoding the snic_io_hdr */
129 snic_io_hdr_dec(struct snic_io_hdr
*hdr
, u8
*typ
, u8
*stat
, u32
*cmnd_id
,
130 u32
*hid
, ulong
*ctx
)
134 *hid
= le32_to_cpu(hdr
->hid
);
135 *cmnd_id
= le32_to_cpu(hdr
->cmnd_id
);
136 *ctx
= hdr
->init_ctx
;
140 * snic_host_info: host -> firmware
142 * Used for sending host information to firmware, and request fw version
144 struct snic_exch_ver_req
{
145 __le32 drvr_ver
; /* for debugging, when fw dump captured */
146 __le32 os_type
; /* for OS specific features */
151 * Bit 0-7 : OS information
152 * Bit 8-31: Feature/Capability Information
154 #define SNIC_OS_LINUX 0x1
155 #define SNIC_OS_WIN 0x2
156 #define SNIC_OS_ESX 0x3
161 * Bit 2: Dynamic Discovery of LUNs.
162 * Bit 3: Async event notifications on on tgt online/offline events.
163 * Bit 4: IO timeout support in FW.
164 * Bit 5-31: Reserved.
166 #define SNIC_HBA_CAP_DDL 0x02 /* Supports Dynamic Discovery of LUNs */
167 #define SNIC_HBA_CAP_AEN 0x04 /* Supports Async Event Noitifcation */
168 #define SNIC_HBA_CAP_TMO 0x08 /* Supports IO timeout in FW */
171 * snic_exch_ver_rsp : firmware -> host
173 * Used by firmware to send response to version request
175 struct snic_exch_ver_rsp
{
178 __le32 max_concur_ios
; /* max concurrent ios */
179 __le32 max_sgs_per_cmd
; /* max sgls per IO */
180 __le32 max_io_sz
; /* max io size supported */
181 __le32 hba_cap
; /* hba capabilities */
182 __le32 max_tgts
; /* max tgts supported */
183 __le16 io_timeout
; /* FW extended timeout */
189 * snic_report_tgts : host -> firmware request
191 * Used by the host to request list of targets
193 struct snic_report_tgts
{
195 __le16 flags
; /* specific flags from fw */
197 __le64 sg_addr
; /* Points to SGL */
208 /* Report Target Response */
211 SNIC_TGT_DAS
, /* DAS Target */
212 SNIC_TGT_SAN
, /* SAN Target */
215 /* target id format */
217 __le32 tgt_id
; /* target id */
218 __le16 tgt_type
; /* tgt type */
219 __le16 vnic_id
; /* corresponding vnic id */
223 * snic_report_tgts_cmpl : firmware -> host response
225 * Used by firmware to send response to Report Targets request
227 struct snic_report_tgts_cmpl
{
228 __le32 tgt_cnt
; /* Number of Targets accessible */
237 * Bit 2: ESGL - sg/esg array contains extended sg
238 * ESGE - is a host buffer contains sg elements
239 * Bit 3-4: Task Attributes
241 * 01b - head of queue
243 * Bit 5-7: Priority - future use
247 #define SNIC_ICMND_WR 0x01 /* write command */
248 #define SNIC_ICMND_RD 0x02 /* read command */
249 #define SNIC_ICMND_ESGL 0x04 /* SGE/ESGE array contains valid data*/
252 * Priority/Task Attribute settings
254 #define SNIC_ICMND_TSK_SHIFT 2 /* task attr starts at bit 2 */
255 #define SNIC_ICMND_TSK_MASK(x) ((x>>SNIC_ICMND_TSK_SHIFT) & ~(0xffff))
256 #define SNIC_ICMND_TSK_SIMPLE 0 /* simple task attr */
257 #define SNIC_ICMND_TSK_HEAD_OF_QUEUE 1 /* head of qeuue task attr */
258 #define SNIC_ICMND_TSK_ORDERED 2 /* ordered task attr */
260 #define SNIC_ICMND_PRI_SHIFT 5 /* prio val starts at bit 5 */
263 * snic_icmnd : host-> firmware request
265 * used for sending out an initiator SCSI 16/32-byte command
268 __le16 sg_cnt
; /* Number of SG Elements */
269 __le16 flags
; /* flags */
270 __le32 sense_len
; /* Sense buffer length */
271 __le64 tgt_id
; /* Destination Target ID */
272 __le64 lun_id
; /* Destination LUN ID */
275 __le16 time_out
; /* ms time for Res allocations fw to handle io*/
276 __le32 data_len
; /* Total number of bytes to be transferred */
277 u8 cdb
[SNIC_CDB_LEN
];
278 __le64 sg_addr
; /* Points to SG List */
279 __le64 sense_addr
; /* Sense buffer address */
288 #define SNIC_ICMND_CMPL_UNDR_RUN 0x01 /* resid under and valid */
289 #define SNIC_ICMND_CMPL_OVER_RUN 0x02 /* resid over and valid */
292 * snic_icmnd_cmpl: firmware -> host response
294 * Used for sending the host a response to an icmnd (initiator command)
296 struct snic_icmnd_cmpl
{
297 u8 scsi_status
; /* value as per SAM */
299 __le16 sense_len
; /* Sense Length */
300 __le32 resid
; /* Residue : # bytes under or over run */
304 * snic_itmf: host->firmware request
306 * used for requesting the firmware to abort a request and/or send out
307 * a task management function
309 * the req_id field is valid in case of abort task and clear task
312 u8 tm_type
; /* SCSI Task Management request */
314 __le16 flags
; /* flags */
315 __le32 req_id
; /* Command id of snic req to be aborted */
316 __le64 tgt_id
; /* Target ID */
317 __le64 lun_id
; /* Destination LUN ID */
318 __le16 timeout
; /* in sec */
322 * Task Management Request
324 enum snic_itmf_tm_type
{
325 SNIC_ITMF_ABTS_TASK
= 0x01, /* Abort Task */
326 SNIC_ITMF_ABTS_TASK_SET
, /* Abort Task Set */
327 SNIC_ITMF_CLR_TASK
, /* Clear Task */
328 SNIC_ITMF_CLR_TASKSET
, /* Clear Task Set */
329 SNIC_ITMF_LUN_RESET
, /* Lun Reset */
330 SNIC_ITMF_ABTS_TASK_TERM
, /* Supported for SAN Targets */
334 * snic_itmf_cmpl: firmware -> host resposne
336 * used for sending the host a response for a itmf request
338 struct snic_itmf_cmpl
{
339 __le32 nterminated
; /* # IOs terminated as a result of tmf */
340 u8 flags
; /* flags */
346 * Bit 0 : 1 - Num terminated field valid
347 * Bit 1 - 7 : Reserved
349 #define SNIC_NUM_TERM_VALID 0x01 /* Number of IOs terminated */
352 * snic_hba_reset: host -> firmware request
354 * used for requesting firmware to reset snic
356 struct snic_hba_reset
{
357 __le16 flags
; /* flags */
362 * snic_hba_reset_cmpl: firmware -> host response
364 * Used by firmware to respond to the host's hba reset request
366 struct snic_hba_reset_cmpl
{
367 u8 flags
; /* flags : more info needs to be added*/
372 * snic_notify_msg: firmware -> host response
374 * Used by firmware to notify host of the last work queue entry received
376 struct snic_notify_msg
{
377 __le32 wqe_num
; /* wq entry number */
378 u8 flags
; /* flags, macros */
383 #define SNIC_EVDATA_LEN 24 /* in bytes */
384 /* snic_async_evnotify: firmware -> host notification
386 * Used by firmware to notify the host about configuration/state changes
388 struct snic_async_evnotify
{
390 u8 vnic
; /* vnic id */
392 __le32 ev_id
; /* Event ID */
393 u8 ev_data
[SNIC_EVDATA_LEN
]; /* Event Data */
397 /* async event flags */
399 SNIC_EV_TGT_OFFLINE
= 0x01, /* Target Offline, PL contains TGT ID */
400 SNIC_EV_TGT_ONLINE
, /* Target Online, PL contains TGT ID */
401 SNIC_EV_LUN_OFFLINE
, /* LUN Offline, PL contains LUN ID */
402 SNIC_EV_LUN_ONLINE
, /* LUN Online, PL contains LUN ID */
403 SNIC_EV_CONF_CHG
, /* Dev Config/Attr Change Event */
404 SNIC_EV_TGT_ADDED
, /* Target Added */
405 SNIC_EV_TGT_DELTD
, /* Target Del'd, PL contains TGT ID */
406 SNIC_EV_LUN_ADDED
, /* LUN Added */
407 SNIC_EV_LUN_DELTD
, /* LUN Del'd, PL cont. TGT & LUN ID */
409 SNIC_EV_DISC_CMPL
= 0x10, /* Discovery Completed Event */
413 #define SNIC_HOST_REQ_LEN 128 /*Exp length of host req, wq desc sz*/
414 /* Payload 88 bytes = 128 - 24 - 16 */
415 #define SNIC_HOST_REQ_PAYLOAD ((int)(SNIC_HOST_REQ_LEN - \
416 sizeof(struct snic_io_hdr) - \
417 (2 * sizeof(u64)) - sizeof(ulong)))
420 * snic_host_req: host -> firmware request
422 * Basic structure for all snic requests that are sent from the host to
423 * firmware. They are 128 bytes in size.
425 struct snic_host_req
{
426 u64 ctrl_data
[2]; /*16 bytes - Control Data */
427 struct snic_io_hdr hdr
;
430 * Entry specific space, last byte contains color
432 u8 buf
[SNIC_HOST_REQ_PAYLOAD
];
435 * Exchange firmware version
437 struct snic_exch_ver_req exch_ver
;
440 struct snic_report_tgts rpt_tgts
;
443 struct snic_icmnd icmnd
;
445 /* task management request */
446 struct snic_itmf itmf
;
449 struct snic_hba_reset reset
;
453 }; /* end of snic_host_req structure */
456 #define SNIC_FW_REQ_LEN 64 /* Expected length of fw req */
458 struct snic_io_hdr hdr
;
461 * Entry specific space, last byte contains color
463 u8 buf
[SNIC_FW_REQ_LEN
- sizeof(struct snic_io_hdr
)];
465 /* Exchange Version Response */
466 struct snic_exch_ver_rsp exch_ver_cmpl
;
468 /* Report Targets Response */
469 struct snic_report_tgts_cmpl rpt_tgts_cmpl
;
472 struct snic_icmnd_cmpl icmnd_cmpl
;
474 /* task management response */
475 struct snic_itmf_cmpl itmf_cmpl
;
477 /* hba reset response */
478 struct snic_hba_reset_cmpl reset_cmpl
;
481 struct snic_notify_msg ack
;
483 /* async notification event */
484 struct snic_async_evnotify async_ev
;
487 }; /* end of snic_fw_req structure */
490 * Auxillary macro to verify specific snic req/cmpl structures
491 * to ensure that it will be aligned to 64 bit, and not using
494 #define VERIFY_REQ_SZ(x)
495 #define VERIFY_CMPL_SZ(x)
498 * Access routines to encode and decode the color bit, which is the most
499 * significant bit of the structure.
502 snic_color_enc(struct snic_fw_req
*req
, u8 color
)
504 u8
*c
= ((u8
*) req
) + sizeof(struct snic_fw_req
) - 1;
513 snic_color_dec(struct snic_fw_req
*req
, u8
*color
)
515 u8
*c
= ((u8
*) req
) + sizeof(struct snic_fw_req
) - 1;
519 /* Make sure color bit is read from desc *before* other fields
520 * are read from desc. Hardware guarantees color bit is last
521 * bit (byte) written. Adding the rmb() prevents the compiler
522 * and/or CPU from reordering the reads which would potentially
523 * result in reading stale values.
527 #endif /* end of __SNIC_FWINT_H */