Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_def.h411 struct isp_operations { struct
412 int (*iospace_config) (struct scsi_qla_host *ha);
413 void (*pci_config) (struct scsi_qla_host *);
414 void (*disable_intrs) (struct scsi_qla_host *);
415 void (*enable_intrs) (struct scsi_qla_host *);
416 int (*start_firmware) (struct scsi_qla_host *);
417 int (*restart_firmware) (struct scsi_qla_host *);
418 irqreturn_t (*intr_handler) (int , void *);
419 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
420 int (*need_reset) (struct scsi_qla_host *);
[all …]
/drivers/scsi/qla2xxx/
Dqla_def.h2510 struct isp_operations { struct
2512 int (*pci_config) (struct scsi_qla_host *);
2513 void (*reset_chip) (struct scsi_qla_host *);
2514 int (*chip_diag) (struct scsi_qla_host *);
2515 void (*config_rings) (struct scsi_qla_host *);
2516 void (*reset_adapter) (struct scsi_qla_host *);
2517 int (*nvram_config) (struct scsi_qla_host *);
2518 void (*update_fw_options) (struct scsi_qla_host *);
2519 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
2521 char * (*pci_info_str) (struct scsi_qla_host *, char *);
[all …]