Lines Matching defs:rxs
287 static unsigned int rxs[NUM_RX_POOLS] = { 64, 64, 64, 64 };
1496 unsigned int *rxs, unsigned int *rx_buffer_sizes)
1510 total += rxs[pool] * (sizeof(rx_in) + sizeof(rx_out));
1581 rxq->low = rxs[pool] - 1;
1583 rxq->maximum = rxs[pool] - 1;
1587 rxq->in.limit = in + rxs[pool];
1594 rxq->out.limit = out + rxs[pool];
2100 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) {
2318 if (rxs[pool] < MIN_QUEUE_SIZE)
2319 PRINTK (KERN_NOTICE, "rxs[%hu] has been raised to %u",
2320 pool, rxs[pool] = MIN_QUEUE_SIZE);
2347 module_param_array(rxs, uint, NULL, 0);
2354 MODULE_PARM_DESC(rxs, "number of RX queue entries [" __MODULE_STRING(NUM_RX_POOLS) "]");