Searched refs:swsize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c1925 const int swsize = wport->swbuf_size; local
1990 if (nb > swsize - swidx)
1991 nb = swsize - swidx; /* don't overflow swbuf */
1998 DBGP("swsize = %d, swidx = %d\n", swsize, swidx);
2049 const int swsize = rport->swbuf_size; local
2106 if (nb > swsize - swidx)
2107 nb = swsize - swidx; /* don't overflow swbuf */
2114 DBGP("swsize = %d, swidx = %d\n", swsize, swid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c715 * @swsize: the size of each software descriptor
730 size_t swsize, dma_addr_t *busaddrp, void *swringp,
746 BUG_ON((swsize != 0) != (swringp != NULL));
747 if (swsize) {
748 void *swring = kcalloc(nelem, swsize, GFP_KERNEL);
729 alloc_ring(struct device *dev, size_t nelem, size_t hwsize, size_t swsize, dma_addr_t *busaddrp, void *swringp, size_t stat_size) argument

Completed in 88 milliseconds