Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_def.h430 struct isp_operations { struct
431 int (*iospace_config) (struct scsi_qla_host *ha);
432 void (*pci_config) (struct scsi_qla_host *);
433 void (*disable_intrs) (struct scsi_qla_host *);
434 void (*enable_intrs) (struct scsi_qla_host *);
435 int (*start_firmware) (struct scsi_qla_host *);
436 int (*restart_firmware) (struct scsi_qla_host *);
437 irqreturn_t (*intr_handler) (int , void *);
438 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
439 int (*need_reset) (struct scsi_qla_host *);
[all …]
/drivers/scsi/qla2xxx/
Dqla_def.h2627 struct isp_operations { struct
2629 int (*pci_config) (struct scsi_qla_host *);
2630 void (*reset_chip) (struct scsi_qla_host *);
2631 int (*chip_diag) (struct scsi_qla_host *);
2632 void (*config_rings) (struct scsi_qla_host *);
2633 void (*reset_adapter) (struct scsi_qla_host *);
2634 int (*nvram_config) (struct scsi_qla_host *);
2635 void (*update_fw_options) (struct scsi_qla_host *);
2636 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
2638 char * (*pci_info_str) (struct scsi_qla_host *, char *);
[all …]