Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dvlun.c598 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in grow_lxt()
680 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in shrink_lxt()
806 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_vlun_resize()
1155 rc = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_LW_SYNC); in clone_lxt()
Dcommon.h333 int cxlflash_afu_sync(struct afu *afu, ctx_hndl_t c, res_hndl_t r, u8 mode);
Dsuperpipe.c715 rcr = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC); in _cxlflash_disk_release()
2021 rc = cxlflash_afu_sync(afu, ctxid, rsrc_handle, AFU_LW_SYNC); in cxlflash_disk_direct_open()
Dmain.c1236 cxlflash_afu_sync(afu, 0, 0, AFU_GSYNC); in afu_link_reset()
1253 cxlflash_afu_sync(afu, 0, 0, AFU_GSYNC); in afu_link_reset()
2395 int cxlflash_afu_sync(struct afu *afu, ctx_hndl_t ctx, res_hndl_t res, u8 mode) in cxlflash_afu_sync() function