• Home
  • Raw
  • Download

Lines Matching defs:isp_operations

3376 struct isp_operations {  struct
3378 int (*pci_config) (struct scsi_qla_host *);
3379 int (*reset_chip)(struct scsi_qla_host *);
3380 int (*chip_diag) (struct scsi_qla_host *);
3381 void (*config_rings) (struct scsi_qla_host *);
3382 int (*reset_adapter)(struct scsi_qla_host *);
3383 int (*nvram_config) (struct scsi_qla_host *);
3384 void (*update_fw_options) (struct scsi_qla_host *);
3385 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3387 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t);
3388 char * (*fw_version_str)(struct scsi_qla_host *, char *, size_t);
3390 irq_handler_t intr_handler;
3391 void (*enable_intrs) (struct qla_hw_data *);
3392 void (*disable_intrs) (struct qla_hw_data *);
3394 int (*abort_command) (srb_t *);
3395 int (*target_reset) (struct fc_port *, uint64_t, int);
3396 int (*lun_reset) (struct fc_port *, uint64_t, int);
3397 int (*fabric_login) (struct scsi_qla_host *, uint16_t, uint8_t,
3399 int (*fabric_logout) (struct scsi_qla_host *, uint16_t, uint8_t,
3402 uint16_t (*calc_req_entries) (uint16_t);
3403 void (*build_iocbs) (srb_t *, cmd_entry_t *, uint16_t);
3404 void *(*prep_ms_iocb) (struct scsi_qla_host *, struct ct_arg *);
3405 void *(*prep_ms_fdmi_iocb) (struct scsi_qla_host *, uint32_t,
3408 uint8_t *(*read_nvram)(struct scsi_qla_host *, void *,
3410 int (*write_nvram)(struct scsi_qla_host *, void *, uint32_t,
3413 void (*fw_dump)(struct scsi_qla_host *vha);
3414 void (*mpi_fw_dump)(struct scsi_qla_host *, int);
3417 int (*beacon_on) (struct scsi_qla_host *);
3418 int (*beacon_off) (struct scsi_qla_host *);
3420 void (*beacon_blink) (struct scsi_qla_host *);
3422 void *(*read_optrom)(struct scsi_qla_host *, void *,
3424 int (*write_optrom)(struct scsi_qla_host *, void *, uint32_t,
3427 int (*get_flash_version) (struct scsi_qla_host *, void *);
3428 int (*start_scsi) (srb_t *);
3429 int (*start_scsi_mq) (srb_t *);
3432 int (*abort_isp) (struct scsi_qla_host *);
3434 int (*iospace_config)(struct qla_hw_data *);
3435 int (*initialize_adapter)(struct scsi_qla_host *);