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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.h44 #define NS_RSQSIZE 8192 /* 2048, 4096 or 8192 */ macro
182 #define NS_RSQ_NUM_ENTRIES (NS_RSQSIZE / 16)
183 #define NS_RSQ_ALIGNMENT NS_RSQSIZE
643 #if (NS_RSQSIZE == 2048)
645 #elif (NS_RSQSIZE == 4096)
647 #elif (NS_RSQSIZE == 8192)
650 #error NS_RSQSIZE is incorrect in nicstar.h
651 #endif /* NS_RSQSIZE */
H A Dnicstar.c659 card->rsq.org = kmalloc(NS_RSQSIZE + NS_RSQ_ALIGNMENT, GFP_KERNEL);

Completed in 50 milliseconds