Home
last modified time | relevance | path

Searched defs:afu_cookie (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/cxlflash/
Dcxl_hw.c74 static void *cxlflash_get_context(struct pci_dev *dev, void *afu_cookie) in cxlflash_get_context()
79 static void *cxlflash_dev_context_init(struct pci_dev *dev, void *afu_cookie) in cxlflash_dev_context_init()
89 static void cxlflash_perst_reloads_same_image(void *afu_cookie, bool image) in cxlflash_perst_reloads_same_image()
Docxl_hw.c470 static void *ocxlflash_get_context(struct pci_dev *pdev, void *afu_cookie) in ocxlflash_get_context()
484 static void *ocxlflash_dev_context_init(struct pci_dev *pdev, void *afu_cookie) in ocxlflash_dev_context_init()
565 static void ocxlflash_perst_reloads_same_image(void *afu_cookie, bool image) in ocxlflash_perst_reloads_same_image()
702 static void ocxlflash_destroy_afu(void *afu_cookie) in ocxlflash_destroy_afu()
Dcommon.h131 void *afu_cookie; member