afu_cookie         30 drivers/scsi/cxlflash/backend.h 	void * (*get_context)(struct pci_dev *dev, void *afu_cookie);
afu_cookie         31 drivers/scsi/cxlflash/backend.h 	void * (*dev_context_init)(struct pci_dev *dev, void *afu_cookie);
afu_cookie         33 drivers/scsi/cxlflash/backend.h 	void (*perst_reloads_same_image)(void *afu_cookie, bool image);
afu_cookie         39 drivers/scsi/cxlflash/backend.h 	void (*destroy_afu)(void *afu_cookie);
afu_cookie        131 drivers/scsi/cxlflash/common.h 	void *afu_cookie;
afu_cookie         74 drivers/scsi/cxlflash/cxl_hw.c static void *cxlflash_get_context(struct pci_dev *dev, void *afu_cookie)
afu_cookie         79 drivers/scsi/cxlflash/cxl_hw.c static void *cxlflash_dev_context_init(struct pci_dev *dev, void *afu_cookie)
afu_cookie         89 drivers/scsi/cxlflash/cxl_hw.c static void cxlflash_perst_reloads_same_image(void *afu_cookie, bool image)
afu_cookie         91 drivers/scsi/cxlflash/cxl_hw.c 	cxl_perst_reloads_same_image(afu_cookie, image);
afu_cookie        988 drivers/scsi/cxlflash/main.c 		cfg->ops->destroy_afu(cfg->afu_cookie);
afu_cookie       2023 drivers/scsi/cxlflash/main.c 		ctx = cfg->ops->get_context(cfg->dev, cfg->afu_cookie);
afu_cookie       2026 drivers/scsi/cxlflash/main.c 		ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie);
afu_cookie       2128 drivers/scsi/cxlflash/main.c 	cfg->ops->perst_reloads_same_image(cfg->afu_cookie, true);
afu_cookie       3746 drivers/scsi/cxlflash/main.c 	cfg->afu_cookie = cfg->ops->create_afu(pdev);
afu_cookie       3747 drivers/scsi/cxlflash/main.c 	if (unlikely(!cfg->afu_cookie)) {
afu_cookie        468 drivers/scsi/cxlflash/ocxl_hw.c static void *ocxlflash_get_context(struct pci_dev *pdev, void *afu_cookie)
afu_cookie        470 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_hw_afu *afu = afu_cookie;
afu_cookie        482 drivers/scsi/cxlflash/ocxl_hw.c static void *ocxlflash_dev_context_init(struct pci_dev *pdev, void *afu_cookie)
afu_cookie        484 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_hw_afu *afu = afu_cookie;
afu_cookie        563 drivers/scsi/cxlflash/ocxl_hw.c static void ocxlflash_perst_reloads_same_image(void *afu_cookie, bool image)
afu_cookie        565 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_hw_afu *afu = afu_cookie;
afu_cookie        702 drivers/scsi/cxlflash/ocxl_hw.c static void ocxlflash_destroy_afu(void *afu_cookie)
afu_cookie        704 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_hw_afu *afu = afu_cookie;
afu_cookie       1412 drivers/scsi/cxlflash/superpipe.c 	ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie);
afu_cookie       1546 drivers/scsi/cxlflash/superpipe.c 	ctx = cfg->ops->dev_context_init(cfg->dev, cfg->afu_cookie);