Lines Matching defs:link_handle
425 int ocxl_link_setup(struct pci_dev *dev, int PE_mask, void **link_handle)
437 *link_handle = link;
446 *link_handle = link;
463 void ocxl_link_release(struct pci_dev *dev, void *link_handle)
465 struct ocxl_link *link = (struct ocxl_link *) link_handle;
496 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr,
501 struct ocxl_link *link = (struct ocxl_link *) link_handle;
576 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid)
578 struct ocxl_link *link = (struct ocxl_link *) link_handle;
612 int ocxl_link_remove_pe(void *link_handle, int pasid)
614 struct ocxl_link *link = (struct ocxl_link *) link_handle;
686 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq)
688 struct ocxl_link *link = (struct ocxl_link *) link_handle;
705 void ocxl_link_free_irq(void *link_handle, int hw_irq)
707 struct ocxl_link *link = (struct ocxl_link *) link_handle;