Lines Matching refs:afu_cookie
463 * @afu_cookie: Hardware AFU associated with the host.
467 static void *ocxlflash_get_context(struct pci_dev *pdev, void *afu_cookie)
469 struct ocxl_hw_afu *afu = afu_cookie;
477 * @afu_cookie: Hardware AFU associated with the host.
481 static void *ocxlflash_dev_context_init(struct pci_dev *pdev, void *afu_cookie)
483 struct ocxl_hw_afu *afu = afu_cookie;
559 * @afu_cookie: Hardware AFU associated with the host.
562 static void ocxlflash_perst_reloads_same_image(void *afu_cookie, bool image)
564 struct ocxl_hw_afu *afu = afu_cookie;
697 * @afu_cookie: AFU to be freed.
699 static void ocxlflash_destroy_afu(void *afu_cookie)
701 struct ocxl_hw_afu *afu = afu_cookie;