diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_glbl.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_glbl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_glbl.h b/drivers/scsi/qla4xxx/ql4_glbl.h index d0dd4b330206..910536667cf5 100644 --- a/drivers/scsi/qla4xxx/ql4_glbl.h +++ b/drivers/scsi/qla4xxx/ql4_glbl.h | |||
@@ -81,6 +81,8 @@ int qla4xxx_set_flash(struct scsi_qla_host *ha, dma_addr_t dma_addr, | |||
81 | uint32_t offset, uint32_t length, uint32_t options); | 81 | uint32_t offset, uint32_t length, uint32_t options); |
82 | int qla4xxx_mailbox_command(struct scsi_qla_host *ha, uint8_t inCount, | 82 | int qla4xxx_mailbox_command(struct scsi_qla_host *ha, uint8_t inCount, |
83 | uint8_t outCount, uint32_t *mbx_cmd, uint32_t *mbx_sts); | 83 | uint8_t outCount, uint32_t *mbx_cmd, uint32_t *mbx_sts); |
84 | int qla4xxx_get_chap_index(struct scsi_qla_host *ha, char *username, | ||
85 | char *password, int bidi, uint16_t *chap_index); | ||
84 | 86 | ||
85 | void qla4xxx_queue_iocb(struct scsi_qla_host *ha); | 87 | void qla4xxx_queue_iocb(struct scsi_qla_host *ha); |
86 | void qla4xxx_complete_iocb(struct scsi_qla_host *ha); | 88 | void qla4xxx_complete_iocb(struct scsi_qla_host *ha); |
@@ -181,6 +183,13 @@ int qla4xxx_flash_ddb_change(struct scsi_qla_host *ha, uint32_t fw_ddb_index, | |||
181 | int qla4xxx_ddb_change(struct scsi_qla_host *ha, uint32_t fw_ddb_index, | 183 | int qla4xxx_ddb_change(struct scsi_qla_host *ha, uint32_t fw_ddb_index, |
182 | struct ddb_entry *ddb_entry, uint32_t state); | 184 | struct ddb_entry *ddb_entry, uint32_t state); |
183 | void qla4xxx_build_ddb_list(struct scsi_qla_host *ha, int is_reset); | 185 | void qla4xxx_build_ddb_list(struct scsi_qla_host *ha, int is_reset); |
186 | int qla4xxx_post_aen_work(struct scsi_qla_host *ha, uint32_t aen_code, | ||
187 | uint32_t data_size, uint8_t *data); | ||
188 | int qla4xxx_ping_iocb(struct scsi_qla_host *ha, uint32_t options, | ||
189 | uint32_t payload_size, uint32_t pid, uint8_t *ipaddr); | ||
190 | int qla4xxx_post_ping_evt_work(struct scsi_qla_host *ha, | ||
191 | uint32_t status, uint32_t pid, | ||
192 | uint32_t data_size, uint8_t *data); | ||
184 | 193 | ||
185 | /* BSG Functions */ | 194 | /* BSG Functions */ |
186 | int qla4xxx_bsg_request(struct bsg_job *bsg_job); | 195 | int qla4xxx_bsg_request(struct bsg_job *bsg_job); |