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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dstallion.c99 #define STL_TXBUFSIZE 4096 macro
709 portp->tx.buf = kmalloc(STL_TXBUFSIZE, GFP_KERNEL);
880 len = STL_TXBUFSIZE - (head - tail) - 1;
881 stlen = STL_TXBUFSIZE - (head - portp->tx.buf);
896 if (head >= (portp->tx.buf + STL_TXBUFSIZE)) {
928 len = (head >= tail) ? (STL_TXBUFSIZE - (head - tail)) : (tail - head);
933 if (head >= (portp->tx.buf + STL_TXBUFSIZE))
980 return (head >= tail) ? (STL_TXBUFSIZE - (head - tail) - 1) : (tail - head - 1);
1010 size = (head >= tail) ? (head - tail) : (STL_TXBUFSIZE - (tail - head));
2361 (STL_TXBUFSIZE
[all...]

Completed in 65 milliseconds