Home
last modified time | relevance | path

Searched defs:isp_operations (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/scsi/qla4xxx/
Dql4_def.h355 struct isp_operations { struct
356 int (*iospace_config) (struct scsi_qla_host *ha);
357 void (*pci_config) (struct scsi_qla_host *);
358 void (*disable_intrs) (struct scsi_qla_host *);
359 void (*enable_intrs) (struct scsi_qla_host *);
360 int (*start_firmware) (struct scsi_qla_host *);
361 irqreturn_t (*intr_handler) (int , void *);
362 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
363 int (*reset_chip) (struct scsi_qla_host *);
364 int (*reset_firmware) (struct scsi_qla_host *);
[all …]
/linux-3.3/drivers/scsi/qla2xxx/
Dqla_def.h2198 struct isp_operations { struct
2200 int (*pci_config) (struct scsi_qla_host *);
2201 void (*reset_chip) (struct scsi_qla_host *);
2202 int (*chip_diag) (struct scsi_qla_host *);
2203 void (*config_rings) (struct scsi_qla_host *);
2204 void (*reset_adapter) (struct scsi_qla_host *);
2205 int (*nvram_config) (struct scsi_qla_host *);
2206 void (*update_fw_options) (struct scsi_qla_host *);
2207 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
2209 char * (*pci_info_str) (struct scsi_qla_host *, char *);
[all …]