Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/atm/
Dnicstar.h38 #define NS_LGBUFSIZE 16384 /* 2048, 4096, 8192 or 16384 */ macro
108 (NS_LGBUFSIZE - (NS_LGBUFSIZE % 48)))
112 #define NS_LGBUFSIZE_USABLE (NS_LGBUFSIZE - NS_LGBUFSIZE % 48)
117 #define NS_LGSKBSIZE (NS_SMBUFSIZE + NS_LGBUFSIZE)
583 #if (NS_LGBUFSIZE == 2048)
585 #elif (NS_LGBUFSIZE == 4096)
587 #elif (NS_LGBUFSIZE == 8192)
589 #elif (NS_LGBUFSIZE == 16384)
592 #error NS_LGBUFSIZE is incorrect in nicstar.h