Lines Matching defs:isp_operations

3424 struct isp_operations {  struct
3426 int (*pci_config) (struct scsi_qla_host *);
3427 int (*reset_chip)(struct scsi_qla_host *);
3428 int (*chip_diag) (struct scsi_qla_host *);
3429 void (*config_rings) (struct scsi_qla_host *);
3430 int (*reset_adapter)(struct scsi_qla_host *);
3431 int (*nvram_config) (struct scsi_qla_host *);
3432 void (*update_fw_options) (struct scsi_qla_host *);
3433 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3435 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t);
3436 char * (*fw_version_str)(struct scsi_qla_host *, char *, size_t);
3438 irq_handler_t intr_handler;
3439 void (*enable_intrs) (struct qla_hw_data *);
3440 void (*disable_intrs) (struct qla_hw_data *);
3442 int (*abort_command) (srb_t *);
3443 int (*target_reset) (struct fc_port *, uint64_t, int);
3444 int (*lun_reset) (struct fc_port *, uint64_t, int);
3445 int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t,
3447 int (*fabric_logout) (struct scsi_qla_host *, uint16_t, uint8_t,
3450 uint16_t (*calc_req_entries) (uint16_t);
3451 void (*build_iocbs) (srb_t *, cmd_entry_t *, uint16_t);
3452 void *(*prep_ms_iocb) (struct scsi_qla_host *, struct ct_arg *);
3453 void *(*prep_ms_fdmi_iocb) (struct scsi_qla_host *, uint32_t,
3456 uint8_t *(*read_nvram)(struct scsi_qla_host *, void *,
3458 int (*write_nvram)(struct scsi_qla_host *, void *, uint32_t,
3461 void (*fw_dump)(struct scsi_qla_host *vha);
3462 void (*mpi_fw_dump)(struct scsi_qla_host *, int);
3465 int (*beacon_on) (struct scsi_qla_host *);
3466 int (*beacon_off) (struct scsi_qla_host *);
3468 void (*beacon_blink) (struct scsi_qla_host *);
3470 void *(*read_optrom)(struct scsi_qla_host *, void *,
3472 int (*write_optrom)(struct scsi_qla_host *, void *, uint32_t,
3475 int (*get_flash_version) (struct scsi_qla_host *, void *);
3476 int (*start_scsi) (srb_t *);
3477 int (*start_scsi_mq) (srb_t *);
3480 int (*abort_isp) (struct scsi_qla_host *);
3482 int (*iospace_config)(struct qla_hw_data *);
3483 int (*initialize_adapter)(struct scsi_qla_host *);