Searched defs:hptiop_adapter_ops (Results 1 – 1 of 1) sorted by relevance
285 struct hptiop_adapter_ops { struct286 int (*iop_wait_ready)(struct hptiop_hba *hba, u32 millisec);287 int (*internal_memalloc)(struct hptiop_hba *hba);288 int (*internal_memfree)(struct hptiop_hba *hba);289 int (*map_pci_bar)(struct hptiop_hba *hba);290 void (*unmap_pci_bar)(struct hptiop_hba *hba);291 void (*enable_intr)(struct hptiop_hba *hba);292 void (*disable_intr)(struct hptiop_hba *hba);293 int (*get_config)(struct hptiop_hba *hba,295 int (*set_config)(struct hptiop_hba *hba,[all …]