Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtoeplitz.c66 #define RSS_MAX_CPUS (1 << 16) /* real constraint is PACKET_FANOUT_MAX */ macro
101 static unsigned int rx_irq_cpus[RSS_MAX_CPUS]; /* map from rxq to cpu */
104 static struct ring_state rings[RSS_MAX_CPUS];
341 .max_num_members = RSS_MAX_CPUS in create_ring()
556 if (num_cpus > RSS_MAX_CPUS) in parse_opts()