Lines Matching refs:txs
320 static unsigned int txs = 32; variable
1737 unsigned int txs, unsigned int * rxs, in create_queues() argument
1748 total += txs * (sizeof(tx_in) + sizeof(tx_out)); in create_queues()
1795 txq->maximum = txs - 1; in create_queues()
1799 txq->in.limit = in + txs; in create_queues()
1806 txq->out.limit = out + txs; in create_queues()
2346 } else if (create_queues (dev, cmds, txs, rxs, rxs_bs)) { in amb_init()
2555 if (txs < MIN_QUEUE_SIZE) in amb_check_args()
2557 txs = MIN_QUEUE_SIZE); in amb_check_args()
2590 MODULE_PARM(txs, "i");
2597 MODULE_PARM_DESC(txs, "number of TX queue entries");