MAX_PORTS
POKE_U32(sshbuf_mutable_ptr(buf) + 4, MAX_PORTS + 1);
BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS);
int aud_sample_rate[MAX_PORTS];
if (options->num_ports >= MAX_PORTS)
if (n > MAX_PORTS) {
int ports[MAX_PORTS]; /* Port number to listen on. */
if (options.num_ports >= MAX_PORTS) {
if (options.num_ports >= MAX_PORTS) {
memset(&ioports_map, 0, sizeof(io_fn_t) * MAX_PORTS);
io_fn_t ioports_map[MAX_PORTS];