Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/block/
Ddasd_eckd.c4585 struct dasd_psf_cuir_response *psf_cuir; in dasd_eckd_psf_cuir_response() local
4600 psf_cuir = (struct dasd_psf_cuir_response *)cqr->data; in dasd_eckd_psf_cuir_response()
4601 psf_cuir->order = PSF_ORDER_CUIR_RESPONSE; in dasd_eckd_psf_cuir_response()
4602 psf_cuir->cc = response; in dasd_eckd_psf_cuir_response()
4604 psf_cuir->chpid = desc->chpid; in dasd_eckd_psf_cuir_response()
4605 psf_cuir->message_id = message_id; in dasd_eckd_psf_cuir_response()
4606 psf_cuir->cssid = sch_id.cssid; in dasd_eckd_psf_cuir_response()
4607 psf_cuir->ssid = sch_id.ssid; in dasd_eckd_psf_cuir_response()
4611 ccw->cda = (__u32)(addr_t)psf_cuir; in dasd_eckd_psf_cuir_response()