Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/qla4xxx/
Dql4_def.h343 struct isp_operations { struct
344 int (*iospace_config) (struct scsi_qla_host *ha);
345 void (*pci_config) (struct scsi_qla_host *);
346 void (*disable_intrs) (struct scsi_qla_host *);
347 void (*enable_intrs) (struct scsi_qla_host *);
348 int (*start_firmware) (struct scsi_qla_host *);
349 irqreturn_t (*intr_handler) (int , void *);
350 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
351 int (*reset_chip) (struct scsi_qla_host *);
352 int (*reset_firmware) (struct scsi_qla_host *);
[all …]
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_def.h2188 struct isp_operations { struct
2190 int (*pci_config) (struct scsi_qla_host *);
2191 void (*reset_chip) (struct scsi_qla_host *);
2192 int (*chip_diag) (struct scsi_qla_host *);
2193 void (*config_rings) (struct scsi_qla_host *);
2194 void (*reset_adapter) (struct scsi_qla_host *);
2195 int (*nvram_config) (struct scsi_qla_host *);
2196 void (*update_fw_options) (struct scsi_qla_host *);
2197 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
2199 char * (*pci_info_str) (struct scsi_qla_host *, char *);
[all …]