Searched refs:numtx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvia-velocity.c483 velocity_set_int_opt(&opts->numtx, TxDescriptors[index], TX_DESC_MIN, TX_DESC_MAX, TX_DESC_DEF, "TxDescriptors", devname);
1386 writew(vptr->options.numtx - 1, &regs->TDCSize);
1453 const unsigned int tx_ring_size = opt->numtx * sizeof(struct tx_desc);
1642 vptr->tx.infos[j] = kcalloc(vptr->options.numtx,
1665 vptr->options.numtx * sizeof(struct tx_desc) * vptr->tx.numq;
1770 for (i = 0; i < vptr->options.numtx; i++)
1893 idx = (idx + 1) % vptr->options.numtx) {
2591 prev = vptr->options.numtx - 1;
2594 vptr->tx.curr[qnum] = (index + 1) % vptr->options.numtx;
H A Dvia-velocity.h1412 int numtx; /* Number of TX descriptors */ member in struct:velocity_opt
1431 #define AVAIL_TD(p,q) ((p)->options.numtx-((p)->tx.used[(q)]))

Completed in 42 milliseconds