Searched defs:isp_operations (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
| D | ql4_def.h | 417 struct isp_operations { struct 418 int (*iospace_config) (struct scsi_qla_host *ha); 419 void (*pci_config) (struct scsi_qla_host *); 420 void (*disable_intrs) (struct scsi_qla_host *); 421 void (*enable_intrs) (struct scsi_qla_host *); 422 int (*start_firmware) (struct scsi_qla_host *); 423 int (*restart_firmware) (struct scsi_qla_host *); 424 irqreturn_t (*intr_handler) (int , void *); 425 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t); 426 int (*need_reset) (struct scsi_qla_host *); [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
| D | ql4_def.h | 426 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 …]
|
| /kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
| D | qla_def.h | 3261 struct isp_operations { struct 3263 int (*pci_config) (struct scsi_qla_host *); 3264 int (*reset_chip)(struct scsi_qla_host *); 3265 int (*chip_diag) (struct scsi_qla_host *); 3266 void (*config_rings) (struct scsi_qla_host *); 3267 int (*reset_adapter)(struct scsi_qla_host *); 3268 int (*nvram_config) (struct scsi_qla_host *); 3269 void (*update_fw_options) (struct scsi_qla_host *); 3270 int (*load_risc) (struct scsi_qla_host *, uint32_t *); 3272 char * (*pci_info_str)(struct scsi_qla_host *, char *, size_t); [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
| D | qla_def.h | 3435 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 …]
|