diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2005-07-06 13:30:57 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-14 10:56:39 -0400 |
commit | 1c7c63574ff3e568ca374e9f05e30b8d7d64273e (patch) | |
tree | cb82036b580bb57eb01e897b877e1da50259e2a0 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 8c958a99d6a903ce4ffaa6780f3425a8567db9e6 (diff) |
[SCSI] qla2xxx: Add MBX command routines for ISP24xx support.
Add MBX command routines for ISP24xx support.
Generalize several routines [qla2x00_load_ram_ext(),
qla2x00_execute_fw(), qla2x00_verify_checksum()] to handle
larger addressing space.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 61c2d4fb91a9..0f122845bfcf 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2028,7 +2028,8 @@ struct isp_operations { | |||
2028 | int (*abort_target) (struct fc_port *); | 2028 | int (*abort_target) (struct fc_port *); |
2029 | int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t, | 2029 | int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t, |
2030 | uint8_t, uint8_t, uint16_t *, uint8_t); | 2030 | uint8_t, uint8_t, uint16_t *, uint8_t); |
2031 | int (*fabric_logout) (struct scsi_qla_host *, uint16_t); | 2031 | int (*fabric_logout) (struct scsi_qla_host *, uint16_t, uint8_t, |
2032 | uint8_t, uint8_t); | ||
2032 | 2033 | ||
2033 | uint16_t (*calc_req_entries) (uint16_t); | 2034 | uint16_t (*calc_req_entries) (uint16_t); |
2034 | void (*build_iocbs) (srb_t *, cmd_entry_t *, uint16_t); | 2035 | void (*build_iocbs) (srb_t *, cmd_entry_t *, uint16_t); |