Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dnicstar.h37 #define NS_LGBUFSIZE 16384 /* 2048, 4096, 8192 or 16384 */ macro
107 (NS_LGBUFSIZE - (NS_LGBUFSIZE % 48)))
111 #define NS_LGBUFSIZE_USABLE (NS_LGBUFSIZE - NS_LGBUFSIZE % 48)
116 #define NS_LGSKBSIZE (NS_SMBUFSIZE + NS_LGBUFSIZE)
582 #if (NS_LGBUFSIZE == 2048)
584 #elif (NS_LGBUFSIZE == 4096)
586 #elif (NS_LGBUFSIZE == 8192)
588 #elif (NS_LGBUFSIZE == 16384)
591 #error NS_LGBUFSIZE is incorrect in nicstar.h