Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla4xxx/
Dql4_def.h427 struct isp_operations { struct
428 int (*iospace_config) (struct scsi_qla_host *ha);
429 void (*pci_config) (struct scsi_qla_host *);
430 void (*disable_intrs) (struct scsi_qla_host *);
431 void (*enable_intrs) (struct scsi_qla_host *);
432 int (*start_firmware) (struct scsi_qla_host *);
433 int (*restart_firmware) (struct scsi_qla_host *);
434 irqreturn_t (*intr_handler) (int , void *);
435 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
436 int (*need_reset) (struct scsi_qla_host *);
[all …]
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_def.h3377 struct isp_operations { struct
3379 int (*pci_config) (struct scsi_qla_host *);
3380 int (*reset_chip)(struct scsi_qla_host *);
3381 int (*chip_diag) (struct scsi_qla_host *);
3382 void (*config_rings) (struct scsi_qla_host *);
3383 int (*reset_adapter)(struct scsi_qla_host *);
3384 int (*nvram_config) (struct scsi_qla_host *);
3385 void (*update_fw_options) (struct scsi_qla_host *);
3386 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3388 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t);
[all …]