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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c187 #define NEXTTXD(i) TXD((i) + 1) macro
1443 for (i = di->txin; i != end; i = NEXTTXD(i))
1500 for (i = start; i != end; i = NEXTTXD(i)) {
2220 if (NEXTTXD(txout) == di->txin)
2268 txout = NEXTTXD(txout);
2355 for (i = start; i != end && !txp; i = NEXTTXD(i)) {
2378 i = NEXTTXD(i);
2864 if (NEXTTXD(txout) == di->txin)
2883 txout = NEXTTXD(txout);
2942 if (NEXTTXD(txou
[all...]

Completed in 109 milliseconds