Lines Matching defs:isp_operations
3377 struct isp_operations { struct
3379 int (*pci_config) (struct scsi_qla_host *);
3380 int (*reset_chip)(struct scsi_qla_host *);
3381 int (*chip_diag) (struct scsi_qla_host *);
3382 void (*config_rings) (struct scsi_qla_host *);
3383 int (*reset_adapter)(struct scsi_qla_host *);
3384 int (*nvram_config) (struct scsi_qla_host *);
3385 void (*update_fw_options) (struct scsi_qla_host *);
3386 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3388 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t);
3389 char * (*fw_version_str)(struct scsi_qla_host *, char *, size_t);
3391 irq_handler_t intr_handler;
3392 void (*enable_intrs) (struct qla_hw_data *);
3393 void (*disable_intrs) (struct qla_hw_data *);
3395 int (*abort_command) (srb_t *);
3396 int (*target_reset) (struct fc_port *, uint64_t, int);
3397 int (*lun_reset) (struct fc_port *, uint64_t, int);
3398 int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t,
3400 int (*fabric_logout) (struct scsi_qla_host *, uint16_t, uint8_t,
3403 uint16_t (*calc_req_entries) (uint16_t);
3404 void (*build_iocbs) (srb_t *, cmd_entry_t *, uint16_t);
3405 void *(*prep_ms_iocb) (struct scsi_qla_host *, struct ct_arg *);
3406 void *(*prep_ms_fdmi_iocb) (struct scsi_qla_host *, uint32_t,
3409 uint8_t *(*read_nvram)(struct scsi_qla_host *, void *,
3411 int (*write_nvram)(struct scsi_qla_host *, void *, uint32_t,
3414 void (*fw_dump)(struct scsi_qla_host *vha);
3415 void (*mpi_fw_dump)(struct scsi_qla_host *, int);
3418 int (*beacon_on) (struct scsi_qla_host *);
3419 int (*beacon_off) (struct scsi_qla_host *);
3421 void (*beacon_blink) (struct scsi_qla_host *);
3423 void *(*read_optrom)(struct scsi_qla_host *, void *,
3425 int (*write_optrom)(struct scsi_qla_host *, void *, uint32_t,
3428 int (*get_flash_version) (struct scsi_qla_host *, void *);
3429 int (*start_scsi) (srb_t *);
3430 int (*start_scsi_mq) (srb_t *);
3433 int (*abort_isp) (struct scsi_qla_host *);
3435 int (*iospace_config)(struct qla_hw_data *);
3436 int (*initialize_adapter)(struct scsi_qla_host *);