Lines Matching defs:isp_operations

3434 struct isp_operations {  struct
3436 int (*pci_config) (struct scsi_qla_host *);
3437 int (*reset_chip)(struct scsi_qla_host *);
3438 int (*chip_diag) (struct scsi_qla_host *);
3439 void (*config_rings) (struct scsi_qla_host *);
3440 int (*reset_adapter)(struct scsi_qla_host *);
3441 int (*nvram_config) (struct scsi_qla_host *);
3442 void (*update_fw_options) (struct scsi_qla_host *);
3443 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3445 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t);
3446 char * (*fw_version_str)(struct scsi_qla_host *, char *, size_t);
3448 irq_handler_t intr_handler;
3449 void (*enable_intrs) (struct qla_hw_data *);
3450 void (*disable_intrs) (struct qla_hw_data *);
3452 int (*abort_command) (srb_t *);
3453 int (*target_reset) (struct fc_port *, uint64_t, int);
3454 int (*lun_reset) (struct fc_port *, uint64_t, int);
3455 int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t,
3457 int (*fabric_logout) (struct scsi_qla_host *, uint16_t, uint8_t,
3460 uint16_t (*calc_req_entries) (uint16_t);
3461 void (*build_iocbs) (srb_t *, cmd_entry_t *, uint16_t);
3462 void *(*prep_ms_iocb) (struct scsi_qla_host *, struct ct_arg *);
3463 void *(*prep_ms_fdmi_iocb) (struct scsi_qla_host *, uint32_t,
3466 uint8_t *(*read_nvram)(struct scsi_qla_host *, void *,
3468 int (*write_nvram)(struct scsi_qla_host *, void *, uint32_t,
3471 void (*fw_dump)(struct scsi_qla_host *vha);
3472 void (*mpi_fw_dump)(struct scsi_qla_host *, int);
3475 int (*beacon_on) (struct scsi_qla_host *);
3476 int (*beacon_off) (struct scsi_qla_host *);
3478 void (*beacon_blink) (struct scsi_qla_host *);
3480 void *(*read_optrom)(struct scsi_qla_host *, void *,
3482 int (*write_optrom)(struct scsi_qla_host *, void *, uint32_t,
3485 int (*get_flash_version) (struct scsi_qla_host *, void *);
3486 int (*start_scsi) (srb_t *);
3487 int (*start_scsi_mq) (srb_t *);
3490 int (*abort_isp) (struct scsi_qla_host *);
3492 int (*iospace_config)(struct qla_hw_data *);
3493 int (*initialize_adapter)(struct scsi_qla_host *);