Searched refs:cplength (Results 1 – 2 of 2) sorted by relevance
23 dasd_alloc_erp_request(unsigned int magic, int cplength, int datasize, in dasd_alloc_erp_request() argument33 (cplength*sizeof(struct ccw1)) > PAGE_SIZE); in dasd_alloc_erp_request()36 if (cplength > 0) in dasd_alloc_erp_request()37 size += cplength * sizeof(struct ccw1); in dasd_alloc_erp_request()51 if (cplength > 0) { in dasd_alloc_erp_request()53 data += cplength*sizeof(struct ccw1); in dasd_alloc_erp_request()54 memset(cqr->cpaddr, 0, cplength*sizeof(struct ccw1)); in dasd_alloc_erp_request()
2343 int cplength, datasize; in dasd_3990_erp_add_erp() local2348 cplength = 0; in dasd_3990_erp_add_erp()2352 cplength = 2; in dasd_3990_erp_add_erp()2358 cplength, datasize, device); in dasd_3990_erp_add_erp()