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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsgiseeq.c48 #define NEXT_TX(i) (((i) + 1) & (SEEQ_TX_BUFFERS - 1)) macro
402 for (j = sp->tx_old; j != sp->tx_new; j = NEXT_TX(j)) {
415 sp->tx_old = NEXT_TX(sp->tx_old);
546 sp->tx_new = NEXT_TX(sp->tx_new); /* Advance. */
H A Dmyri_sbus.h200 #define NEXT_TX(num) (((num) + 1) & (TX_RING_SIZE - 1)) macro
H A Dsunbmac.h271 #define NEXT_TX(num) (((num) + 1) & (TX_RING_SIZE - 1)) macro
H A Dsunqe.h294 #define NEXT_TX(num) (((num) + 1) & (TX_RING_MAXSIZE - 1)) macro
H A D8139cp.c128 #define NEXT_TX(N) (((N) + 1) & (CP_TX_RING_SIZE - 1)) macro
744 tx_tail = NEXT_TX(tx_tail);
814 entry = NEXT_TX(entry);
830 entry = NEXT_TX(entry);
871 entry = NEXT_TX(entry);
H A Dmacb.c47 #define NEXT_TX(n) (((n) + 1) & (TX_RING_SIZE - 1)) macro
305 for (tail = bp->tx_tail; tail != head; tail = NEXT_TX(tail)) {
620 entry = NEXT_TX(entry);
H A Dsunhme.h358 #define NEXT_TX(num) (((num) + 1) & (TX_RING_SIZE - 1)) macro
H A Dsunqe.c542 elem = NEXT_TX(elem);
600 qep->tx_new = NEXT_TX(entry);
H A Dsungem.h929 #define NEXT_TX(N) (((N) + 1) & (TX_RING_SIZE - 1)) macro
H A Dsunbmac.c787 elem = NEXT_TX(elem);
973 bp->tx_new = NEXT_TX(entry);
H A Dmyri_sbus.c357 entry = NEXT_TX(entry);
669 sbus_writel(NEXT_TX(entry), &sq->tail);
H A Dsungem.c695 walk = NEXT_TX(walk);
714 entry = NEXT_TX(entry);
1077 entry = NEXT_TX(entry);
1096 entry = NEXT_TX(entry);
1121 entry = NEXT_TX(entry);
H A Db44.c69 #define NEXT_TX(N) (((N) + 1) & (B44_TX_RING_SIZE - 1)) macro
587 for (cons = bp->tx_cons; cons != cur; cons = NEXT_TX(cons)) {
1003 entry = NEXT_TX(entry);
H A Dsunhme.c1934 elem = NEXT_TX(elem);
2271 entry = NEXT_TX(entry);
2281 entry = NEXT_TX(entry);
2298 entry = NEXT_TX(entry);
H A Dtg3.c122 #define NEXT_TX(N) (((N) + 1) & (TG3_TX_RING_SIZE - 1)) macro
3083 sw_idx = NEXT_TX(sw_idx);
3095 sw_idx = NEXT_TX(sw_idx);
3819 *start = NEXT_TX(entry);
3841 entry = NEXT_TX(entry);
3948 entry = NEXT_TX(entry);
3970 entry = NEXT_TX(entry);
4127 entry = NEXT_TX(entry);
4159 entry = NEXT_TX(entry);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde2104x.c89 #define NEXT_TX(N) (((N) + 1) & (DE_TX_RING_SIZE - 1)) macro
583 tx_tail = NEXT_TX(tx_tail);
630 de->tx_head = NEXT_TX(entry);
760 entry = NEXT_TX(entry);
785 de->tx_head = NEXT_TX(entry);

Completed in 202 milliseconds