Lines Matching refs:cplength
1193 struct dasd_ccw_req *dasd_smalloc_request(int magic, int cplength, int datasize, in dasd_smalloc_request() argument
1201 if (cplength > 0) in dasd_smalloc_request()
1202 size += cplength * sizeof(struct ccw1); in dasd_smalloc_request()
1219 if (cplength > 0) { in dasd_smalloc_request()
1221 data += cplength * sizeof(struct ccw1); in dasd_smalloc_request()
1222 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_smalloc_request()
1235 struct dasd_ccw_req *dasd_fmalloc_request(int magic, int cplength, in dasd_fmalloc_request() argument
1246 if (cplength > 0) in dasd_fmalloc_request()
1247 size += cplength * sizeof(struct ccw1); in dasd_fmalloc_request()
1259 if (cplength > 0) { in dasd_fmalloc_request()
1261 data += cplength * sizeof(struct ccw1); in dasd_fmalloc_request()
1262 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_fmalloc_request()