Lines Matching defs:isp_operations
418 struct isp_operations { struct
419 int (*iospace_config) (struct scsi_qla_host *ha);
420 void (*pci_config) (struct scsi_qla_host *);
421 void (*disable_intrs) (struct scsi_qla_host *);
422 void (*enable_intrs) (struct scsi_qla_host *);
423 int (*start_firmware) (struct scsi_qla_host *);
424 int (*restart_firmware) (struct scsi_qla_host *);
425 irqreturn_t (*intr_handler) (int , void *);
426 void (*interrupt_service_routine) (struct scsi_qla_host *, uint32_t);
427 int (*need_reset) (struct scsi_qla_host *);
428 int (*reset_chip) (struct scsi_qla_host *);
429 int (*reset_firmware) (struct scsi_qla_host *);
430 void (*queue_iocb) (struct scsi_qla_host *);
431 void (*complete_iocb) (struct scsi_qla_host *);
432 uint16_t (*rd_shdw_req_q_out) (struct scsi_qla_host *);
433 uint16_t (*rd_shdw_rsp_q_in) (struct scsi_qla_host *);
434 int (*get_sys_info) (struct scsi_qla_host *);
435 uint32_t (*rd_reg_direct) (struct scsi_qla_host *, ulong);
436 void (*wr_reg_direct) (struct scsi_qla_host *, ulong, uint32_t);
437 int (*rd_reg_indirect) (struct scsi_qla_host *, uint32_t, uint32_t *);
438 int (*wr_reg_indirect) (struct scsi_qla_host *, uint32_t, uint32_t);
439 int (*idc_lock) (struct scsi_qla_host *);
440 void (*idc_unlock) (struct scsi_qla_host *);
441 void (*rom_lock_recovery) (struct scsi_qla_host *);
442 void (*queue_mailbox_command) (struct scsi_qla_host *, uint32_t *, int);
443 void (*process_mailbox_interrupt) (struct scsi_qla_host *, int);