Searched refs:psf_cuir (Results 1 – 1 of 1) sorted by relevance
4636 struct dasd_psf_cuir_response *psf_cuir; in dasd_eckd_psf_cuir_response() local4651 psf_cuir = (struct dasd_psf_cuir_response *)cqr->data; in dasd_eckd_psf_cuir_response()4652 psf_cuir->order = PSF_ORDER_CUIR_RESPONSE; in dasd_eckd_psf_cuir_response()4653 psf_cuir->cc = response; in dasd_eckd_psf_cuir_response()4655 psf_cuir->chpid = desc->chpid; in dasd_eckd_psf_cuir_response()4656 psf_cuir->message_id = message_id; in dasd_eckd_psf_cuir_response()4657 psf_cuir->cssid = sch_id.cssid; in dasd_eckd_psf_cuir_response()4658 psf_cuir->ssid = sch_id.ssid; in dasd_eckd_psf_cuir_response()4661 ccw->cda = (__u32)(addr_t)psf_cuir; in dasd_eckd_psf_cuir_response()