Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dvlun.c594 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt()
676 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt()
802 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_vlun_resize()
1151 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in clone_lxt()
Dcommon.h329 int cxlflash_afu_sync(struct afu *afu, ctx_hndl_t c, res_hndl_t r, u8 mode);
Dsuperpipe.c711 rcr = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_disk_release()
2016 rc = cxlflash_afu_sync(afu, ctxid, rsrc_handle, AFU_LW_SYNC); in cxlflash_disk_direct_open()
Dmain.c1234 cxlflash_afu_sync(afu, 0, 0, AFU_GSYNC); in afu_link_reset()
1251 cxlflash_afu_sync(afu, 0, 0, AFU_GSYNC); in afu_link_reset()
2370 int cxlflash_afu_sync(struct afu *afu, ctx_hndl_t ctx, res_hndl_t res, u8 mode) in cxlflash_afu_sync() function