Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
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 …]
/drivers/scsi/qla2xxx/
Dqla_def.h3435 struct isp_operations { struct
3437 int (*pci_config) (struct scsi_qla_host *);
3438 int (*reset_chip)(struct scsi_qla_host *);
3439 int (*chip_diag) (struct scsi_qla_host *);
3440 void (*config_rings) (struct scsi_qla_host *);
3441 int (*reset_adapter)(struct scsi_qla_host *);
3442 int (*nvram_config) (struct scsi_qla_host *);
3443 void (*update_fw_options) (struct scsi_qla_host *);
3444 int (*load_risc) (struct scsi_qla_host *, uint32_t *);
3446 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t);
[all …]