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