|
| int(* | pci_config )(struct scsi_qla_host *) |
| |
| void(* | reset_chip )(struct scsi_qla_host *) |
| |
| int(* | chip_diag )(struct scsi_qla_host *) |
| |
| void(* | config_rings )(struct scsi_qla_host *) |
| |
| void(* | reset_adapter )(struct scsi_qla_host *) |
| |
| int(* | nvram_config )(struct scsi_qla_host *) |
| |
| void(* | update_fw_options )(struct scsi_qla_host *) |
| |
| int(* | load_risc )(struct scsi_qla_host *, uint32_t *) |
| |
| char *(* | pci_info_str )(struct scsi_qla_host *, char *) |
| |
| char *(* | fw_version_str )(struct scsi_qla_host *, char *) |
| |
| irq_handler_t | intr_handler |
| |
| void(* | enable_intrs )(struct qla_hw_data *) |
| |
| void(* | disable_intrs )(struct qla_hw_data *) |
| |
| int(* | abort_command )(srb_t *) |
| |
| int(* | target_reset )(struct fc_port *, unsigned int, int) |
| |
| int(* | lun_reset )(struct fc_port *, unsigned int, int) |
| |
| int(* | fabric_login )(struct scsi_qla_host *, uint16_t, uint8_t, uint8_t, uint8_t, uint16_t *, uint8_t) |
| |
| int(* | fabric_logout )(struct scsi_qla_host *, uint16_t, uint8_t, uint8_t, uint8_t) |
| |
| uint16_t(* | calc_req_entries )(uint16_t) |
| |
| void(* | build_iocbs )(srb_t *, cmd_entry_t *, uint16_t) |
| |
| void *(* | prep_ms_iocb )(struct scsi_qla_host *, uint32_t, uint32_t) |
| |
| void *(* | prep_ms_fdmi_iocb )(struct scsi_qla_host *, uint32_t, uint32_t) |
| |
| uint8_t *(* | read_nvram )(struct scsi_qla_host *, uint8_t *, uint32_t, uint32_t) |
| |
| int(* | write_nvram )(struct scsi_qla_host *, uint8_t *, uint32_t, uint32_t) |
| |
| void(* | fw_dump )(struct scsi_qla_host *, int) |
| |
| int(* | beacon_on )(struct scsi_qla_host *) |
| |
| int(* | beacon_off )(struct scsi_qla_host *) |
| |
| void(* | beacon_blink )(struct scsi_qla_host *) |
| |
| uint8_t *(* | read_optrom )(struct scsi_qla_host *, uint8_t *, uint32_t, uint32_t) |
| |
| int(* | write_optrom )(struct scsi_qla_host *, uint8_t *, uint32_t, uint32_t) |
| |
| int(* | get_flash_version )(struct scsi_qla_host *, void *) |
| |
| int(* | start_scsi )(srb_t *) |
| |
| int(* | abort_isp )(struct scsi_qla_host *) |
| |
| int(* | iospace_config )(struct qla_hw_data *) |
| |
| void(* | pci_config )(struct scsi_qla_host *) |
| |
| int(* | start_firmware )(struct scsi_qla_host *) |
| |
| int(* | restart_firmware )(struct scsi_qla_host *) |
| |
| irqreturn_t(* | intr_handler )(int, void *) |
| |
| void(* | interrupt_service_routine )(struct scsi_qla_host *, uint32_t) |
| |
| int(* | need_reset )(struct scsi_qla_host *) |
| |
| int(* | reset_chip )(struct scsi_qla_host *) |
| |
| int(* | reset_firmware )(struct scsi_qla_host *) |
| |
| void(* | queue_iocb )(struct scsi_qla_host *) |
| |
| void(* | complete_iocb )(struct scsi_qla_host *) |
| |
| uint16_t(* | rd_shdw_req_q_out )(struct scsi_qla_host *) |
| |
| uint16_t(* | rd_shdw_rsp_q_in )(struct scsi_qla_host *) |
| |
| int(* | get_sys_info )(struct scsi_qla_host *) |
| |
| uint32_t(* | rd_reg_direct )(struct scsi_qla_host *, ulong) |
| |
| void(* | wr_reg_direct )(struct scsi_qla_host *, ulong, uint32_t) |
| |
| int(* | rd_reg_indirect )(struct scsi_qla_host *, uint32_t, uint32_t *) |
| |
| int(* | wr_reg_indirect )(struct scsi_qla_host *, uint32_t, uint32_t) |
| |
| int(* | idc_lock )(struct scsi_qla_host *) |
| |
| void(* | idc_unlock )(struct scsi_qla_host *) |
| |
| void(* | rom_lock_recovery )(struct scsi_qla_host *) |
| |
| void(* | queue_mailbox_command )(struct scsi_qla_host *, uint32_t *, int) |
| |
| void(* | process_mailbox_interrupt )(struct scsi_qla_host *, int) |
| |
Definition at line 2328 of file qla_def.h.