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