Lines Matching defs:isp_operations
3257 struct isp_operations { struct
3259 int (*pci_config) (struct scsi_qla_host *);
3260 int (*reset_chip)(struct scsi_qla_host *);
3261 int (*chip_diag) (struct scsi_qla_host *);
3262 void (*config_rings) (struct scsi_qla_host *);
3263 int (*reset_adapter)(struct scsi_qla_host *);
3264 int (*nvram_config) (struct scsi_qla_host *);
3265 void (*update_fw_options) (struct scsi_qla_host *);
3266 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3268 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t);
3269 char * (*fw_version_str)(struct scsi_qla_host *, char *, size_t);
3271 irq_handler_t intr_handler;
3272 void (*enable_intrs) (struct qla_hw_data *);
3273 void (*disable_intrs) (struct qla_hw_data *);
3275 int (*abort_command) (srb_t *);
3276 int (*target_reset) (struct fc_port *, uint64_t, int);
3277 int (*lun_reset) (struct fc_port *, uint64_t, int);
3278 int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t,
3280 int (*fabric_logout) (struct scsi_qla_host *, uint16_t, uint8_t,
3283 uint16_t (*calc_req_entries) (uint16_t);
3284 void (*build_iocbs) (srb_t *, cmd_entry_t *, uint16_t);
3285 void *(*prep_ms_iocb) (struct scsi_qla_host *, struct ct_arg *);
3286 void *(*prep_ms_fdmi_iocb) (struct scsi_qla_host *, uint32_t,
3289 uint8_t *(*read_nvram)(struct scsi_qla_host *, void *,
3291 int (*write_nvram)(struct scsi_qla_host *, void *, uint32_t,
3294 void (*fw_dump)(struct scsi_qla_host *vha);
3295 void (*mpi_fw_dump)(struct scsi_qla_host *, int);
3297 int (*beacon_on) (struct scsi_qla_host *);
3298 int (*beacon_off) (struct scsi_qla_host *);
3299 void (*beacon_blink) (struct scsi_qla_host *);
3301 void *(*read_optrom)(struct scsi_qla_host *, void *,
3303 int (*write_optrom)(struct scsi_qla_host *, void *, uint32_t,
3306 int (*get_flash_version) (struct scsi_qla_host *, void *);
3307 int (*start_scsi) (srb_t *);
3308 int (*start_scsi_mq) (srb_t *);
3309 int (*abort_isp) (struct scsi_qla_host *);
3310 int (*iospace_config)(struct qla_hw_data *);
3311 int (*initialize_adapter)(struct scsi_qla_host *);