Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.c6137 struct dasd_psf_cuir_response *psf_cuir; in dasd_eckd_psf_cuir_response() local
6153 psf_cuir = (struct dasd_psf_cuir_response *)cqr->data; in dasd_eckd_psf_cuir_response()
6154 psf_cuir->order = PSF_ORDER_CUIR_RESPONSE; in dasd_eckd_psf_cuir_response()
6155 psf_cuir->cc = response; in dasd_eckd_psf_cuir_response()
6156 psf_cuir->chpid = device->path[pos].chpid; in dasd_eckd_psf_cuir_response()
6157 psf_cuir->message_id = message_id; in dasd_eckd_psf_cuir_response()
6158 psf_cuir->cssid = device->path[pos].cssid; in dasd_eckd_psf_cuir_response()
6159 psf_cuir->ssid = device->path[pos].ssid; in dasd_eckd_psf_cuir_response()
6162 ccw->cda = (__u32)(addr_t)psf_cuir; in dasd_eckd_psf_cuir_response()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.c6357 struct dasd_psf_cuir_response *psf_cuir; in dasd_eckd_psf_cuir_response() local
6373 psf_cuir = (struct dasd_psf_cuir_response *)cqr->data; in dasd_eckd_psf_cuir_response()
6374 psf_cuir->order = PSF_ORDER_CUIR_RESPONSE; in dasd_eckd_psf_cuir_response()
6375 psf_cuir->cc = response; in dasd_eckd_psf_cuir_response()
6376 psf_cuir->chpid = device->path[pos].chpid; in dasd_eckd_psf_cuir_response()
6377 psf_cuir->message_id = message_id; in dasd_eckd_psf_cuir_response()
6378 psf_cuir->cssid = device->path[pos].cssid; in dasd_eckd_psf_cuir_response()
6379 psf_cuir->ssid = device->path[pos].ssid; in dasd_eckd_psf_cuir_response()
6382 ccw->cda = (__u32)virt_to_phys(psf_cuir); in dasd_eckd_psf_cuir_response()

Completed in 28 milliseconds