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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.h43 #define NS_LGBUFSIZE 16384 /* 2048, 4096, 8192 or 16384 */ macro
117 (NS_LGBUFSIZE - (NS_LGBUFSIZE % 48)))
121 #define NS_LGBUFSIZE_USABLE (NS_LGBUFSIZE - NS_LGBUFSIZE % 48)
126 #define NS_LGSKBSIZE (NS_SMBUFSIZE + NS_LGBUFSIZE)
631 #if (NS_LGBUFSIZE == 2048)
633 #elif (NS_LGBUFSIZE == 4096)
635 #elif (NS_LGBUFSIZE == 8192)
637 #elif (NS_LGBUFSIZE
[all...]

Completed in 91 milliseconds