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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_erp.c27 dasd_alloc_erp_request(char *magic, int cplength, int datasize, argument
37 (cplength*sizeof(struct ccw1)) > PAGE_SIZE);
40 if (cplength > 0)
41 size += cplength * sizeof(struct ccw1);
55 if (cplength > 0) {
57 data += cplength*sizeof(struct ccw1);
58 memset(cqr->cpaddr, 0, cplength*sizeof(struct ccw1));
H A Ddasd_fba.c266 int count, cidaw, cplength, datasize; local
300 cplength = 2 + count;
309 cplength += count - 1;
313 cqr = dasd_smalloc_request(DASD_FBA_MAGIC, cplength, datasize, memdev);
H A Ddasd.c696 * Allocate memory for a channel program with 'cplength' channel
702 struct dasd_ccw_req *dasd_kmalloc_request(int magic, int cplength, argument
710 (cplength*sizeof(struct ccw1)) > PAGE_SIZE);
716 if (cplength > 0) {
717 cqr->cpaddr = kcalloc(cplength, sizeof(struct ccw1),
739 struct dasd_ccw_req *dasd_smalloc_request(int magic, int cplength, argument
750 (cplength*sizeof(struct ccw1)) > PAGE_SIZE);
753 if (cplength > 0)
754 size += cplength * sizeof(struct ccw1);
766 if (cplength >
[all...]
H A Ddasd_eckd.c1277 int cplength, datasize; local
1282 cplength = 8;
1284 cqr = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, device);
1524 int cplength, datasize; local
1573 cplength = 2 + rpt;
1580 cplength = 3 + rpt;
1588 cplength = 3;
1599 fcp = dasd_smalloc_request(DASD_ECKD_MAGIC, cplength, datasize, device);
1841 int count, cidaw, cplength, datasize; local
1877 cplength
2025 unsigned int cidaw, cplength, datasize; local
[all...]
H A Ddasd_3990_erp.c2302 int cplength, datasize; local
2307 cplength = 0;
2311 cplength = 2;
2317 cplength, datasize, device);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_core.c673 tape_alloc_request(int cplength, int datasize) argument
677 BUG_ON(datasize > PAGE_SIZE || (cplength*sizeof(struct ccw1)) > PAGE_SIZE);
679 DBF_LH(6, "tape_alloc_request(%d, %d)\n", cplength, datasize);
687 if (cplength > 0) {
688 request->cpaddr = kcalloc(cplength, sizeof(struct ccw1),
H A Dtape.h265 extern struct tape_request *tape_alloc_request(int cplength, int datasize);

Completed in 74 milliseconds