Lines Matching refs:cplength
1167 struct dasd_ccw_req *dasd_smalloc_request(int magic, int cplength, int datasize, in dasd_smalloc_request() argument
1175 if (cplength > 0) in dasd_smalloc_request()
1176 size += cplength * sizeof(struct ccw1); in dasd_smalloc_request()
1193 if (cplength > 0) { in dasd_smalloc_request()
1195 data += cplength * sizeof(struct ccw1); in dasd_smalloc_request()
1196 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_smalloc_request()
1209 struct dasd_ccw_req *dasd_fmalloc_request(int magic, int cplength, in dasd_fmalloc_request() argument
1220 if (cplength > 0) in dasd_fmalloc_request()
1221 size += cplength * sizeof(struct ccw1); in dasd_fmalloc_request()
1233 if (cplength > 0) { in dasd_fmalloc_request()
1235 data += cplength * sizeof(struct ccw1); in dasd_fmalloc_request()
1236 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1)); in dasd_fmalloc_request()