numtx             476 drivers/net/ethernet/via/via-velocity.c 	velocity_set_int_opt(&opts->numtx, TxDescriptors[index], TX_DESC_MIN, TX_DESC_MAX, TX_DESC_DEF, "TxDescriptors", devname);
numtx            1397 drivers/net/ethernet/via/via-velocity.c 		writew(vptr->options.numtx - 1, &regs->TDCSize);
numtx            1464 drivers/net/ethernet/via/via-velocity.c 	const unsigned int tx_ring_size = opt->numtx * sizeof(struct tx_desc);
numtx            1650 drivers/net/ethernet/via/via-velocity.c 		vptr->tx.infos[j] = kcalloc(vptr->options.numtx,
numtx            1673 drivers/net/ethernet/via/via-velocity.c 		vptr->options.numtx * sizeof(struct tx_desc) * vptr->tx.numq;
numtx            1776 drivers/net/ethernet/via/via-velocity.c 		for (i = 0; i < vptr->options.numtx; i++)
numtx            1900 drivers/net/ethernet/via/via-velocity.c 			idx = (idx + 1) % vptr->options.numtx) {
numtx            2595 drivers/net/ethernet/via/via-velocity.c 		prev = vptr->options.numtx - 1;
numtx            2598 drivers/net/ethernet/via/via-velocity.c 	vptr->tx.curr[qnum] = (index + 1) % vptr->options.numtx;
numtx            1404 drivers/net/ethernet/via/via-velocity.h 	int numtx;			/* Number of TX descriptors */
numtx            1423 drivers/net/ethernet/via/via-velocity.h #define AVAIL_TD(p,q)   ((p)->options.numtx-((p)->tx.used[(q)]))