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