Searched refs:psf_cuir (Results 1 – 1 of 1) sorted by relevance
6350 struct dasd_psf_cuir_response *psf_cuir; in dasd_eckd_psf_cuir_response() local6366 psf_cuir = (struct dasd_psf_cuir_response *)cqr->data; in dasd_eckd_psf_cuir_response()6367 psf_cuir->order = PSF_ORDER_CUIR_RESPONSE; in dasd_eckd_psf_cuir_response()6368 psf_cuir->cc = response; in dasd_eckd_psf_cuir_response()6369 psf_cuir->chpid = device->path[pos].chpid; in dasd_eckd_psf_cuir_response()6370 psf_cuir->message_id = message_id; in dasd_eckd_psf_cuir_response()6371 psf_cuir->cssid = device->path[pos].cssid; in dasd_eckd_psf_cuir_response()6372 psf_cuir->ssid = device->path[pos].ssid; in dasd_eckd_psf_cuir_response()6375 ccw->cda = (__u32)virt_to_phys(psf_cuir); in dasd_eckd_psf_cuir_response()