Lines Matching defs:afu_cookie
466 * @afu_cookie: Hardware AFU associated with the host.
470 static void *ocxlflash_get_context(struct pci_dev *pdev, void *afu_cookie)
472 struct ocxl_hw_afu *afu = afu_cookie;
480 * @afu_cookie: Hardware AFU associated with the host.
484 static void *ocxlflash_dev_context_init(struct pci_dev *pdev, void *afu_cookie)
486 struct ocxl_hw_afu *afu = afu_cookie;
562 * @afu_cookie: Hardware AFU associated with the host.
565 static void ocxlflash_perst_reloads_same_image(void *afu_cookie, bool image)
567 struct ocxl_hw_afu *afu = afu_cookie;
700 * @afu_cookie: AFU to be freed.
702 static void ocxlflash_destroy_afu(void *afu_cookie)
704 struct ocxl_hw_afu *afu = afu_cookie;