Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhptiop.h352 struct hptiop_adapter_ops { struct
353 enum hptiop_family family;
354 int (*iop_wait_ready)(struct hptiop_hba *hba, u32 millisec);
355 int (*internal_memalloc)(struct hptiop_hba *hba);
356 int (*internal_memfree)(struct hptiop_hba *hba);
357 int (*map_pci_bar)(struct hptiop_hba *hba);
358 void (*unmap_pci_bar)(struct hptiop_hba *hba);
359 void (*enable_intr)(struct hptiop_hba *hba);
360 void (*disable_intr)(struct hptiop_hba *hba);
361 int (*get_config)(struct hptiop_hba *hba,
[all …]