Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Dhptiop.h344 struct hptiop_adapter_ops { struct
345 enum hptiop_family family;
346 int (*iop_wait_ready)(struct hptiop_hba *hba, u32 millisec);
347 int (*internal_memalloc)(struct hptiop_hba *hba);
348 int (*internal_memfree)(struct hptiop_hba *hba);
349 int (*map_pci_bar)(struct hptiop_hba *hba);
350 void (*unmap_pci_bar)(struct hptiop_hba *hba);
351 void (*enable_intr)(struct hptiop_hba *hba);
352 void (*disable_intr)(struct hptiop_hba *hba);
353 int (*get_config)(struct hptiop_hba *hba,
[all …]