Lines Matching refs:rxs
302 static unsigned int rxs[NUM_RX_POOLS] = { 64, 64, 64, 64 }; variable
1511 unsigned int *rxs, unsigned int *rx_buffer_sizes) in create_queues() argument
1525 total += rxs[pool] * (sizeof(rx_in) + sizeof(rx_out)); in create_queues()
1596 rxq->low = rxs[pool] - 1; in create_queues()
1598 rxq->maximum = rxs[pool] - 1; in create_queues()
1602 rxq->in.limit = in + rxs[pool]; in create_queues()
1609 rxq->out.limit = out + rxs[pool]; in create_queues()
2115 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) { in amb_init()
2335 if (rxs[pool] < MIN_QUEUE_SIZE) in amb_check_args()
2337 pool, rxs[pool] = MIN_QUEUE_SIZE); in amb_check_args()
2364 module_param_array(rxs, uint, NULL, 0);
2371 MODULE_PARM_DESC(rxs, "number of RX queue entries [" __MODULE_STRING(NUM_RX_POOLS) "]");