Lines Matching defs:number
28 /* This is the requested number of CPUs to use for Receive-Side Scaling (RSS),
29 * i.e. the number of CPUs among which we may distribute simultaneous
108 "Reducing number of rx queues from %u to %u.\n",
121 "Reducing number of RSS channels from %u to %u for "
233 /* Probe the number and type of interrupts we are able to obtain, and
661 int number;
663 number = channel->channel;
665 if (number >= efx->xdp_channel_offset &&
668 number -= efx->xdp_channel_offset;
671 } else if (number < efx->tx_channel_offset) {
675 number -= efx->tx_channel_offset;
677 snprintf(buf, len, "%s%s-%d", efx->name, type, number);