Lines Matching refs:txs
301 static unsigned int txs = 32; variable
1510 static int create_queues(amb_dev *dev, unsigned int cmds, unsigned int txs, in create_queues() argument
1522 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues()
1569 txq->maximum = txs - 1; in create_queues()
1573 txq->in.limit = in + txs; in create_queues()
1580 txq->out.limit = out + txs; in create_queues()
2115 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) { in amb_init()
2330 if (txs < MIN_QUEUE_SIZE) in amb_check_args()
2332 txs = MIN_QUEUE_SIZE); in amb_check_args()
2363 module_param(txs, uint, 0);
2370 MODULE_PARM_DESC(txs, "number of TX queue entries");