Searched defs:isp_operations (Results 1 – 2 of 2) sorted by relevance
343 struct isp_operations { struct344 int (*iospace_config) (struct scsi_qla_host *ha);345 void (*pci_config) (struct scsi_qla_host *);346 void (*disable_intrs) (struct scsi_qla_host *);347 void (*enable_intrs) (struct scsi_qla_host *);348 int (*start_firmware) (struct scsi_qla_host *);349 irqreturn_t (*intr_handler) (int , void *);350 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);351 int (*reset_chip) (struct scsi_qla_host *);352 int (*reset_firmware) (struct scsi_qla_host *);[all …]
2188 struct isp_operations { struct2190 int (*pci_config) (struct scsi_qla_host *);2191 void (*reset_chip) (struct scsi_qla_host *);2192 int (*chip_diag) (struct scsi_qla_host *);2193 void (*config_rings) (struct scsi_qla_host *);2194 void (*reset_adapter) (struct scsi_qla_host *);2195 int (*nvram_config) (struct scsi_qla_host *);2196 void (*update_fw_options) (struct scsi_qla_host *);2197 int (*load_risc) (struct scsi_qla_host *, uint32_t *);2199 char * (*pci_info_str) (struct scsi_qla_host *, char *);[all …]