Lines Matching refs:rxs
321 static unsigned int rxs[NUM_RX_POOLS] = { 64, 64, 64, 64 }; variable
1737 unsigned int txs, unsigned int * rxs, in create_queues() argument
1751 total += rxs[pool] * (sizeof(rx_in) + sizeof(rx_out)); in create_queues()
1822 rxq->low = rxs[pool] - 1; in create_queues()
1824 rxq->maximum = rxs[pool] - 1; in create_queues()
1828 rxq->in.limit = in + rxs[pool]; in create_queues()
1835 rxq->out.limit = out + rxs[pool]; in create_queues()
2346 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) { in amb_init()
2560 if (rxs[pool] < MIN_QUEUE_SIZE) in amb_check_args()
2562 pool, rxs[pool] = MIN_QUEUE_SIZE); in amb_check_args()
2591 MODULE_PARM(rxs, __MODULE_STRING(NUM_RX_POOLS) "i");
2598 MODULE_PARM_DESC(rxs, "number of RX queue entries [" __MODULE_STRING(NUM_RX_POOLS) "]");