Lines Matching defs:link_handle
441 int ocxl_link_setup(struct pci_dev *dev, int PE_mask, void **link_handle)
453 *link_handle = link;
462 *link_handle = link;
484 void ocxl_link_release(struct pci_dev *dev, void *link_handle)
486 struct ocxl_link *link = (struct ocxl_link *) link_handle;
538 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr,
543 struct ocxl_link *link = (struct ocxl_link *) link_handle;
631 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid)
633 struct ocxl_link *link = (struct ocxl_link *) link_handle;
667 int ocxl_link_remove_pe(void *link_handle, int pasid)
669 struct ocxl_link *link = (struct ocxl_link *) link_handle;
753 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq)
755 struct ocxl_link *link = (struct ocxl_link *) link_handle;
772 void ocxl_link_free_irq(void *link_handle, int hw_irq)
774 struct ocxl_link *link = (struct ocxl_link *) link_handle;