Home
last modified time | relevance | path

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

/drivers/atm/
Dnicstar.h41 #define NS_LGBUFSIZE 16384 /* 2048, 4096, 8192 or 16384 */ macro
115 (NS_LGBUFSIZE - (NS_LGBUFSIZE % 48)))
119 #define NS_LGBUFSIZE_USABLE (NS_LGBUFSIZE - NS_LGBUFSIZE % 48)
124 #define NS_LGSKBSIZE (NS_SMBUFSIZE + NS_LGBUFSIZE)
629 #if (NS_LGBUFSIZE == 2048)
631 #elif (NS_LGBUFSIZE == 4096)
633 #elif (NS_LGBUFSIZE == 8192)
635 #elif (NS_LGBUFSIZE == 16384)
638 #error NS_LGBUFSIZE is incorrect in nicstar.h