Searched refs:cplength (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_erp.c25 dasd_alloc_erp_request(char *magic, int cplength, int datasize, argument
35 (cplength*sizeof(struct ccw1)) > PAGE_SIZE);
38 if (cplength > 0)
39 size += cplength * sizeof(struct ccw1);
51 if (cplength > 0) {
53 data += cplength*sizeof(struct ccw1);
54 memset(cqr->cpaddr, 0, cplength*sizeof(struct ccw1));
H A Ddasd_eckd.c743 int cplength, datasize; local
748 cplength = 8;
751 cplength, datasize, device);
945 int cplength, datasize; local
983 cplength = 2 + rpt;
990 cplength = 3 + rpt;
998 cplength = 3;
1010 cplength, datasize, device);
1183 int count, cidaw, cplength, datasize; local
1226 cplength
[all...]
H A Ddasd_fba.c240 int count, cidaw, cplength, datasize; local
277 cplength = 2 + count;
286 cplength += count - 1;
291 cplength, datasize, device);
H A Ddasd.c559 * Allocate memory for a channel program with 'cplength' channel
566 dasd_kmalloc_request(char *magic, int cplength, int datasize, argument
573 (cplength*sizeof(struct ccw1)) > PAGE_SIZE);
579 if (cplength > 0) {
580 cqr->cpaddr = kcalloc(cplength, sizeof(struct ccw1),
604 dasd_smalloc_request(char *magic, int cplength, int datasize, argument
614 (cplength*sizeof(struct ccw1)) > PAGE_SIZE);
617 if (cplength > 0)
618 size += cplength * sizeof(struct ccw1);
630 if (cplength >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_core.c651 tape_alloc_request(int cplength, int datasize) argument
655 if (datasize > PAGE_SIZE || (cplength*sizeof(struct ccw1)) > PAGE_SIZE)
658 DBF_LH(6, "tape_alloc_request(%d, %d)\n", cplength, datasize);
666 if (cplength > 0) {
667 request->cpaddr = kcalloc(cplength, sizeof(struct ccw1),
H A Dtape.h259 extern struct tape_request *tape_alloc_request(int cplength, int datasize);

Completed in 679 milliseconds