Searched refs:dctl_cqr (Results 1 – 1 of 1) sorted by relevance
631 ccw_req_t *dctl_cqr = dasd_alloc_request ((char *) &erp->magic, in dasd_3990_erp_DCTL() local636 if (!dctl_cqr) { in dasd_3990_erp_DCTL()648 DCTL_data = dctl_cqr->data; in dasd_3990_erp_DCTL()653 ccw = dctl_cqr->cpaddr; in dasd_3990_erp_DCTL()658 __pa (DCTL_data), dctl_cqr, erp->device)) { in dasd_3990_erp_DCTL()659 dasd_free_request (dctl_cqr, erp->device); in dasd_3990_erp_DCTL()669 dctl_cqr->function = dasd_3990_erp_DCTL; in dasd_3990_erp_DCTL()670 dctl_cqr->refers = erp; in dasd_3990_erp_DCTL()671 dctl_cqr->device = erp->device; in dasd_3990_erp_DCTL()672 dctl_cqr->magic = erp->magic; in dasd_3990_erp_DCTL()[all …]