Lines Matching refs:cplength
1178 struct dasd_ccw_req *dasd_smalloc_request(int magic, int cplength, int datasize, in dasd_smalloc_request() argument
1186 if (cplength > 0) in dasd_smalloc_request()
1187 size += cplength * sizeof(struct ccw1); in dasd_smalloc_request()
1204 if (cplength > 0) { in dasd_smalloc_request()
1206 data += cplength * sizeof(struct ccw1); in dasd_smalloc_request()
1207 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_smalloc_request()
1220 struct dasd_ccw_req *dasd_fmalloc_request(int magic, int cplength, in dasd_fmalloc_request() argument
1231 if (cplength > 0) in dasd_fmalloc_request()
1232 size += cplength * sizeof(struct ccw1); in dasd_fmalloc_request()
1244 if (cplength > 0) { in dasd_fmalloc_request()
1246 data += cplength * sizeof(struct ccw1); in dasd_fmalloc_request()
1247 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_fmalloc_request()