Searched refs:cxlflash_afu_sync (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/scsi/cxlflash/ | 
| D | vlun.c | 594 	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()
  | 
| D | common.h | 329 int cxlflash_afu_sync(struct afu *afu, ctx_hndl_t c, res_hndl_t r, u8 mode);
  | 
| D | superpipe.c | 711 			rcr = cxlflash_afu_sync(afu, ctxid, rhndl, AFU_HW_SYNC);  in _cxlflash_disk_release() 2017 	rc = cxlflash_afu_sync(afu, ctxid, rsrc_handle, AFU_LW_SYNC);  in cxlflash_disk_direct_open()
  | 
| D | main.c | 1239 	cxlflash_afu_sync(afu, 0, 0, AFU_GSYNC);  in afu_link_reset() 1256 	cxlflash_afu_sync(afu, 0, 0, AFU_GSYNC);  in afu_link_reset() 2398 int cxlflash_afu_sync(struct afu *afu, ctx_hndl_t ctx, res_hndl_t res, u8 mode)  in cxlflash_afu_sync()  function
  |