Lines Matching refs:cplength
1233 struct dasd_ccw_req *dasd_smalloc_request(int magic, int cplength, int datasize,
1241 if (cplength > 0)
1242 size += cplength * sizeof(struct ccw1);
1259 if (cplength > 0) {
1261 data += cplength * sizeof(struct ccw1);
1262 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1));
1275 struct dasd_ccw_req *dasd_fmalloc_request(int magic, int cplength,
1286 if (cplength > 0)
1287 size += cplength * sizeof(struct ccw1);
1299 if (cplength > 0) {
1301 data += cplength * sizeof(struct ccw1);
1302 memset(cqr->cpaddr, 0, cplength * sizeof(struct ccw1));