Lines Matching defs:txs
286 static unsigned int txs = 32;
1495 static int create_queues(amb_dev *dev, unsigned int cmds, unsigned int txs,
1507 total += txs * (sizeof(tx_in) + sizeof(tx_out));
1554 txq->maximum = txs - 1;
1558 txq->in.limit = in + txs;
1565 txq->out.limit = out + txs;
2100 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) {
2313 if (txs < MIN_QUEUE_SIZE)
2314 PRINTK (KERN_NOTICE, "txs has been raised to %u",
2315 txs = MIN_QUEUE_SIZE);
2346 module_param(txs, uint, 0);
2353 MODULE_PARM_DESC(txs, "number of TX queue entries");