Searched defs:isp_operations (Results 1 – 2 of 2) sorted by relevance
426 struct isp_operations { struct428 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 *);433 irqreturn_t (*intr_handler) (int , void *);435 int (*need_reset) (struct scsi_qla_host *);436 int (*reset_chip) (struct scsi_qla_host *);438 void (*queue_iocb) (struct scsi_qla_host *);442 int (*get_sys_info) (struct scsi_qla_host *);[all …]
3434 struct isp_operations { struct3436 int (*pci_config) (struct scsi_qla_host *);3437 int (*reset_chip)(struct scsi_qla_host *);3438 int (*chip_diag) (struct scsi_qla_host *);3448 irq_handler_t intr_handler;3452 int (*abort_command) (srb_t *);3460 uint16_t (*calc_req_entries) (uint16_t);3475 int (*beacon_on) (struct scsi_qla_host *);3486 int (*start_scsi) (srb_t *);3487 int (*start_scsi_mq) (srb_t *);[all …]
Completed in 36 milliseconds