Home
last modified time | relevance | path

Searched refs:cpaddr (Results 1 – 5 of 5) 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_alias.c129 lcu->rsu_cqr->cpaddr = kzalloc(sizeof(struct ccw1), in _allocate_lcu()
131 if (!lcu->rsu_cqr->cpaddr) in _allocate_lcu()
153 kfree(lcu->rsu_cqr->cpaddr); in _allocate_lcu()
166 kfree(lcu->rsu_cqr->cpaddr); in _free_lcu()
434 ccw = cqr->cpaddr; in read_unit_address_configuration()
738 ccw = cqr->cpaddr; in reset_summary_unit_check()
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