Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
Dtoeplitz.c64 #define RSS_MAX_CPUS (1 << 16) /* real constraint is PACKET_FANOUT_MAX */ macro
99 static unsigned int rx_irq_cpus[RSS_MAX_CPUS]; /* map from rxq to cpu */
102 static struct ring_state rings[RSS_MAX_CPUS];
337 .max_num_members = RSS_MAX_CPUS in create_ring()
552 if (num_cpus > RSS_MAX_CPUS) in parse_opts()