1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * QLogic Fibre Channel HBA Driver
4 * Copyright (c) 2003-2014 QLogic Corporation
9 #include <linux/nvme.h>
10 #include <linux/nvme-fc.h>
14 #define MBS_CHECKSUM_ERROR 0x4010
15 #define MBS_INVALID_PRODUCT_KEY 0x4020
20 #define FO1_ENABLE_PUREX BIT_10
21 #define FO1_DISABLE_LED_CTRL BIT_6
22 #define FO1_ENABLE_8016 BIT_0
23 #define FO2_ENABLE_SEL_CLASS2 BIT_5
24 #define FO3_NO_ABTS_ON_LINKDOWN BIT_14
25 #define FO3_HOLD_STS_IOCB BIT_12
28 * Port Database structure definition for ISP 24xx.
30 #define PDO_FORCE_ADISC BIT_1
31 #define PDO_FORCE_PLOGI BIT_0
33 struct buffer_credit_24xx
{
37 #define PORT_DATABASE_24XX_SIZE 64
38 struct port_database_24xx
{
40 #define PDF_TASK_RETRY_ID BIT_14
41 #define PDF_FC_TAPE BIT_7
42 #define PDF_ACK0_CAPABLE BIT_6
43 #define PDF_FCP2_CONF BIT_5
44 #define PDF_CLASS_2 BIT_4
45 #define PDF_HARD_ADDR BIT_1
48 * for NVMe, the login_state field has been
50 * The lower nibble is for FCP.
51 * The upper nibble is for NVMe.
53 uint8_t current_login_state
;
54 uint8_t last_login_state
;
55 #define PDS_PLOGI_PENDING 0x03
56 #define PDS_PLOGI_COMPLETE 0x04
57 #define PDS_PRLI_PENDING 0x05
58 #define PDS_PRLI_COMPLETE 0x06
59 #define PDS_PORT_UNAVAILABLE 0x07
60 #define PDS_PRLO_PENDING 0x09
61 #define PDS_LOGO_PENDING 0x11
62 #define PDS_PRLI2_PENDING 0x12
64 uint8_t hard_address
[3];
72 uint16_t nport_handle
; /* N_PORT handle. */
74 uint16_t receive_data_size
;
77 uint8_t prli_svc_param_word_0
[2]; /* Big endian */
78 /* Bits 15-0 of word 0 */
79 uint8_t prli_svc_param_word_3
[2]; /* Big endian */
80 /* Bits 15-0 of word 3 */
82 uint8_t port_name
[WWN_SIZE
];
83 uint8_t node_name
[WWN_SIZE
];
85 uint8_t reserved_3
[4];
86 uint16_t prli_nvme_svc_param_word_0
; /* Bits 15-0 of word 0 */
87 uint16_t prli_nvme_svc_param_word_3
; /* Bits 15-0 of word 3 */
88 uint16_t nvme_first_burst_size
;
89 uint8_t reserved_4
[14];
93 * MB 75h returns a list of DB entries similar to port_database_24xx(64B).
94 * However, in this case it returns 1st 40 bytes.
96 struct get_name_list_extended
{
98 u8 current_login_state
;
105 __le16 nport_handle
; /* N_PORT handle. */
106 __le16 receive_data_size
;
109 /* PRLI SVC Param are Big endian */
110 u8 prli_svc_param_word_0
[2]; /* Bits 15-0 of word 0 */
111 u8 prli_svc_param_word_3
[2]; /* Bits 15-0 of word 3 */
112 u8 port_name
[WWN_SIZE
];
113 u8 node_name
[WWN_SIZE
];
116 /* MB 75h: This is the short version of the database */
117 struct get_name_list
{
118 u8 port_node_name
[WWN_SIZE
]; /* B7 most sig, B0 least sig */
123 struct vp_database_24xx
{
127 uint8_t port_name
[WWN_SIZE
];
128 uint8_t node_name
[WWN_SIZE
];
129 uint16_t port_id_low
;
130 uint16_t port_id_high
;
136 __le16 nvram_version
;
139 /* Firmware Initialization Control Block. */
142 __le16 frame_payload_size
;
143 __le16 execution_throttle
;
144 __le16 exchange_count
;
147 uint8_t port_name
[WWN_SIZE
];
148 uint8_t node_name
[WWN_SIZE
];
150 __le16 login_retry_count
;
151 __le16 link_down_on_nos
;
152 __le16 interrupt_delay_timer
;
153 __le16 login_timeout
;
155 __le32 firmware_options_1
;
156 __le32 firmware_options_2
;
157 __le32 firmware_options_3
;
162 * BIT 0 = Control Enable
166 * BIT 8-10 = Output Swing 1G
167 * BIT 11-13 = Output Emphasis 1G
168 * BIT 14-15 = Reserved
171 * BIT 8-10 = Output Swing 2G
172 * BIT 11-13 = Output Emphasis 2G
173 * BIT 14-15 = Reserved
176 * BIT 8-10 = Output Swing 4G
177 * BIT 11-13 = Output Emphasis 4G
178 * BIT 14-15 = Reserved
180 __le16 seriallink_options
[4];
182 uint16_t reserved_2
[16];
185 uint16_t reserved_3
[16];
187 /* PCIe table entries. */
188 uint16_t reserved_4
[16];
191 uint16_t reserved_5
[16];
194 uint16_t reserved_6
[16];
197 uint16_t reserved_7
[16];
200 * BIT 0 = Enable spinup delay
201 * BIT 1 = Disable BIOS
202 * BIT 2 = Enable Memory Map BIOS
203 * BIT 3 = Enable Selectable Boot
204 * BIT 4 = Disable RISC code load
205 * BIT 5 = Disable Serdes
211 * BIT 10 = Enable lip full login
212 * BIT 11 = Enable target reset
216 * BIT 15 = Enable alternate WWN
222 uint8_t alternate_port_name
[WWN_SIZE
];
223 uint8_t alternate_node_name
[WWN_SIZE
];
225 uint8_t boot_port_name
[WWN_SIZE
];
226 __le16 boot_lun_number
;
229 uint8_t alt1_boot_port_name
[WWN_SIZE
];
230 __le16 alt1_boot_lun_number
;
233 uint8_t alt2_boot_port_name
[WWN_SIZE
];
234 __le16 alt2_boot_lun_number
;
235 uint16_t reserved_10
;
237 uint8_t alt3_boot_port_name
[WWN_SIZE
];
238 __le16 alt3_boot_lun_number
;
239 uint16_t reserved_11
;
242 * BIT 0 = Selective Login
243 * BIT 1 = Alt-Boot Enable
245 * BIT 3 = Boot Order List
247 * BIT 5 = Selective LUN
251 __le32 efi_parameters
;
255 uint16_t reserved_13
;
257 __le16 boot_id_number
;
258 uint16_t reserved_14
;
260 __le16 max_luns_per_target
;
261 uint16_t reserved_15
;
263 __le16 port_down_retry_count
;
264 __le16 link_down_timeout
;
266 /* FCode parameters. */
267 __le16 fcode_parameter
;
269 uint16_t reserved_16
[3];
272 uint8_t prev_drv_ver_major
;
273 uint8_t prev_drv_ver_submajob
;
274 uint8_t prev_drv_ver_minor
;
275 uint8_t prev_drv_ver_subminor
;
277 __le16 prev_bios_ver_major
;
278 __le16 prev_bios_ver_minor
;
280 __le16 prev_efi_ver_major
;
281 __le16 prev_efi_ver_minor
;
283 __le16 prev_fw_ver_major
;
284 uint8_t prev_fw_ver_minor
;
285 uint8_t prev_fw_ver_subminor
;
287 uint16_t reserved_17
[8];
290 uint16_t reserved_18
[16];
293 uint16_t reserved_19
[16];
296 uint16_t reserved_20
[16];
299 uint8_t model_name
[16];
301 uint16_t reserved_21
[2];
304 /* HW Parameter Block. */
305 uint16_t pcie_table_sig
;
306 uint16_t pcie_table_offset
;
308 uint16_t subsystem_vendor_id
;
309 uint16_t subsystem_device_id
;
315 * ISP Initialization Control Block.
316 * Little endian except where noted.
318 #define ICB_VERSION 1
319 struct init_cb_24xx
{
323 __le16 frame_payload_size
;
324 __le16 execution_throttle
;
325 __le16 exchange_count
;
329 uint8_t port_name
[WWN_SIZE
]; /* Big endian. */
330 uint8_t node_name
[WWN_SIZE
]; /* Big endian. */
332 __le16 response_q_inpointer
;
333 __le16 request_q_outpointer
;
335 __le16 login_retry_count
;
337 __le16 prio_request_q_outpointer
;
339 __le16 response_q_length
;
340 __le16 request_q_length
;
342 __le16 link_down_on_nos
; /* Milliseconds. */
344 __le16 prio_request_q_length
;
346 __le64 request_q_address __packed
;
347 __le64 response_q_address __packed
;
348 __le64 prio_request_q_address __packed
;
352 uint8_t reserved_2
[4];
354 __le16 atio_q_inpointer
;
355 __le16 atio_q_length
;
356 __le64 atio_q_address __packed
;
358 __le16 interrupt_delay_timer
; /* 100us increments. */
359 __le16 login_timeout
;
362 * BIT 0 = Enable Hard Loop Id
363 * BIT 1 = Enable Fairness
364 * BIT 2 = Enable Full-Duplex
366 * BIT 4 = Enable Target Mode
367 * BIT 5 = Disable Initiator Mode
368 * BIT 6 = Acquire FA-WWN
369 * BIT 7 = Enable D-port Diagnostics
372 * BIT 9 = Non Participating LIP
373 * BIT 10 = Descending Loop ID Search
374 * BIT 11 = Acquire Loop ID in LIPA
376 * BIT 13 = Full Login after LIP
377 * BIT 14 = Node Name Option
378 * BIT 15-31 = Reserved
380 __le32 firmware_options_1
;
383 * BIT 0 = Operation Mode bit 0
384 * BIT 1 = Operation Mode bit 1
385 * BIT 2 = Operation Mode bit 2
386 * BIT 3 = Operation Mode bit 3
387 * BIT 4 = Connection Options bit 0
388 * BIT 5 = Connection Options bit 1
389 * BIT 6 = Connection Options bit 2
390 * BIT 7 = Enable Non part on LIHA failure
392 * BIT 8 = Enable Class 2
393 * BIT 9 = Enable ACK0
395 * BIT 11 = Enable FC-SP Security
396 * BIT 12 = FC Tape Enable
398 * BIT 14 = Enable Target PRLI Control
399 * BIT 15-31 = Reserved
401 __le32 firmware_options_2
;
405 * BIT 1 = Soft ID only
408 * BIT 4 = FCP RSP Payload bit 0
409 * BIT 5 = FCP RSP Payload bit 1
410 * BIT 6 = Enable Receive Out-of-Order data frame handling
411 * BIT 7 = Disable Automatic PLOGI on Local Loop
414 * BIT 9 = Enable Out-of-Order FCP_XFER_RDY relative offset handling
418 * BIT 13 = Data Rate bit 0
419 * BIT 14 = Data Rate bit 1
420 * BIT 15 = Data Rate bit 2
421 * BIT 16 = Enable 75 ohm Termination Select
422 * BIT 17-28 = Reserved
423 * BIT 29 = Enable response queue 0 in index shadowing
424 * BIT 30 = Enable request queue 0 out index shadowing
427 __le32 firmware_options_3
;
430 uint8_t reserved_3
[20];
434 * ISP queue - command entry structure definition.
436 #define COMMAND_BIDIRECTIONAL 0x75
438 uint8_t entry_type
; /* Entry type. */
439 uint8_t entry_count
; /* Entry count. */
440 uint8_t sys_define
; /* System defined */
441 uint8_t entry_status
; /* Entry status. */
443 uint32_t handle
; /* System handle. */
445 __le16 nport_handle
; /* N_PORT handle. */
447 __le16 timeout
; /* Command timeout. */
449 __le16 wr_dseg_count
; /* Write Data segment count. */
450 __le16 rd_dseg_count
; /* Read Data segment count. */
452 struct scsi_lun lun
; /* FCP LUN (BE). */
454 __le16 control_flags
; /* Control flags. */
455 #define BD_WRAP_BACK BIT_3
456 #define BD_READ_DATA BIT_1
457 #define BD_WRITE_DATA BIT_0
459 __le16 fcp_cmnd_dseg_len
; /* Data segment length. */
460 __le64 fcp_cmnd_dseg_address __packed
;/* Data segment address. */
462 uint16_t reserved
[2]; /* Reserved */
464 __le32 rd_byte_count
; /* Total Byte count Read. */
465 __le32 wr_byte_count
; /* Total Byte count write. */
467 uint8_t port_id
[3]; /* PortID of destination port.*/
470 struct dsd64 fcp_dsd
;
473 #define COMMAND_TYPE_6 0x48 /* Command Type 6 entry */
475 uint8_t entry_type
; /* Entry type. */
476 uint8_t entry_count
; /* Entry count. */
477 uint8_t sys_define
; /* System defined. */
478 uint8_t entry_status
; /* Entry Status. */
480 uint32_t handle
; /* System handle. */
482 __le16 nport_handle
; /* N_PORT handle. */
483 __le16 timeout
; /* Command timeout. */
485 __le16 dseg_count
; /* Data segment count. */
487 __le16 fcp_rsp_dsd_len
; /* FCP_RSP DSD length. */
489 struct scsi_lun lun
; /* FCP LUN (BE). */
491 __le16 control_flags
; /* Control flags. */
492 #define CF_DIF_SEG_DESCR_ENABLE BIT_3
493 #define CF_DATA_SEG_DESCR_ENABLE BIT_2
494 #define CF_READ_DATA BIT_1
495 #define CF_WRITE_DATA BIT_0
497 __le16 fcp_cmnd_dseg_len
; /* Data segment length. */
498 /* Data segment address. */
499 __le64 fcp_cmnd_dseg_address __packed
;
500 /* Data segment address. */
501 __le64 fcp_rsp_dseg_address __packed
;
503 __le32 byte_count
; /* Total byte count. */
505 uint8_t port_id
[3]; /* PortID of destination port. */
508 struct dsd64 fcp_dsd
;
511 #define COMMAND_TYPE_7 0x18 /* Command Type 7 entry */
513 uint8_t entry_type
; /* Entry type. */
514 uint8_t entry_count
; /* Entry count. */
515 uint8_t sys_define
; /* System defined. */
516 uint8_t entry_status
; /* Entry Status. */
518 uint32_t handle
; /* System handle. */
520 __le16 nport_handle
; /* N_PORT handle. */
521 __le16 timeout
; /* Command timeout. */
522 #define FW_MAX_TIMEOUT 0x1999
524 __le16 dseg_count
; /* Data segment count. */
527 struct scsi_lun lun
; /* FCP LUN (BE). */
529 __le16 task_mgmt_flags
; /* Task management flags. */
530 #define TMF_CLEAR_ACA BIT_14
531 #define TMF_TARGET_RESET BIT_13
532 #define TMF_LUN_RESET BIT_12
533 #define TMF_CLEAR_TASK_SET BIT_10
534 #define TMF_ABORT_TASK_SET BIT_9
535 #define TMF_DSD_LIST_ENABLE BIT_2
536 #define TMF_READ_DATA BIT_1
537 #define TMF_WRITE_DATA BIT_0
541 #define TSK_HEAD_OF_QUEUE 1
542 #define TSK_ORDERED 2
544 #define TSK_UNTAGGED 5
548 uint8_t fcp_cdb
[MAX_CMDSZ
]; /* SCSI command words. */
549 __le32 byte_count
; /* Total byte count. */
551 uint8_t port_id
[3]; /* PortID of destination port. */
557 #define COMMAND_TYPE_CRC_2 0x6A /* Command Type CRC_2 (Type 6)
559 struct cmd_type_crc_2
{
560 uint8_t entry_type
; /* Entry type. */
561 uint8_t entry_count
; /* Entry count. */
562 uint8_t sys_define
; /* System defined. */
563 uint8_t entry_status
; /* Entry Status. */
565 uint32_t handle
; /* System handle. */
567 __le16 nport_handle
; /* N_PORT handle. */
568 __le16 timeout
; /* Command timeout. */
570 __le16 dseg_count
; /* Data segment count. */
572 __le16 fcp_rsp_dseg_len
; /* FCP_RSP DSD length. */
574 struct scsi_lun lun
; /* FCP LUN (BE). */
576 __le16 control_flags
; /* Control flags. */
578 __le16 fcp_cmnd_dseg_len
; /* Data segment length. */
579 __le64 fcp_cmnd_dseg_address __packed
;
580 /* Data segment address. */
581 __le64 fcp_rsp_dseg_address __packed
;
583 __le32 byte_count
; /* Total byte count. */
585 uint8_t port_id
[3]; /* PortID of destination port. */
588 __le64 crc_context_address __packed
; /* Data segment address. */
589 __le16 crc_context_len
; /* Data segment length. */
590 uint16_t reserved_1
; /* MUST be set to 0. */
595 * ISP queue - status entry structure definition.
597 #define STATUS_TYPE 0x03 /* Status entry. */
598 struct sts_entry_24xx
{
599 uint8_t entry_type
; /* Entry type. */
600 uint8_t entry_count
; /* Entry count. */
601 uint8_t sys_define
; /* System defined. */
602 uint8_t entry_status
; /* Entry Status. */
604 uint32_t handle
; /* System handle. */
606 __le16 comp_status
; /* Completion status. */
607 __le16 ox_id
; /* OX_ID used by the firmware. */
609 __le32 residual_len
; /* FW calc residual transfer length. */
613 __le16 nvme_rsp_pyld_len
;
616 __le16 state_flags
; /* State flags. */
617 #define SF_TRANSFERRED_DATA BIT_11
618 #define SF_NVME_ERSP BIT_6
619 #define SF_FCP_RSP_DMA BIT_0
621 __le16 status_qualifier
;
622 __le16 scsi_status
; /* SCSI status. */
623 #define SS_CONFIRMATION_REQ BIT_12
625 __le32 rsp_residual_count
; /* FCP RSP residual count. */
627 __le32 sense_len
; /* FCP SENSE length. */
631 __le32 rsp_data_len
; /* FCP response data length */
632 uint8_t data
[28]; /* FCP rsp/sense information */
634 struct nvme_fc_ersp_iu nvme_ersp
;
635 uint8_t nvme_ersp_data
[32];
639 * If DIF Error is set in comp_status, these additional fields are
642 * !!! NOTE: Firmware sends expected/actual DIF data in big endian
643 * format; but all of the "data" field gets swab32-d in the beginning
644 * of qla2x00_status_entry().
646 * &data[10] : uint8_t report_runt_bg[2]; - computed guard
647 * &data[12] : uint8_t actual_dif[8]; - DIF Data received
648 * &data[20] : uint8_t expected_dif[8]; - DIF Data computed
654 * Status entry completion status
656 #define CS_DATA_REASSEMBLY_ERROR 0x11 /* Data Reassembly Error.. */
657 #define CS_ABTS_BY_TARGET 0x13 /* Target send ABTS to abort IOCB. */
658 #define CS_FW_RESOURCE 0x2C /* Firmware Resource Unavailable. */
659 #define CS_TASK_MGMT_OVERRUN 0x30 /* Task management overrun (8+). */
660 #define CS_ABORT_BY_TARGET 0x47 /* Abort By Target. */
663 * ISP queue - marker entry structure definition.
665 #define MARKER_TYPE 0x04 /* Marker entry. */
666 struct mrk_entry_24xx
{
667 uint8_t entry_type
; /* Entry type. */
668 uint8_t entry_count
; /* Entry count. */
669 uint8_t handle_count
; /* Handle count. */
670 uint8_t entry_status
; /* Entry Status. */
672 uint32_t handle
; /* System handle. */
674 __le16 nport_handle
; /* N_PORT handle. */
676 uint8_t modifier
; /* Modifier (7-0). */
677 #define MK_SYNC_ID_LUN 0 /* Synchronize ID/LUN */
678 #define MK_SYNC_ID 1 /* Synchronize ID */
679 #define MK_SYNC_ALL 2 /* Synchronize all ID/LUN */
687 uint8_t lun
[8]; /* FCP LUN (BE). */
688 uint8_t reserved_4
[40];
692 * ISP queue - CT Pass-Through entry structure definition.
694 #define CT_IOCB_TYPE 0x29 /* CT Pass-Through IOCB entry */
695 struct ct_entry_24xx
{
696 uint8_t entry_type
; /* Entry type. */
697 uint8_t entry_count
; /* Entry count. */
698 uint8_t sys_define
; /* System Defined. */
699 uint8_t entry_status
; /* Entry Status. */
701 uint32_t handle
; /* System handle. */
703 __le16 comp_status
; /* Completion status. */
705 __le16 nport_handle
; /* N_PORT handle. */
707 __le16 cmd_dsd_count
;
712 __le16 timeout
; /* Command timeout. */
715 __le16 rsp_dsd_count
;
717 uint8_t reserved_3
[10];
719 __le32 rsp_byte_count
;
720 __le32 cmd_byte_count
;
725 #define PURX_ELS_HEADER_SIZE 0x18
728 * ISP queue - PUREX IOCB entry structure definition
730 #define PUREX_IOCB_TYPE 0x51 /* CT Pass Through IOCB entry */
731 struct purex_entry_24xx
{
732 uint8_t entry_type
; /* Entry type. */
733 uint8_t entry_count
; /* Entry count. */
734 uint8_t sys_define
; /* System defined. */
735 uint8_t entry_status
; /* Entry Status. */
745 __le16 trunc_frame_size
;
766 uint8_t els_frame_payload
[20];
770 * ISP queue - ELS Pass-Through entry structure definition.
772 #define ELS_IOCB_TYPE 0x53 /* ELS Pass-Through IOCB entry */
773 struct els_entry_24xx
{
774 uint8_t entry_type
; /* Entry type. */
775 uint8_t entry_count
; /* Entry count. */
776 uint8_t sys_define
; /* System Defined. */
777 uint8_t entry_status
; /* Entry Status. */
779 uint32_t handle
; /* System handle. */
781 __le16 comp_status
; /* response only */
788 #define EST_SOFI3 (1 << 4)
789 #define EST_SOFI2 (3 << 4)
791 __le32 rx_xchg_address
; /* Receive exchange address. */
800 __le16 control_flags
; /* Control flags. */
801 #define ECF_PAYLOAD_DESCR_MASK (BIT_15|BIT_14|BIT_13)
802 #define EPD_ELS_COMMAND (0 << 13)
803 #define EPD_ELS_ACC (1 << 13)
804 #define EPD_ELS_RJT (2 << 13)
805 #define EPD_RX_XCHG (3 << 13)
806 #define ECF_CLR_PASSTHRU_PEND BIT_12
807 #define ECF_INCL_FRAME_HDR BIT_11
811 __le32 rx_byte_count
;
812 __le32 tx_byte_count
;
814 __le64 tx_address __packed
; /* DSD 0 address. */
815 __le32 tx_len
; /* DSD 0 length. */
817 __le64 rx_address __packed
; /* DSD 1 address. */
818 __le32 rx_len
; /* DSD 1 length. */
821 __le32 total_byte_count
;
822 __le32 error_subcode_1
;
823 __le32 error_subcode_2
;
824 __le32 error_subcode_3
;
829 struct els_sts_entry_24xx
{
830 uint8_t entry_type
; /* Entry type. */
831 uint8_t entry_count
; /* Entry count. */
832 uint8_t sys_define
; /* System Defined. */
833 uint8_t entry_status
; /* Entry Status. */
835 __le32 handle
; /* System handle. */
839 __le16 nport_handle
; /* N_PORT handle. */
846 __le32 rx_xchg_address
; /* Receive exchange address. */
855 __le16 control_flags
; /* Control flags. */
856 __le32 total_byte_count
;
857 __le32 error_subcode_1
;
858 __le32 error_subcode_2
;
859 __le32 error_subcode_3
;
861 __le32 reserved_4
[4];
864 * ISP queue - Mailbox Command entry structure definition.
866 #define MBX_IOCB_TYPE 0x39
867 struct mbx_entry_24xx
{
868 uint8_t entry_type
; /* Entry type. */
869 uint8_t entry_count
; /* Entry count. */
870 uint8_t handle_count
; /* Handle count. */
871 uint8_t entry_status
; /* Entry Status. */
873 uint32_t handle
; /* System handle. */
879 #define LOGINOUT_PORT_IOCB_TYPE 0x52 /* Login/Logout Port entry. */
880 struct logio_entry_24xx
{
881 uint8_t entry_type
; /* Entry type. */
882 uint8_t entry_count
; /* Entry count. */
883 uint8_t sys_define
; /* System defined. */
884 uint8_t entry_status
; /* Entry Status. */
886 uint32_t handle
; /* System handle. */
888 __le16 comp_status
; /* Completion status. */
889 #define CS_LOGIO_ERROR 0x31 /* Login/Logout IOCB error. */
891 __le16 nport_handle
; /* N_PORT handle. */
893 __le16 control_flags
; /* Control flags. */
895 #define LCF_INCLUDE_SNS BIT_10 /* Include SNS (FFFFFC) during LOGO. */
896 #define LCF_FCP2_OVERRIDE BIT_9 /* Set/Reset word 3 of PRLI. */
897 #define LCF_CLASS_2 BIT_8 /* Enable class 2 during PLOGI. */
898 #define LCF_FREE_NPORT BIT_7 /* Release NPORT handle after LOGO. */
899 #define LCF_EXPL_LOGO BIT_6 /* Perform an explicit LOGO. */
900 #define LCF_NVME_PRLI BIT_6 /* Perform NVME FC4 PRLI */
901 #define LCF_SKIP_PRLI BIT_5 /* Skip PRLI after PLOGI. */
902 #define LCF_IMPL_LOGO_ALL BIT_5 /* Implicit LOGO to all ports. */
903 #define LCF_COND_PLOGI BIT_4 /* PLOGI only if not logged-in. */
904 #define LCF_IMPL_LOGO BIT_4 /* Perform an implicit LOGO. */
905 #define LCF_IMPL_PRLO BIT_4 /* Perform an implicit PRLO. */
907 #define LCF_COMMAND_PLOGI 0x00 /* PLOGI. */
908 #define LCF_COMMAND_PRLI 0x01 /* PRLI. */
909 #define LCF_COMMAND_PDISC 0x02 /* PDISC. */
910 #define LCF_COMMAND_ADISC 0x03 /* ADISC. */
911 #define LCF_COMMAND_LOGO 0x08 /* LOGO. */
912 #define LCF_COMMAND_PRLO 0x09 /* PRLO. */
913 #define LCF_COMMAND_TPRLO 0x0A /* TPRLO. */
918 uint8_t port_id
[3]; /* PortID of destination port. */
920 uint8_t rsp_size
; /* Response size in 32bit words. */
922 __le32 io_parameter
[11]; /* General I/O parameters. */
923 #define LSC_SCODE_NOLINK 0x01
924 #define LSC_SCODE_NOIOCB 0x02
925 #define LSC_SCODE_NOXCB 0x03
926 #define LSC_SCODE_CMD_FAILED 0x04
927 #define LSC_SCODE_NOFABRIC 0x05
928 #define LSC_SCODE_FW_NOT_READY 0x07
929 #define LSC_SCODE_NOT_LOGGED_IN 0x09
930 #define LSC_SCODE_NOPCB 0x0A
932 #define LSC_SCODE_ELS_REJECT 0x18
933 #define LSC_SCODE_CMD_PARAM_ERR 0x19
934 #define LSC_SCODE_PORTID_USED 0x1A
935 #define LSC_SCODE_NPORT_USED 0x1B
936 #define LSC_SCODE_NONPORT 0x1C
937 #define LSC_SCODE_LOGGED_IN 0x1D
938 #define LSC_SCODE_NOFLOGI_ACC 0x1F
941 #define TSK_MGMT_IOCB_TYPE 0x14
942 struct tsk_mgmt_entry
{
943 uint8_t entry_type
; /* Entry type. */
944 uint8_t entry_count
; /* Entry count. */
945 uint8_t handle_count
; /* Handle count. */
946 uint8_t entry_status
; /* Entry Status. */
948 uint32_t handle
; /* System handle. */
950 __le16 nport_handle
; /* N_PORT handle. */
954 __le16 delay
; /* Activity delay in seconds. */
956 __le16 timeout
; /* Command timeout. */
958 struct scsi_lun lun
; /* FCP LUN (BE). */
960 __le32 control_flags
; /* Control Flags. */
961 #define TCF_NOTMCMD_TO_TARGET BIT_31
962 #define TCF_LUN_RESET BIT_4
963 #define TCF_ABORT_TASK_SET BIT_3
964 #define TCF_CLEAR_TASK_SET BIT_2
965 #define TCF_TARGET_RESET BIT_1
966 #define TCF_CLEAR_ACA BIT_0
968 uint8_t reserved_2
[20];
970 uint8_t port_id
[3]; /* PortID of destination port. */
973 uint8_t reserved_3
[12];
976 #define ABORT_IOCB_TYPE 0x33
977 struct abort_entry_24xx
{
978 uint8_t entry_type
; /* Entry type. */
979 uint8_t entry_count
; /* Entry count. */
980 uint8_t handle_count
; /* Handle count. */
981 uint8_t entry_status
; /* Entry Status. */
983 uint32_t handle
; /* System handle. */
985 __le16 nport_handle
; /* N_PORT handle. */
986 /* or Completion status. */
988 __le16 options
; /* Options. */
989 #define AOF_NO_ABTS BIT_0 /* Do not send any ABTS. */
991 uint32_t handle_to_abort
; /* System handle to abort. */
994 uint8_t reserved_1
[30];
996 uint8_t port_id
[3]; /* PortID of destination port. */
999 uint8_t reserved_2
[12];
1002 #define ABTS_RCV_TYPE 0x54
1003 #define ABTS_RSP_TYPE 0x55
1004 struct abts_entry_24xx
{
1006 uint8_t entry_count
;
1007 uint8_t handle_count
;
1008 uint8_t entry_status
;
1010 __le32 handle
; /* type 0x55 only */
1012 __le16 comp_status
; /* type 0x55 only */
1013 __le16 nport_handle
; /* type 0x54 only */
1015 __le16 control_flags
; /* type 0x55 only */
1017 uint8_t sof_type
; /* sof_type is upper nibble */
1048 uint8_t last_seq_id
;
1049 uint8_t seq_id_valid
;
1050 __le16 aborted_rx_id
;
1051 __le16 aborted_ox_id
;
1052 __le16 high_seq_cnt
;
1056 uint8_t vendor_unique
;
1057 uint8_t explanation
;
1062 __le32 rx_xch_addr_to_abort
;
1065 /* ABTS payload explanation values */
1066 #define BA_RJT_EXP_NO_ADDITIONAL 0
1067 #define BA_RJT_EXP_INV_OX_RX_ID 3
1068 #define BA_RJT_EXP_SEQ_ABORTED 5
1070 /* ABTS payload reason values */
1071 #define BA_RJT_RSN_INV_CMD_CODE 1
1072 #define BA_RJT_RSN_LOGICAL_ERROR 3
1073 #define BA_RJT_RSN_LOGICAL_BUSY 5
1074 #define BA_RJT_RSN_PROTOCOL_ERROR 7
1075 #define BA_RJT_RSN_UNABLE_TO_PERFORM 9
1076 #define BA_RJT_RSN_VENDOR_SPECIFIC 0xff
1079 #define FC_TYPE_BLD 0x000 /* Basic link data */
1080 #define FC_F_CTL_RSP_CNTXT 0x800000 /* Responder of exchange */
1081 #define FC_F_CTL_LAST_SEQ 0x100000 /* Last sequence */
1082 #define FC_F_CTL_END_SEQ 0x80000 /* Last sequence */
1083 #define FC_F_CTL_SEQ_INIT 0x010000 /* Sequence initiative */
1084 #define FC_ROUTING_BLD 0x80 /* Basic link data frame */
1085 #define FC_R_CTL_BLD_BA_ACC 0x04 /* BA_ACC (basic accept) */
1088 * ISP I/O Register Set structure definitions.
1090 struct device_reg_24xx
{
1091 __le32 flash_addr
; /* Flash/NVRAM BIOS address. */
1092 #define FARX_DATA_FLAG BIT_31
1093 #define FARX_ACCESS_FLASH_CONF 0x7FFD0000
1094 #define FARX_ACCESS_FLASH_DATA 0x7FF00000
1095 #define FARX_ACCESS_NVRAM_CONF 0x7FFF0000
1096 #define FARX_ACCESS_NVRAM_DATA 0x7FFE0000
1098 #define FA_NVRAM_FUNC0_ADDR 0x80
1099 #define FA_NVRAM_FUNC1_ADDR 0x180
1101 #define FA_NVRAM_VPD_SIZE 0x200
1102 #define FA_NVRAM_VPD0_ADDR 0x00
1103 #define FA_NVRAM_VPD1_ADDR 0x100
1105 #define FA_BOOT_CODE_ADDR 0x00000
1107 * RISC code begins at offset 512KB
1108 * within flash. Consisting of two
1109 * contiguous RISC code segments.
1111 #define FA_RISC_CODE_ADDR 0x20000
1112 #define FA_RISC_CODE_SEGMENTS 2
1114 #define FA_FLASH_DESCR_ADDR_24 0x11000
1115 #define FA_FLASH_LAYOUT_ADDR_24 0x11400
1116 #define FA_NPIV_CONF0_ADDR_24 0x16000
1117 #define FA_NPIV_CONF1_ADDR_24 0x17000
1119 #define FA_FW_AREA_ADDR 0x40000
1120 #define FA_VPD_NVRAM_ADDR 0x48000
1121 #define FA_FEATURE_ADDR 0x4C000
1122 #define FA_FLASH_DESCR_ADDR 0x50000
1123 #define FA_FLASH_LAYOUT_ADDR 0x50400
1124 #define FA_HW_EVENT0_ADDR 0x54000
1125 #define FA_HW_EVENT1_ADDR 0x54400
1126 #define FA_HW_EVENT_SIZE 0x200
1127 #define FA_HW_EVENT_ENTRY_SIZE 4
1128 #define FA_NPIV_CONF0_ADDR 0x5C000
1129 #define FA_NPIV_CONF1_ADDR 0x5D000
1130 #define FA_FCP_PRIO0_ADDR 0x10000
1131 #define FA_FCP_PRIO1_ADDR 0x12000
1134 * Flash Error Log Event Codes.
1136 #define HW_EVENT_RESET_ERR 0xF00B
1137 #define HW_EVENT_ISP_ERR 0xF020
1138 #define HW_EVENT_PARITY_ERR 0xF022
1139 #define HW_EVENT_NVRAM_CHKSUM_ERR 0xF023
1140 #define HW_EVENT_FLASH_FW_ERR 0xF024
1142 __le32 flash_data
; /* Flash/NVRAM BIOS data. */
1144 __le32 ctrl_status
; /* Control/Status. */
1145 #define CSRX_FLASH_ACCESS_ERROR BIT_18 /* Flash/NVRAM Access Error. */
1146 #define CSRX_DMA_ACTIVE BIT_17 /* DMA Active status. */
1147 #define CSRX_DMA_SHUTDOWN BIT_16 /* DMA Shutdown control status. */
1148 #define CSRX_FUNCTION BIT_15 /* Function number. */
1149 /* PCI-X Bus Mode. */
1150 #define CSRX_PCIX_BUS_MODE_MASK (BIT_11|BIT_10|BIT_9|BIT_8)
1151 #define PBM_PCI_33MHZ (0 << 8)
1152 #define PBM_PCIX_M1_66MHZ (1 << 8)
1153 #define PBM_PCIX_M1_100MHZ (2 << 8)
1154 #define PBM_PCIX_M1_133MHZ (3 << 8)
1155 #define PBM_PCIX_M2_66MHZ (5 << 8)
1156 #define PBM_PCIX_M2_100MHZ (6 << 8)
1157 #define PBM_PCIX_M2_133MHZ (7 << 8)
1158 #define PBM_PCI_66MHZ (8 << 8)
1159 /* Max Write Burst byte count. */
1160 #define CSRX_MAX_WRT_BURST_MASK (BIT_5|BIT_4)
1161 #define MWB_512_BYTES (0 << 4)
1162 #define MWB_1024_BYTES (1 << 4)
1163 #define MWB_2048_BYTES (2 << 4)
1164 #define MWB_4096_BYTES (3 << 4)
1166 #define CSRX_64BIT_SLOT BIT_2 /* PCI 64-Bit Bus Slot. */
1167 #define CSRX_FLASH_ENABLE BIT_1 /* Flash BIOS Read/Write enable. */
1168 #define CSRX_ISP_SOFT_RESET BIT_0 /* ISP soft reset. */
1170 __le32 ictrl
; /* Interrupt control. */
1171 #define ICRX_EN_RISC_INT BIT_3 /* Enable RISC interrupts on PCI. */
1173 __le32 istatus
; /* Interrupt status. */
1174 #define ISRX_RISC_INT BIT_3 /* RISC interrupt. */
1176 __le32 unused_1
[2]; /* Gap. */
1178 /* Request Queue. */
1179 __le32 req_q_in
; /* In-Pointer. */
1180 __le32 req_q_out
; /* Out-Pointer. */
1181 /* Response Queue. */
1182 __le32 rsp_q_in
; /* In-Pointer. */
1183 __le32 rsp_q_out
; /* Out-Pointer. */
1184 /* Priority Request Queue. */
1185 __le32 preq_q_in
; /* In-Pointer. */
1186 __le32 preq_q_out
; /* Out-Pointer. */
1188 __le32 unused_2
[2]; /* Gap. */
1191 __le32 atio_q_in
; /* In-Pointer. */
1192 __le32 atio_q_out
; /* Out-Pointer. */
1195 #define HSRX_RISC_INT BIT_15 /* RISC to Host interrupt. */
1196 #define HSRX_RISC_PAUSED BIT_8 /* RISC Paused. */
1198 __le32 hccr
; /* Host command & control register. */
1199 /* HCCR statuses. */
1200 #define HCCRX_HOST_INT BIT_6 /* Host to RISC interrupt bit. */
1201 #define HCCRX_RISC_RESET BIT_5 /* RISC Reset mode bit. */
1202 /* HCCR commands. */
1204 #define HCCRX_NOOP 0x00000000
1205 /* Set RISC Reset. */
1206 #define HCCRX_SET_RISC_RESET 0x10000000
1207 /* Clear RISC Reset. */
1208 #define HCCRX_CLR_RISC_RESET 0x20000000
1209 /* Set RISC Pause. */
1210 #define HCCRX_SET_RISC_PAUSE 0x30000000
1211 /* Releases RISC Pause. */
1212 #define HCCRX_REL_RISC_PAUSE 0x40000000
1213 /* Set HOST to RISC interrupt. */
1214 #define HCCRX_SET_HOST_INT 0x50000000
1215 /* Clear HOST to RISC interrupt. */
1216 #define HCCRX_CLR_HOST_INT 0x60000000
1217 /* Clear RISC to PCI interrupt. */
1218 #define HCCRX_CLR_RISC_INT 0xA0000000
1220 __le32 gpiod
; /* GPIO Data register. */
1222 /* LED update mask. */
1223 #define GPDX_LED_UPDATE_MASK (BIT_20|BIT_19|BIT_18)
1224 /* Data update mask. */
1225 #define GPDX_DATA_UPDATE_MASK (BIT_17|BIT_16)
1226 /* Data update mask. */
1227 #define GPDX_DATA_UPDATE_2_MASK (BIT_28|BIT_27|BIT_26|BIT_17|BIT_16)
1228 /* LED control mask. */
1229 #define GPDX_LED_COLOR_MASK (BIT_4|BIT_3|BIT_2)
1230 /* LED bit values. Color names as
1231 * referenced in fw spec.
1233 #define GPDX_LED_YELLOW_ON BIT_2
1234 #define GPDX_LED_GREEN_ON BIT_3
1235 #define GPDX_LED_AMBER_ON BIT_4
1237 #define GPDX_DATA_INOUT (BIT_1|BIT_0)
1239 __le32 gpioe
; /* GPIO Enable register. */
1240 /* Enable update mask. */
1241 #define GPEX_ENABLE_UPDATE_MASK (BIT_17|BIT_16)
1242 /* Enable update mask. */
1243 #define GPEX_ENABLE_UPDATE_2_MASK (BIT_28|BIT_27|BIT_26|BIT_17|BIT_16)
1245 #define GPEX_ENABLE (BIT_1|BIT_0)
1247 __le32 iobase_addr
; /* I/O Bus Base Address register. */
1249 __le32 unused_3
[10]; /* Gap. */
1284 __le32 iobase_window
;
1287 __le32 unused_4_1
[6]; /* Gap. */
1289 __le32 unused_5
[2]; /* Gap. */
1290 __le32 iobase_select
;
1291 __le32 unused_6
[2]; /* Gap. */
1292 __le32 iobase_sdata
;
1294 /* RISC-RISC semaphore register PCI offet */
1295 #define RISC_REGISTER_BASE_OFFSET 0x7010
1296 #define RISC_REGISTER_WINDOW_OFFSET 0x6
1298 /* RISC-RISC semaphore/flag register (risc address 0x7016) */
1300 #define RISC_SEMAPHORE 0x1UL
1301 #define RISC_SEMAPHORE_WE (RISC_SEMAPHORE << 16)
1302 #define RISC_SEMAPHORE_CLR (RISC_SEMAPHORE_WE | 0x0UL)
1303 #define RISC_SEMAPHORE_SET (RISC_SEMAPHORE_WE | RISC_SEMAPHORE)
1305 #define RISC_SEMAPHORE_FORCE 0x8000UL
1306 #define RISC_SEMAPHORE_FORCE_WE (RISC_SEMAPHORE_FORCE << 16)
1307 #define RISC_SEMAPHORE_FORCE_CLR (RISC_SEMAPHORE_FORCE_WE | 0x0UL)
1308 #define RISC_SEMAPHORE_FORCE_SET \
1309 (RISC_SEMAPHORE_FORCE_WE | RISC_SEMAPHORE_FORCE)
1311 /* RISC semaphore timeouts (ms) */
1312 #define TIMEOUT_SEMAPHORE 2500
1313 #define TIMEOUT_SEMAPHORE_FORCE 2000
1314 #define TIMEOUT_TOTAL_ELAPSED 4500
1316 /* Trace Control *************************************************************/
1318 #define TC_AEN_DISABLE 0
1320 #define TC_EFT_ENABLE 4
1321 #define TC_EFT_DISABLE 5
1323 #define TC_FCE_ENABLE 8
1324 #define TC_FCE_OPTIONS 0
1325 #define TC_FCE_DEFAULT_RX_SIZE 2112
1326 #define TC_FCE_DEFAULT_TX_SIZE 2112
1327 #define TC_FCE_DISABLE 9
1328 #define TC_FCE_DISABLE_TRACE BIT_0
1330 /* MID Support ***************************************************************/
1332 #define MIN_MULTI_ID_FABRIC 64 /* Must be power-of-2. */
1333 #define MAX_MULTI_ID_FABRIC 256 /* ... */
1335 struct mid_conf_entry_24xx
{
1336 uint16_t reserved_1
;
1339 * BIT 0 = Enable Hard Loop Id
1340 * BIT 1 = Acquire Loop ID in LIPA
1341 * BIT 2 = ID not Acquired
1343 * BIT 4 = Enable Initiator Mode
1344 * BIT 5 = Disable Target Mode
1345 * BIT 6-7 = Reserved
1349 uint8_t hard_address
;
1351 uint8_t port_name
[WWN_SIZE
];
1352 uint8_t node_name
[WWN_SIZE
];
1355 struct mid_init_cb_24xx
{
1356 struct init_cb_24xx init_cb
;
1361 struct mid_conf_entry_24xx entries
[MAX_MULTI_ID_FABRIC
];
1365 struct mid_db_entry_24xx
{
1367 #define MDBS_NON_PARTIC BIT_3
1368 #define MDBS_ID_ACQUIRED BIT_1
1369 #define MDBS_ENABLED BIT_0
1372 uint8_t hard_address
;
1374 uint8_t port_name
[WWN_SIZE
];
1375 uint8_t node_name
[WWN_SIZE
];
1382 * Virtual Port Control IOCB
1384 #define VP_CTRL_IOCB_TYPE 0x30 /* Virtual Port Control entry. */
1385 struct vp_ctrl_entry_24xx
{
1386 uint8_t entry_type
; /* Entry type. */
1387 uint8_t entry_count
; /* Entry count. */
1388 uint8_t sys_define
; /* System defined. */
1389 uint8_t entry_status
; /* Entry Status. */
1391 uint32_t handle
; /* System handle. */
1393 __le16 vp_idx_failed
;
1395 __le16 comp_status
; /* Completion status. */
1396 #define CS_VCE_IOCB_ERROR 0x01 /* Error processing IOCB */
1397 #define CS_VCE_ACQ_ID_ERROR 0x02 /* Error while acquireing ID. */
1398 #define CS_VCE_BUSY 0x05 /* Firmware not ready to accept cmd. */
1401 #define VCE_COMMAND_ENABLE_VPS 0x00 /* Enable VPs. */
1402 #define VCE_COMMAND_DISABLE_VPS 0x08 /* Disable VPs. */
1403 #define VCE_COMMAND_DISABLE_VPS_REINIT 0x09 /* Disable VPs and reinit link. */
1404 #define VCE_COMMAND_DISABLE_VPS_LOGO 0x0a /* Disable VPs and LOGO ports. */
1405 #define VCE_COMMAND_DISABLE_VPS_LOGO_ALL 0x0b /* Disable VPs and LOGO ports. */
1409 uint8_t vp_idx_map
[16];
1412 uint16_t reserved_4
;
1414 uint8_t reserved_5
[24];
1418 * Modify Virtual Port Configuration IOCB
1420 #define VP_CONFIG_IOCB_TYPE 0x31 /* Virtual Port Config entry. */
1421 struct vp_config_entry_24xx
{
1422 uint8_t entry_type
; /* Entry type. */
1423 uint8_t entry_count
; /* Entry count. */
1424 uint8_t handle_count
;
1425 uint8_t entry_status
; /* Entry Status. */
1427 uint32_t handle
; /* System handle. */
1430 #define CS_VF_BIND_VPORTS_TO_VF BIT_0
1431 #define CS_VF_SET_QOS_OF_VPORTS BIT_1
1432 #define CS_VF_SET_HOPS_OF_VPORTS BIT_2
1434 __le16 comp_status
; /* Completion status. */
1435 #define CS_VCT_STS_ERROR 0x01 /* Specified VPs were not disabled. */
1436 #define CS_VCT_CNT_ERROR 0x02 /* Invalid VP count. */
1437 #define CS_VCT_ERROR 0x03 /* Unknown error. */
1438 #define CS_VCT_IDX_ERROR 0x02 /* Invalid VP index. */
1439 #define CS_VCT_BUSY 0x05 /* Firmware not ready to accept cmd. */
1442 #define VCT_COMMAND_MOD_VPS 0x00 /* Modify VP configurations. */
1443 #define VCT_COMMAND_MOD_ENABLE_VPS 0x01 /* Modify configuration & enable VPs. */
1450 uint8_t options_idx1
;
1451 uint8_t hard_address_idx1
;
1452 uint16_t reserved_vp1
;
1453 uint8_t port_name_idx1
[WWN_SIZE
];
1454 uint8_t node_name_idx1
[WWN_SIZE
];
1456 uint8_t options_idx2
;
1457 uint8_t hard_address_idx2
;
1458 uint16_t reserved_vp2
;
1459 uint8_t port_name_idx2
[WWN_SIZE
];
1460 uint8_t node_name_idx2
[WWN_SIZE
];
1462 uint16_t reserved_4
;
1464 uint8_t reserved_5
[2];
1467 #define VP_RPT_ID_IOCB_TYPE 0x32 /* Report ID Acquisition entry. */
1472 VP_STAT_SNS_TO
, /* timeout */
1474 VP_STAT_SCR_TO
, /* timeout */
1479 VP_FLAGS_CON_FLOOP
= 1,
1480 VP_FLAGS_CON_P2P
= 2,
1481 VP_FLAGS_CON_FABRIC
= 3,
1482 VP_FLAGS_NAME_VALID
= BIT_5
,
1485 struct vp_rpt_id_entry_24xx
{
1486 uint8_t entry_type
; /* Entry type. */
1487 uint8_t entry_count
; /* Entry count. */
1488 uint8_t sys_define
; /* System defined. */
1489 uint8_t entry_status
; /* Entry Status. */
1491 uint8_t vp_acquired
;
1493 uint8_t vp_idx
; /* Format 0=reserved */
1494 uint8_t vp_status
; /* Format 0=reserved */
1501 uint8_t vp_idx_map
[16];
1502 uint8_t reserved_4
[32];
1505 /* format 1 fabric */
1506 uint8_t vpstat1_subcode
; /* vp_status=1 subcode */
1508 #define TOPO_MASK 0xE
1510 #define TOPO_N2N 0x4
1516 uint8_t ls_rjt_vendor
;
1517 uint8_t ls_rjt_explanation
;
1518 uint8_t ls_rjt_reason
;
1521 uint8_t port_name
[8];
1522 uint8_t node_name
[8];
1524 uint8_t reserved_5
[6];
1526 struct _f2
{ /* format 2: N2N direct connect */
1527 uint8_t vpstat1_subcode
;
1532 uint8_t ls_rjt_vendor
;
1533 uint8_t ls_rjt_explanation
;
1534 uint8_t ls_rjt_reason
;
1537 uint8_t port_name
[8];
1538 uint8_t node_name
[8];
1540 uint8_t reserved_5
[2];
1541 uint8_t remote_nport_id
[4];
1546 #define VF_EVFP_IOCB_TYPE 0x26 /* Exchange Virtual Fabric Parameters entry. */
1547 struct vf_evfp_entry_24xx
{
1548 uint8_t entry_type
; /* Entry type. */
1549 uint8_t entry_count
; /* Entry count. */
1550 uint8_t sys_define
; /* System defined. */
1551 uint8_t entry_status
; /* Entry Status. */
1553 uint32_t handle
; /* System handle. */
1554 __le16 comp_status
; /* Completion status. */
1555 __le16 timeout
; /* timeout */
1556 __le16 adim_tagging_mode
;
1561 __le16 nport_handle
; /* N_PORT handle. */
1562 __le16 control_flags
;
1563 uint32_t io_parameter_0
;
1564 uint32_t io_parameter_1
;
1565 __le64 tx_address __packed
; /* Data segment 0 address. */
1566 uint32_t tx_len
; /* Data segment 0 length. */
1567 __le64 rx_address __packed
; /* Data segment 1 address. */
1568 uint32_t rx_len
; /* Data segment 1 length. */
1571 /* END MID Support ***********************************************************/
1573 /* Flash Description Table ***************************************************/
1575 struct qla_fdt_layout
{
1586 uint8_t alt_erase_cmd
;
1587 uint8_t wrt_enable_cmd
;
1588 uint8_t wrt_enable_bits
;
1589 uint8_t wrt_sts_reg_cmd
;
1590 uint8_t unprotect_sec_cmd
;
1591 uint8_t read_man_id_cmd
;
1593 __le32 alt_block_size
;
1595 __le32 wrt_enable_data
;
1596 uint8_t read_id_addr_len
;
1597 uint8_t wrt_disable_bits
;
1598 uint8_t read_dev_id_len
;
1599 uint8_t chip_erase_cmd
;
1600 __le16 read_timeout
;
1601 uint8_t protect_sec_cmd
;
1602 uint8_t unused2
[65];
1605 /* Flash Layout Table ********************************************************/
1607 struct qla_flt_location
{
1616 #define FLT_REG_FW 0x01
1617 #define FLT_REG_BOOT_CODE 0x07
1618 #define FLT_REG_VPD_0 0x14
1619 #define FLT_REG_NVRAM_0 0x15
1620 #define FLT_REG_VPD_1 0x16
1621 #define FLT_REG_NVRAM_1 0x17
1622 #define FLT_REG_VPD_2 0xD4
1623 #define FLT_REG_NVRAM_2 0xD5
1624 #define FLT_REG_VPD_3 0xD6
1625 #define FLT_REG_NVRAM_3 0xD7
1626 #define FLT_REG_FDT 0x1a
1627 #define FLT_REG_FLT 0x1c
1628 #define FLT_REG_HW_EVENT_0 0x1d
1629 #define FLT_REG_HW_EVENT_1 0x1f
1630 #define FLT_REG_NPIV_CONF_0 0x29
1631 #define FLT_REG_NPIV_CONF_1 0x2a
1632 #define FLT_REG_GOLD_FW 0x2f
1633 #define FLT_REG_FCP_PRIO_0 0x87
1634 #define FLT_REG_FCP_PRIO_1 0x88
1635 #define FLT_REG_CNA_FW 0x97
1636 #define FLT_REG_BOOT_CODE_8044 0xA2
1637 #define FLT_REG_FCOE_FW 0xA4
1638 #define FLT_REG_FCOE_NVRAM_0 0xAA
1639 #define FLT_REG_FCOE_NVRAM_1 0xAC
1642 #define FLT_REG_IMG_PRI_27XX 0x95
1643 #define FLT_REG_IMG_SEC_27XX 0x96
1644 #define FLT_REG_FW_SEC_27XX 0x02
1645 #define FLT_REG_BOOTLOAD_SEC_27XX 0x9
1646 #define FLT_REG_VPD_SEC_27XX_0 0x50
1647 #define FLT_REG_VPD_SEC_27XX_1 0x52
1648 #define FLT_REG_VPD_SEC_27XX_2 0xD8
1649 #define FLT_REG_VPD_SEC_27XX_3 0xDA
1652 #define FLT_REG_AUX_IMG_PRI_28XX 0x125
1653 #define FLT_REG_AUX_IMG_SEC_28XX 0x126
1654 #define FLT_REG_VPD_SEC_28XX_0 0x10C
1655 #define FLT_REG_VPD_SEC_28XX_1 0x10E
1656 #define FLT_REG_VPD_SEC_28XX_2 0x110
1657 #define FLT_REG_VPD_SEC_28XX_3 0x112
1658 #define FLT_REG_NVRAM_SEC_28XX_0 0x10D
1659 #define FLT_REG_NVRAM_SEC_28XX_1 0x10F
1660 #define FLT_REG_NVRAM_SEC_28XX_2 0x111
1661 #define FLT_REG_NVRAM_SEC_28XX_3 0x113
1662 #define FLT_REG_MPI_PRI_28XX 0xD3
1663 #define FLT_REG_MPI_SEC_28XX 0xF0
1664 #define FLT_REG_PEP_PRI_28XX 0xD1
1665 #define FLT_REG_PEP_SEC_28XX 0xF1
1667 struct qla_flt_region
{
1676 struct qla_flt_header
{
1681 struct qla_flt_region region
[0];
1684 #define FLT_REGION_SIZE 16
1685 #define FLT_MAX_REGIONS 0xFF
1686 #define FLT_REGIONS_SIZE (FLT_REGION_SIZE * FLT_MAX_REGIONS)
1688 /* Flash NPIV Configuration Table ********************************************/
1690 struct qla_npiv_header
{
1698 struct qla_npiv_entry
{
1704 uint8_t port_name
[WWN_SIZE
];
1705 uint8_t node_name
[WWN_SIZE
];
1708 /* 84XX Support **************************************************************/
1710 #define MBA_ISP84XX_ALERT 0x800f /* Alert Notification. */
1711 #define A84_PANIC_RECOVERY 0x1
1712 #define A84_OP_LOGIN_COMPLETE 0x2
1713 #define A84_DIAG_LOGIN_COMPLETE 0x3
1714 #define A84_GOLD_LOGIN_COMPLETE 0x4
1716 #define MBC_ISP84XX_RESET 0x3a /* Reset. */
1718 #define FSTATE_REMOTE_FC_DOWN BIT_0
1719 #define FSTATE_NSL_LINK_DOWN BIT_1
1720 #define FSTATE_IS_DIAG_FW BIT_2
1721 #define FSTATE_LOGGED_IN BIT_3
1722 #define FSTATE_WAITING_FOR_VERIFY BIT_4
1724 #define VERIFY_CHIP_IOCB_TYPE 0x1B
1725 struct verify_chip_entry_84xx
{
1727 uint8_t entry_count
;
1728 uint8_t sys_defined
;
1729 uint8_t entry_status
;
1734 #define VCO_DONT_UPDATE_FW BIT_0
1735 #define VCO_FORCE_UPDATE BIT_1
1736 #define VCO_DONT_RESET_UPDATE BIT_2
1737 #define VCO_DIAG_FW BIT_3
1738 #define VCO_END_OF_DATA BIT_14
1739 #define VCO_ENABLE_DSD BIT_15
1743 __le16 data_seg_cnt
;
1744 __le16 reserved_2
[3];
1747 __le32 exchange_address
;
1749 __le32 reserved_3
[3];
1752 __le32 relative_offset
;
1757 struct verify_chip_rsp_84xx
{
1759 uint8_t entry_count
;
1760 uint8_t sys_defined
;
1761 uint8_t entry_status
;
1766 #define CS_VCS_CHIP_FAILURE 0x3
1767 #define CS_VCS_BAD_EXCHANGE 0x8
1768 #define CS_VCS_SEQ_COMPLETEi 0x40
1770 __le16 failure_code
;
1771 #define VFC_CHECKSUM_ERROR 0x1
1772 #define VFC_INVALID_LEN 0x2
1773 #define VFC_ALREADY_IN_PROGRESS 0x8
1775 __le16 reserved_1
[4];
1778 __le32 exchange_address
;
1780 __le32 reserved_2
[6];
1783 #define ACCESS_CHIP_IOCB_TYPE 0x2B
1784 struct access_chip_84xx
{
1786 uint8_t entry_count
;
1787 uint8_t sys_defined
;
1788 uint8_t entry_status
;
1793 #define ACO_DUMP_MEMORY 0x0
1794 #define ACO_LOAD_MEMORY 0x1
1795 #define ACO_CHANGE_CONFIG_PARAM 0x2
1796 #define ACO_REQUEST_INFO 0x3
1801 __le16 reserved2
[3];
1807 __le32 reserved3
[3];
1808 __le32 total_byte_cnt
;
1814 struct access_chip_rsp_84xx
{
1816 uint8_t entry_count
;
1817 uint8_t sys_defined
;
1818 uint8_t entry_status
;
1823 __le16 failure_code
;
1824 __le32 residual_count
;
1826 __le32 reserved
[12];
1829 /* 81XX Support **************************************************************/
1831 #define MBA_DCBX_START 0x8016
1832 #define MBA_DCBX_COMPLETE 0x8030
1833 #define MBA_FCF_CONF_ERR 0x8031
1834 #define MBA_DCBX_PARAM_UPDATE 0x8032
1835 #define MBA_IDC_COMPLETE 0x8100
1836 #define MBA_IDC_NOTIFY 0x8101
1837 #define MBA_IDC_TIME_EXT 0x8102
1839 #define MBC_IDC_ACK 0x101
1840 #define MBC_RESTART_MPI_FW 0x3d
1841 #define MBC_FLASH_ACCESS_CTRL 0x3e /* Control flash access. */
1842 #define MBC_GET_XGMAC_STATS 0x7a
1843 #define MBC_GET_DCBX_PARAMS 0x51
1846 * ISP83xx mailbox commands
1848 #define MBC_WRITE_REMOTE_REG 0x0001 /* Write remote register */
1849 #define MBC_READ_REMOTE_REG 0x0009 /* Read remote register */
1850 #define MBC_RESTART_NIC_FIRMWARE 0x003d /* Restart NIC firmware */
1851 #define MBC_SET_ACCESS_CONTROL 0x003e /* Access control command */
1853 /* Flash access control option field bit definitions */
1854 #define FAC_OPT_FORCE_SEMAPHORE BIT_15
1855 #define FAC_OPT_REQUESTOR_ID BIT_14
1856 #define FAC_OPT_CMD_SUBCODE 0xff
1858 /* Flash access control command subcodes */
1859 #define FAC_OPT_CMD_WRITE_PROTECT 0x00
1860 #define FAC_OPT_CMD_WRITE_ENABLE 0x01
1861 #define FAC_OPT_CMD_ERASE_SECTOR 0x02
1862 #define FAC_OPT_CMD_LOCK_SEMAPHORE 0x03
1863 #define FAC_OPT_CMD_UNLOCK_SEMAPHORE 0x04
1864 #define FAC_OPT_CMD_GET_SECTOR_SIZE 0x05
1866 /* enhanced features bit definitions */
1867 #define NEF_LR_DIST_ENABLE BIT_0
1869 /* LR Distance bit positions */
1870 #define LR_DIST_NV_POS 2
1871 #define LR_DIST_NV_MASK 0xf
1872 #define LR_DIST_FW_POS 12
1874 /* FAC semaphore defines */
1875 #define FAC_SEMAPHORE_UNLOCK 0
1876 #define FAC_SEMAPHORE_LOCK 1
1881 __le16 nvram_version
;
1884 /* Firmware Initialization Control Block. */
1887 __le16 frame_payload_size
;
1888 __le16 execution_throttle
;
1889 __le16 exchange_count
;
1892 uint8_t port_name
[WWN_SIZE
];
1893 uint8_t node_name
[WWN_SIZE
];
1895 __le16 login_retry_count
;
1897 __le16 interrupt_delay_timer
;
1898 __le16 login_timeout
;
1900 __le32 firmware_options_1
;
1901 __le32 firmware_options_2
;
1902 __le32 firmware_options_3
;
1904 __le16 reserved_4
[4];
1907 uint8_t enode_mac
[6];
1908 __le16 reserved_5
[5];
1911 __le16 reserved_6
[24];
1915 uint8_t prio_fcf_matching_flags
;
1916 uint8_t reserved_6_1
[3];
1917 __le16 pri_fcf_vlan_id
;
1918 uint8_t pri_fcf_fabric_name
[8];
1919 __le16 reserved_6_2
[7];
1920 uint8_t spma_mac_addr
[6];
1921 __le16 reserved_6_3
[14];
1924 uint8_t min_supported_speed
;
1925 uint8_t reserved_7_0
;
1926 __le16 reserved_7
[31];
1929 * BIT 0 = Enable spinup delay
1930 * BIT 1 = Disable BIOS
1931 * BIT 2 = Enable Memory Map BIOS
1932 * BIT 3 = Enable Selectable Boot
1933 * BIT 4 = Disable RISC code load
1934 * BIT 5 = Disable Serdes
1935 * BIT 6 = Opt boot mode
1936 * BIT 7 = Interrupt enable
1938 * BIT 8 = EV Control enable
1939 * BIT 9 = Enable lip reset
1940 * BIT 10 = Enable lip full login
1941 * BIT 11 = Enable target reset
1942 * BIT 12 = Stop firmware
1943 * BIT 13 = Enable nodename option
1944 * BIT 14 = Default WWPN valid
1945 * BIT 15 = Enable alternate WWN
1947 * BIT 16 = CLP LUN string
1948 * BIT 17 = CLP Target string
1949 * BIT 18 = CLP BIOS enable string
1950 * BIT 19 = CLP Serdes string
1951 * BIT 20 = CLP WWPN string
1952 * BIT 21 = CLP WWNN string
1955 * BIT 24 = Keep WWPN
1956 * BIT 25 = Temp WWPN
1961 uint8_t alternate_port_name
[WWN_SIZE
];
1962 uint8_t alternate_node_name
[WWN_SIZE
];
1964 uint8_t boot_port_name
[WWN_SIZE
];
1965 __le16 boot_lun_number
;
1968 uint8_t alt1_boot_port_name
[WWN_SIZE
];
1969 __le16 alt1_boot_lun_number
;
1972 uint8_t alt2_boot_port_name
[WWN_SIZE
];
1973 __le16 alt2_boot_lun_number
;
1976 uint8_t alt3_boot_port_name
[WWN_SIZE
];
1977 __le16 alt3_boot_lun_number
;
1981 * BIT 0 = Selective Login
1982 * BIT 1 = Alt-Boot Enable
1984 * BIT 3 = Boot Order List
1986 * BIT 5 = Selective LUN
1990 __le32 efi_parameters
;
1992 uint8_t reset_delay
;
1993 uint8_t reserved_12
;
1996 __le16 boot_id_number
;
1999 __le16 max_luns_per_target
;
2002 __le16 port_down_retry_count
;
2003 __le16 link_down_timeout
;
2005 /* FCode parameters. */
2006 __le16 fcode_parameter
;
2008 __le16 reserved_16
[3];
2011 uint8_t reserved_17
[4];
2012 __le16 reserved_18
[5];
2013 uint8_t reserved_19
[2];
2014 __le16 reserved_20
[8];
2017 uint8_t reserved_21
[16];
2018 __le16 reserved_22
[3];
2020 /* Offset 406 (0x196) Enhanced Features
2021 * BIT 0 = Extended BB credits for LR
2022 * BIT 1 = Virtual Fabric Enable
2023 * BIT 2-5 = Distance Support if BIT 0 is on
2024 * BIT 6 = Prefer FCP
2025 * BIT 7 = SCM Disabled if BIT is set (1)
2028 uint16_t enhanced_features
;
2030 uint16_t reserved_24
[4];
2033 __le16 reserved_25
[32];
2036 uint8_t model_name
[16];
2039 __le16 feature_mask_l
;
2040 __le16 feature_mask_h
;
2041 __le16 reserved_26
[2];
2043 __le16 subsystem_vendor_id
;
2044 __le16 subsystem_device_id
;
2050 * ISP Initialization Control Block.
2051 * Little endian except where noted.
2053 #define ICB_VERSION 1
2054 struct init_cb_81xx
{
2058 __le16 frame_payload_size
;
2059 __le16 execution_throttle
;
2060 __le16 exchange_count
;
2064 uint8_t port_name
[WWN_SIZE
]; /* Big endian. */
2065 uint8_t node_name
[WWN_SIZE
]; /* Big endian. */
2067 __le16 response_q_inpointer
;
2068 __le16 request_q_outpointer
;
2070 __le16 login_retry_count
;
2072 __le16 prio_request_q_outpointer
;
2074 __le16 response_q_length
;
2075 __le16 request_q_length
;
2079 __le16 prio_request_q_length
;
2081 __le64 request_q_address __packed
;
2082 __le64 response_q_address __packed
;
2083 __le64 prio_request_q_address __packed
;
2085 uint8_t reserved_4
[8];
2087 __le16 atio_q_inpointer
;
2088 __le16 atio_q_length
;
2089 __le64 atio_q_address __packed
;
2091 __le16 interrupt_delay_timer
; /* 100us increments. */
2092 __le16 login_timeout
;
2095 * BIT 0-3 = Reserved
2096 * BIT 4 = Enable Target Mode
2097 * BIT 5 = Disable Initiator Mode
2101 * BIT 8-13 = Reserved
2102 * BIT 14 = Node Name Option
2103 * BIT 15-31 = Reserved
2105 __le32 firmware_options_1
;
2108 * BIT 0 = Operation Mode bit 0
2109 * BIT 1 = Operation Mode bit 1
2110 * BIT 2 = Operation Mode bit 2
2111 * BIT 3 = Operation Mode bit 3
2112 * BIT 4-7 = Reserved
2114 * BIT 8 = Enable Class 2
2115 * BIT 9 = Enable ACK0
2117 * BIT 11 = Enable FC-SP Security
2118 * BIT 12 = FC Tape Enable
2120 * BIT 14 = Enable Target PRLI Control
2121 * BIT 15-31 = Reserved
2123 __le32 firmware_options_2
;
2126 * BIT 0-3 = Reserved
2127 * BIT 4 = FCP RSP Payload bit 0
2128 * BIT 5 = FCP RSP Payload bit 1
2129 * BIT 6 = Enable Receive Out-of-Order data frame handling
2133 * BIT 9 = Enable Out-of-Order FCP_XFER_RDY relative offset handling
2134 * BIT 10-16 = Reserved
2135 * BIT 17 = Enable multiple FCFs
2136 * BIT 18-20 = MAC addressing mode
2137 * BIT 21-25 = Ethernet data rate
2138 * BIT 26 = Enable ethernet header rx IOCB for ATIO q
2139 * BIT 27 = Enable ethernet header rx IOCB for response q
2140 * BIT 28 = SPMA selection bit 0
2141 * BIT 28 = SPMA selection bit 1
2142 * BIT 30-31 = Reserved
2144 __le32 firmware_options_3
;
2146 uint8_t reserved_5
[8];
2148 uint8_t enode_mac
[6];
2150 uint8_t reserved_6
[10];
2153 struct mid_init_cb_81xx
{
2154 struct init_cb_81xx init_cb
;
2159 struct mid_conf_entry_24xx entries
[MAX_MULTI_ID_FABRIC
];
2162 struct ex_init_cb_81xx
{
2163 uint16_t ex_version
;
2164 uint8_t prio_fcf_matching_flags
;
2165 uint8_t reserved_1
[3];
2166 uint16_t pri_fcf_vlan_id
;
2167 uint8_t pri_fcf_fabric_name
[8];
2168 uint16_t reserved_2
[7];
2169 uint8_t spma_mac_addr
[6];
2170 uint16_t reserved_3
[14];
2173 #define FARX_ACCESS_FLASH_CONF_81XX 0x7FFD0000
2174 #define FARX_ACCESS_FLASH_DATA_81XX 0x7F800000
2175 #define FARX_ACCESS_FLASH_CONF_28XX 0x7FFD0000
2176 #define FARX_ACCESS_FLASH_DATA_28XX 0x7F7D0000
2178 /* FCP priority config defines *************************************/
2180 #define QLFC_FCP_PRIO_DISABLE 0x0
2181 #define QLFC_FCP_PRIO_ENABLE 0x1
2182 #define QLFC_FCP_PRIO_GET_CONFIG 0x2
2183 #define QLFC_FCP_PRIO_SET_CONFIG 0x3
2185 struct qla_fcp_prio_entry
{
2186 uint16_t flags
; /* Describes parameter(s) in FCP */
2187 /* priority entry that are valid */
2188 #define FCP_PRIO_ENTRY_VALID 0x1
2189 #define FCP_PRIO_ENTRY_TAG_VALID 0x2
2190 #define FCP_PRIO_ENTRY_SPID_VALID 0x4
2191 #define FCP_PRIO_ENTRY_DPID_VALID 0x8
2192 #define FCP_PRIO_ENTRY_LUNB_VALID 0x10
2193 #define FCP_PRIO_ENTRY_LUNE_VALID 0x20
2194 #define FCP_PRIO_ENTRY_SWWN_VALID 0x40
2195 #define FCP_PRIO_ENTRY_DWWN_VALID 0x80
2196 uint8_t tag
; /* Priority value */
2197 uint8_t reserved
; /* Reserved for future use */
2198 uint32_t src_pid
; /* Src port id. high order byte */
2199 /* unused; -1 (wild card) */
2200 uint32_t dst_pid
; /* Src port id. high order byte */
2201 /* unused; -1 (wild card) */
2202 uint16_t lun_beg
; /* 1st lun num of lun range. */
2203 /* -1 (wild card) */
2204 uint16_t lun_end
; /* 2nd lun num of lun range. */
2205 /* -1 (wild card) */
2206 uint8_t src_wwpn
[8]; /* Source WWPN: -1 (wild card) */
2207 uint8_t dst_wwpn
[8]; /* Destination WWPN: -1 (wild card) */
2210 struct qla_fcp_prio_cfg
{
2211 uint8_t signature
[4]; /* "HQOS" signature of config data */
2212 uint16_t version
; /* 1: Initial version */
2213 uint16_t length
; /* config data size in num bytes */
2214 uint16_t checksum
; /* config data bytes checksum */
2215 uint16_t num_entries
; /* Number of entries */
2216 uint16_t size_of_entry
; /* Size of each entry in num bytes */
2217 uint8_t attributes
; /* enable/disable, persistence */
2218 #define FCP_PRIO_ATTR_DISABLE 0x0
2219 #define FCP_PRIO_ATTR_ENABLE 0x1
2220 #define FCP_PRIO_ATTR_PERSIST 0x2
2221 uint8_t reserved
; /* Reserved for future use */
2222 #define FCP_PRIO_CFG_HDR_SIZE offsetof(struct qla_fcp_prio_cfg, entry)
2223 struct qla_fcp_prio_entry entry
[1023]; /* fcp priority entries */
2224 uint8_t reserved2
[16];
2227 #define FCP_PRIO_CFG_SIZE (32*1024) /* fcp prio data per port*/
2229 /* 25XX Support ****************************************************/
2230 #define FA_FCP_PRIO0_ADDR_25 0x3C000
2231 #define FA_FCP_PRIO1_ADDR_25 0x3E000
2233 /* 81XX Flash locations -- occupies second 2MB region. */
2234 #define FA_BOOT_CODE_ADDR_81 0x80000
2235 #define FA_RISC_CODE_ADDR_81 0xA0000
2236 #define FA_FW_AREA_ADDR_81 0xC0000
2237 #define FA_VPD_NVRAM_ADDR_81 0xD0000
2238 #define FA_VPD0_ADDR_81 0xD0000
2239 #define FA_VPD1_ADDR_81 0xD0400
2240 #define FA_NVRAM0_ADDR_81 0xD0080
2241 #define FA_NVRAM1_ADDR_81 0xD0180
2242 #define FA_FEATURE_ADDR_81 0xD4000
2243 #define FA_FLASH_DESCR_ADDR_81 0xD8000
2244 #define FA_FLASH_LAYOUT_ADDR_81 0xD8400
2245 #define FA_HW_EVENT0_ADDR_81 0xDC000
2246 #define FA_HW_EVENT1_ADDR_81 0xDC400
2247 #define FA_NPIV_CONF0_ADDR_81 0xD1000
2248 #define FA_NPIV_CONF1_ADDR_81 0xD2000
2250 /* 83XX Flash locations -- occupies second 8MB region. */
2251 #define FA_FLASH_LAYOUT_ADDR_83 (0x3F1000/4)
2252 #define FA_FLASH_LAYOUT_ADDR_28 (0x11000/4)
2254 #define NVRAM_DUAL_FCP_NVME_FLAG_OFFSET 0x196