Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_def.h428 struct isp_operations { struct
429 int (*iospace_config) (struct scsi_qla_host *ha);
430 void (*pci_config) (struct scsi_qla_host *);
431 void (*disable_intrs) (struct scsi_qla_host *);
432 void (*enable_intrs) (struct scsi_qla_host *);
433 int (*start_firmware) (struct scsi_qla_host *);
434 int (*restart_firmware) (struct scsi_qla_host *);
435 irqreturn_t (*intr_handler) (int , void *);
436 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
437 int (*need_reset) (struct scsi_qla_host *);
[all …]
/linux-4.4.14/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 …]