Lines Matching refs:detach
52 static void marshal_det_to_rele(struct dk_cxlflash_detach *detach, in marshal_det_to_rele() argument
55 release->hdr = detach->hdr; in marshal_det_to_rele()
56 release->context_id = detach->context_id; in marshal_det_to_rele()
822 struct dk_cxlflash_detach *detach) in _cxlflash_disk_detach() argument
834 u64 ctxid = DECODE_CTXID(detach->context_id), in _cxlflash_disk_detach()
835 rctxid = detach->context_id; in _cxlflash_disk_detach()
853 marshal_det_to_rele(detach, &rel); in _cxlflash_disk_detach()
917 struct dk_cxlflash_detach *detach) in cxlflash_disk_detach() argument
919 return _cxlflash_disk_detach(sdev, NULL, detach); in cxlflash_disk_detach()
967 struct dk_cxlflash_detach detach = { { 0 }, 0 }; in cxlflash_cxl_release() local
999 detach.context_id = ctxi->ctxid; in cxlflash_cxl_release()
1001 _cxlflash_disk_detach(lun_access->sdev, ctxi, &detach); in cxlflash_cxl_release()