Searched refs:RSS_MAXCPUS (Results 1 – 1 of 1) sorted by relevance
123 #define RSS_MAXCPUS (1 << (RSS_MAXBITS - 1)) macro124 static const u_int rss_maxcpus = RSS_MAXCPUS;212 if (rss_ncpus > RSS_MAXCPUS) in rss_init()213 rss_ncpus = RSS_MAXCPUS; in rss_init()