Home
last modified time | relevance | path

Searched defs:isp_operations (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qla4xxx/
A Dql4_def.h417 struct isp_operations { struct
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 *);
424 irqreturn_t (*intr_handler) (int , void *);
426 int (*need_reset) (struct scsi_qla_host *);
427 int (*reset_chip) (struct scsi_qla_host *);
429 void (*queue_iocb) (struct scsi_qla_host *);
433 int (*get_sys_info) (struct scsi_qla_host *);
[all …]
/linux/drivers/scsi/qla2xxx/
A Dqla_def.h3347 struct isp_operations { struct
3349 int (*pci_config) (struct scsi_qla_host *);
3350 int (*reset_chip)(struct scsi_qla_host *);
3351 int (*chip_diag) (struct scsi_qla_host *);
3361 irq_handler_t intr_handler;
3365 int (*abort_command) (srb_t *);
3373 uint16_t (*calc_req_entries) (uint16_t);
3388 int (*beacon_on) (struct scsi_qla_host *);
3399 int (*start_scsi) (srb_t *);
3400 int (*start_scsi_mq) (srb_t *);
[all …]

Completed in 53 milliseconds