Searched refs:rqsize (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c892 int wqsize, sqsize, rqsize; local
906 rqsize = roundup_pow_of_two(attrs->cap.max_recv_wr);
907 if (rqsize == attrs->cap.max_recv_wr)
908 rqsize = roundup_pow_of_two(attrs->cap.max_recv_wr+1);
911 if (rqsize < 16)
912 rqsize = 16;
914 if (rqsize > T3_MAX_RQ_SIZE)
926 wqsize = roundup_pow_of_two(rqsize + sqsize);
933 if (!ucontext && wqsize < (rqsize + (2 * sqsize)))
934 wqsize = roundup_pow_of_two(rqsize
[all...]
H A Dcxio_hal.c275 int rqsize = 1UL << wq->rq_size_log2; local
285 wq->rq_addr = cxio_hal_rqtpool_alloc(rdev_p, rqsize);
312 cxio_hal_rqtpool_free(rdev_p, wq->rq_addr, rqsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dtc86c001.c160 hwif->rqsize = 0xffff;
H A Dide-probe.c769 if (hwif->rqsize < max_sectors)
770 max_sectors = hwif->rqsize;
1087 hwif->rqsize = d->max_sectors;
1091 hwif->rqsize = 256;
1093 hwif->rqsize = 65536;
H A Dsiimage.c634 /* Try and rise the rqsize */
636 hwif->rqsize = 128;
657 hwif->rqsize = 15;
H A Dide-disk.c672 if (max_s > hwif->rqsize)
673 max_s = hwif->rqsize;
H A Dit821x.c526 hwif->rqsize = 256;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dqp.c1380 int sqsize, rqsize; local
1400 rqsize = roundup(attrs->cap.max_recv_wr + 1, 16);
1401 if (rqsize > T4_MAX_RQ_SIZE)
1416 qhp->wq.rq.size = rqsize;
1417 qhp->wq.rq.memsize = (rqsize + 1) * sizeof *qhp->wq.rq.queue;
1424 PDBG("%s sqsize %u sqmemsize %zu rqsize %u rqmemsize %zu\n",
1425 __func__, sqsize, qhp->wq.sq.memsize, rqsize, qhp->wq.rq.memsize);
1432 attrs->cap.max_recv_wr = rqsize - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h723 int rqsize; /* max sectors per request */ member in struct:hwif_s

Completed in 98 milliseconds