Lines Matching refs:detach
49 static void marshal_det_to_rele(struct dk_cxlflash_detach *detach, in marshal_det_to_rele() argument
52 release->hdr = detach->hdr; in marshal_det_to_rele()
53 release->context_id = detach->context_id; in marshal_det_to_rele()
891 struct dk_cxlflash_detach *detach) in _cxlflash_disk_detach() argument
902 u64 ctxid = DECODE_CTXID(detach->context_id), in _cxlflash_disk_detach()
903 rctxid = detach->context_id; in _cxlflash_disk_detach()
921 marshal_det_to_rele(detach, &rel); in _cxlflash_disk_detach()
957 static int cxlflash_disk_detach(struct scsi_device *sdev, void *detach) in cxlflash_disk_detach() argument
959 return _cxlflash_disk_detach(sdev, NULL, detach); in cxlflash_disk_detach()
995 struct dk_cxlflash_detach detach = { { 0 }, 0 }; in cxlflash_cxl_release() local
1025 detach.context_id = ctxi->ctxid; in cxlflash_cxl_release()
1027 _cxlflash_disk_detach(lun_access->sdev, ctxi, &detach); in cxlflash_cxl_release()