Lines Matching defs:hptiop_adapter_ops
352 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,
363 int (*set_config)(struct hptiop_hba *hba,
365 int (*iop_intr)(struct hptiop_hba *hba);
366 void (*post_msg)(struct hptiop_hba *hba, u32 msg);
367 void (*post_req)(struct hptiop_hba *hba, struct hptiop_request *_req);
368 int hw_dma_bit_mask;
369 int (*reset_comm)(struct hptiop_hba *hba);
370 __le64 host_phy_flag;