Searched refs:RSS_MAXCPUS (Results 1 – 1 of 1) sorted by relevance
115 #define RSS_MAXCPUS (1 << (RSS_MAXBITS - 1)) macro116 static const u_int rss_maxcpus = RSS_MAXCPUS;204 if (rss_ncpus > RSS_MAXCPUS) in rss_init()205 rss_ncpus = RSS_MAXCPUS; in rss_init()