Lines Matching defs:isp_operations
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 *);
427 int (*reset_chip) (struct scsi_qla_host *);
428 int (*reset_firmware) (struct scsi_qla_host *);
429 void (*queue_iocb) (struct scsi_qla_host *);
430 void (*complete_iocb) (struct scsi_qla_host *);
431 uint16_t (*rd_shdw_req_q_out) (struct scsi_qla_host *);
432 uint16_t (*rd_shdw_rsp_q_in) (struct scsi_qla_host *);
433 int (*get_sys_info) (struct scsi_qla_host *);
434 uint32_t (*rd_reg_direct) (struct scsi_qla_host *, ulong);
435 void (*wr_reg_direct) (struct scsi_qla_host *, ulong, uint32_t);
436 int (*rd_reg_indirect) (struct scsi_qla_host *, uint32_t, uint32_t *);
437 int (*wr_reg_indirect) (struct scsi_qla_host *, uint32_t, uint32_t);
438 int (*idc_lock) (struct scsi_qla_host *);
439 void (*idc_unlock) (struct scsi_qla_host *);
440 void (*rom_lock_recovery) (struct scsi_qla_host *);
441 void (*queue_mailbox_command) (struct scsi_qla_host *, uint32_t *, int);
442 void (*process_mailbox_interrupt) (struct scsi_qla_host *, int);