Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/block/
Ddasd_eckd.c5282 struct dasd_psf_cuir_response *psf_cuir; in dasd_eckd_psf_cuir_response() local
5298 psf_cuir = (struct dasd_psf_cuir_response *)cqr->data; in dasd_eckd_psf_cuir_response()
5299 psf_cuir->order = PSF_ORDER_CUIR_RESPONSE; in dasd_eckd_psf_cuir_response()
5300 psf_cuir->cc = response; in dasd_eckd_psf_cuir_response()
5301 psf_cuir->chpid = device->path[pos].chpid; in dasd_eckd_psf_cuir_response()
5302 psf_cuir->message_id = message_id; in dasd_eckd_psf_cuir_response()
5303 psf_cuir->cssid = device->path[pos].cssid; in dasd_eckd_psf_cuir_response()
5304 psf_cuir->ssid = device->path[pos].ssid; in dasd_eckd_psf_cuir_response()
5307 ccw->cda = (__u32)(addr_t)psf_cuir; in dasd_eckd_psf_cuir_response()