Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_def.h418 struct isp_operations { struct
419 int (*iospace_config) (struct scsi_qla_host *ha);
420 void (*pci_config) (struct scsi_qla_host *);
421 void (*disable_intrs) (struct scsi_qla_host *);
422 void (*enable_intrs) (struct scsi_qla_host *);
423 int (*start_firmware) (struct scsi_qla_host *);
424 int (*restart_firmware) (struct scsi_qla_host *);
425 irqreturn_t (*intr_handler) (int , void *);
426 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
427 int (*need_reset) (struct scsi_qla_host *);
[all …]
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h3118 struct isp_operations { struct
3120 int (*pci_config) (struct scsi_qla_host *);
3121 void (*reset_chip) (struct scsi_qla_host *);
3122 int (*chip_diag) (struct scsi_qla_host *);
3123 void (*config_rings) (struct scsi_qla_host *);
3124 void (*reset_adapter) (struct scsi_qla_host *);
3125 int (*nvram_config) (struct scsi_qla_host *);
3126 void (*update_fw_options) (struct scsi_qla_host *);
3127 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3129 char * (*pci_info_str) (struct scsi_qla_host *, char *);
[all …]