Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Dtoeplitz.c70 #define RSS_MAX_CPUS (1 << 16) /* real constraint is PACKET_FANOUT_MAX */ macro
108 static unsigned int rx_irq_cpus[RSS_MAX_CPUS]; /* map from rxq to cpu */
113 static struct ring_state rings[RSS_MAX_CPUS];
371 .max_num_members = RSS_MAX_CPUS in create_ring()
636 if (num_cpus > RSS_MAX_CPUS) in parse_opts()