Home
last modified time | relevance | path

Searched refs:destroy_afu (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Dbackend.h39 void (*destroy_afu)(void *afu_cookie); member
H A Dcxl_hw.c171 .destroy_afu = cxlflash_destroy_afu,
H A Docxl_hw.c1393 .destroy_afu = ocxlflash_destroy_afu,
H A Dmain.c983 cfg->ops->destroy_afu(cfg->afu_cookie); in cxlflash_remove()