Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_def.h426 struct isp_operations { struct
427 int (*iospace_config) (struct scsi_qla_host *ha);
428 void (*pci_config) (struct scsi_qla_host *);
429 void (*disable_intrs) (struct scsi_qla_host *);
430 void (*enable_intrs) (struct scsi_qla_host *);
431 int (*start_firmware) (struct scsi_qla_host *);
432 int (*restart_firmware) (struct scsi_qla_host *);
433 irqreturn_t (*intr_handler) (int , void *);
434 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
435 int (*need_reset) (struct scsi_qla_host *);
[all …]