Home
last modified time | relevance | path

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

/linux/drivers/s390/block/
H A Ddasd_erp.c50 cqr->cpaddr = NULL; in dasd_alloc_erp_request()
52 cqr->cpaddr = (struct ccw1 *) data; in dasd_alloc_erp_request()
54 memset(cqr->cpaddr, 0, cplength*sizeof(struct ccw1)); in dasd_alloc_erp_request()
H A Ddasd_3990_erp.c215 ccw = dctl_cqr->cpaddr; in dasd_3990_erp_DCTL()
1647 oldccw = cqr->cpaddr; in dasd_3990_erp_action_1B_32()
1685 ccw = erp->cpaddr; in dasd_3990_erp_action_1B_32()
1825 ccw = erp->cpaddr; /* addr of DE ccw */ in dasd_3990_update_1B()
2375 ccw = cqr->cpaddr; in dasd_3990_erp_add_erp()
2379 erp->cpaddr = PTR_ALIGN(erp->data, 64); in dasd_3990_erp_add_erp()
2380 tcw = erp->cpaddr; in dasd_3990_erp_add_erp()
2382 *tcw = *((struct tcw *)cqr->cpaddr); in dasd_3990_erp_add_erp()
2386 erp->cpaddr = cqr->cpaddr; in dasd_3990_erp_add_erp()
2389 ccw = erp->cpaddr; in dasd_3990_erp_add_erp()
[all …]
H A Ddasd_eckd.c826 ccw = cqr->cpaddr; in dasd_eckd_fill_rcd_cqr()
856 ccw = cqr->cpaddr; in read_conf_cb()
1249 data->cqr.cpaddr = &data->ccw; in rebuild_device_uid()
1299 data->cqr.cpaddr = &data->ccw; in dasd_eckd_path_available_action()
1534 ccw = cqr->cpaddr; in dasd_eckd_read_features()
1591 cqr->cpaddr = &dasd_vol_info_req->ccw; in dasd_eckd_read_vol_info()
1603 ccw = cqr->cpaddr; in dasd_eckd_read_vol_info()
1788 ccw = cqr->cpaddr; in dasd_eckd_read_ext_pool_info()
1896 ccw = cqr->cpaddr; in dasd_eckd_build_psf_ssc()
2238 ccw = cqr->cpaddr; in dasd_eckd_analysis_ccw()
[all …]
H A Ddasd_alias.c129 lcu->rsu_cqr->cpaddr = kzalloc_obj(struct ccw1, GFP_KERNEL | GFP_DMA); in _allocate_lcu()
130 if (!lcu->rsu_cqr->cpaddr) in _allocate_lcu()
152 kfree(lcu->rsu_cqr->cpaddr); in _allocate_lcu()
165 kfree(lcu->rsu_cqr->cpaddr); in _free_lcu()
433 ccw = cqr->cpaddr; in read_unit_address_configuration()
737 ccw = cqr->cpaddr; in reset_summary_unit_check()
H A Ddasd_fba.c351 ccw = cqr->cpaddr; in dasd_fba_build_cp_discard()
485 ccw = cqr->cpaddr; in dasd_fba_build_cp_regular()
575 ccw = cqr->cpaddr; in dasd_fba_free_cp()
694 act = req->cpaddr; in dasd_fba_dump_sense()
H A Ddasd.c1163 cqr->cpaddr = data; in dasd_smalloc_request()
1165 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_smalloc_request()
1201 cqr->cpaddr = NULL; in dasd_fmalloc_request()
1203 cqr->cpaddr = data; in dasd_fmalloc_request()
1205 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_fmalloc_request()
1372 rc = ccw_device_tm_start(device->cdev, cqr->cpaddr, in dasd_start_IO()
1375 rc = ccw_device_start(device->cdev, cqr->cpaddr, in dasd_start_IO()
3947 ccw = cqr->cpaddr; in dasd_generic_build_rdc()
H A Ddasd_eer.c485 ccw = cqr->cpaddr; in dasd_eer_enable()
H A Ddasd_int.h138 void *cpaddr; /* address of ccw or tcw */ member
/linux/drivers/s390/char/
H A Dtape_3490.c81 tape_ccw_end(request->cpaddr, SENSE, 32, request->cpdata); in tape_3490_medium_sense()
98 tape_ccw_end(request->cpaddr, SENSE, 32, request->cpdata); in tape_3490_medium_sense_async()
711 tape_ccw_cc(request->cpaddr, MODE_SET_DB, 1, device->modeset_byte); in tape_3490_mtseek()
712 tape_ccw_cc(request->cpaddr + 1, LOCATE, 4, request->cpdata); in tape_3490_mtseek()
713 tape_ccw_end(request->cpaddr + 2, NOP, 0, NULL); in tape_3490_mtseek()
H A Dtape_core.c688 request->cpaddr = kzalloc_objs(struct ccw1, cplength, in tape_alloc_request()
690 if (request->cpaddr == NULL) { in tape_alloc_request()
701 kfree(request->cpaddr); in tape_alloc_request()
706 DBF_LH(6, "New request %p(%p/%p)\n", request, request->cpaddr, in tape_alloc_request()
723 kfree(request->cpaddr); in tape_free_request()
764 request->cpaddr, in __tape_start_io()