diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_glbl.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_glbl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_glbl.h b/drivers/scsi/qla4xxx/ql4_glbl.h index 85b8253b3fc2..98d4b17e8b10 100644 --- a/drivers/scsi/qla4xxx/ql4_glbl.h +++ b/drivers/scsi/qla4xxx/ql4_glbl.h | |||
@@ -60,6 +60,7 @@ int qla4xxx_get_acb(struct scsi_qla_host *ha, uint32_t *mbox_cmd, | |||
60 | uint32_t *mbox_sts, dma_addr_t acb_dma); | 60 | uint32_t *mbox_sts, dma_addr_t acb_dma); |
61 | void qla4xxx_mark_device_missing(struct iscsi_cls_session *cls_session); | 61 | void qla4xxx_mark_device_missing(struct iscsi_cls_session *cls_session); |
62 | u16 rd_nvram_word(struct scsi_qla_host *ha, int offset); | 62 | u16 rd_nvram_word(struct scsi_qla_host *ha, int offset); |
63 | u8 rd_nvram_byte(struct scsi_qla_host *ha, int offset); | ||
63 | void qla4xxx_get_crash_record(struct scsi_qla_host *ha); | 64 | void qla4xxx_get_crash_record(struct scsi_qla_host *ha); |
64 | int qla4xxx_is_nvram_configuration_valid(struct scsi_qla_host *ha); | 65 | int qla4xxx_is_nvram_configuration_valid(struct scsi_qla_host *ha); |
65 | int qla4xxx_about_firmware(struct scsi_qla_host *ha); | 66 | int qla4xxx_about_firmware(struct scsi_qla_host *ha); |
@@ -154,6 +155,12 @@ int qla4xxx_get_mgmt_data(struct scsi_qla_host *ha, uint16_t fw_ddb_index, | |||
154 | uint16_t stats_size, dma_addr_t stats_dma); | 155 | uint16_t stats_size, dma_addr_t stats_dma); |
155 | void qla4xxx_update_session_conn_param(struct scsi_qla_host *ha, | 156 | void qla4xxx_update_session_conn_param(struct scsi_qla_host *ha, |
156 | struct ddb_entry *ddb_entry); | 157 | struct ddb_entry *ddb_entry); |
158 | int qla4xxx_bootdb_by_index(struct scsi_qla_host *ha, | ||
159 | struct dev_db_entry *fw_ddb_entry, | ||
160 | dma_addr_t fw_ddb_entry_dma, uint16_t ddb_index); | ||
161 | int qla4xxx_get_chap(struct scsi_qla_host *ha, char *username, | ||
162 | char *password, uint16_t idx); | ||
163 | |||
157 | /* BSG Functions */ | 164 | /* BSG Functions */ |
158 | int qla4xxx_bsg_request(struct bsg_job *bsg_job); | 165 | int qla4xxx_bsg_request(struct bsg_job *bsg_job); |
159 | int qla4xxx_process_vendor_specific(struct bsg_job *bsg_job); | 166 | int qla4xxx_process_vendor_specific(struct bsg_job *bsg_job); |