Lines Matching defs:isp_operations
428 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 *);
438 int (*reset_chip) (struct scsi_qla_host *);
439 int (*reset_firmware) (struct scsi_qla_host *);
440 void (*queue_iocb) (struct scsi_qla_host *);
441 void (*complete_iocb) (struct scsi_qla_host *);
442 uint16_t (*rd_shdw_req_q_out) (struct scsi_qla_host *);
443 uint16_t (*rd_shdw_rsp_q_in) (struct scsi_qla_host *);
444 int (*get_sys_info) (struct scsi_qla_host *);
445 uint32_t (*rd_reg_direct) (struct scsi_qla_host *, ulong);
446 void (*wr_reg_direct) (struct scsi_qla_host *, ulong, uint32_t);
447 int (*rd_reg_indirect) (struct scsi_qla_host *, uint32_t, uint32_t *);
448 int (*wr_reg_indirect) (struct scsi_qla_host *, uint32_t, uint32_t);
449 int (*idc_lock) (struct scsi_qla_host *);
450 void (*idc_unlock) (struct scsi_qla_host *);
451 void (*rom_lock_recovery) (struct scsi_qla_host *);
452 void (*queue_mailbox_command) (struct scsi_qla_host *, uint32_t *, int);
453 void (*process_mailbox_interrupt) (struct scsi_qla_host *, int);