| .. | .. |
|---|
| 222 | 222 | |
|---|
| 223 | 223 | extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32); |
|---|
| 224 | 224 | extern void qla2x00_disable_board_on_pci_error(struct work_struct *); |
|---|
| 225 | +extern void qla_eeh_work(struct work_struct *); |
|---|
| 225 | 226 | extern void qla2x00_sp_compl(srb_t *sp, int); |
|---|
| 226 | 227 | extern void qla2xxx_qpair_sp_free_dma(srb_t *sp); |
|---|
| 227 | 228 | extern void qla2xxx_qpair_sp_compl(srb_t *sp, int); |
|---|
| .. | .. |
|---|
| 233 | 234 | void qla2x00_wait_for_sess_deletion(scsi_qla_host_t *); |
|---|
| 234 | 235 | void qla24xx_process_purex_rdp(struct scsi_qla_host *vha, |
|---|
| 235 | 236 | struct purex_item *pkt); |
|---|
| 237 | +void qla_pci_set_eeh_busy(struct scsi_qla_host *); |
|---|
| 238 | +void qla_schedule_eeh_work(struct scsi_qla_host *); |
|---|
| 236 | 239 | |
|---|
| 237 | 240 | /* |
|---|
| 238 | 241 | * Global Functions in qla_mid.c source file. |
|---|