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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgreth.c88 #define NEXT_TX(N) (((N) + 1) & GRETH_TXBD_NUM_MASK) macro
187 greth->tx_last = NEXT_TX(greth->tx_last);
203 greth->tx_last = NEXT_TX(greth->tx_last);
422 greth->tx_next = NEXT_TX(greth->tx_next);
494 curr_tx = NEXT_TX(greth->tx_next);
534 curr_tx = NEXT_TX(curr_tx);
543 greth->tx_next = NEXT_TX(greth->tx_next);
630 greth->tx_last = NEXT_TX(greth->tx_last);
684 greth->tx_last = NEXT_TX(greth->tx_last);
700 greth->tx_last = NEXT_TX(gret
[all...]
H A Dsgiseeq.c48 #define NEXT_TX(i) (((i) + 1) & (SEEQ_TX_BUFFERS - 1)) macro
442 i = NEXT_TX(i);
473 for (j = sp->tx_old; j != sp->tx_new; j = NEXT_TX(j)) {
487 sp->tx_old = NEXT_TX(sp->tx_old);
635 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 Dmacb.c46 #define NEXT_TX(n) (((n) + 1) & (TX_RING_SIZE - 1)) macro
325 for (tail = bp->tx_tail; tail != head; tail = NEXT_TX(tail)) {
355 for (tail = bp->tx_tail; tail != head; tail = NEXT_TX(tail)) {
659 entry = NEXT_TX(entry);
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 Dsunhme.h360 #define NEXT_TX(num) (((num) + 1) & (TX_RING_SIZE - 1)) macro
H A Dsunqe.c544 elem = NEXT_TX(elem);
602 qep->tx_new = NEXT_TX(entry);
H A D8139cp.c123 #define NEXT_TX(N) (((N) + 1) & (CP_TX_RING_SIZE - 1)) macro
723 tx_tail = NEXT_TX(tx_tail);
793 entry = NEXT_TX(entry);
809 entry = NEXT_TX(entry);
850 entry = NEXT_TX(entry);
H A Dsungem.h929 #define NEXT_TX(N) (((N) + 1) & (TX_RING_SIZE - 1)) macro
H A Dmyri_sbus.c375 entry = NEXT_TX(entry);
687 sbus_writel(NEXT_TX(entry), &sq->tail);
H A Dsunbmac.c789 elem = NEXT_TX(elem);
976 bp->tx_new = NEXT_TX(entry);
H A Dsungem.c696 walk = NEXT_TX(walk);
715 entry = NEXT_TX(entry);
1075 entry = NEXT_TX(entry);
1094 entry = NEXT_TX(entry);
1119 entry = NEXT_TX(entry);
H A Db44.c76 #define NEXT_TX(N) (((N) + 1) & (B44_TX_RING_SIZE - 1)) macro
596 for (cons = bp->tx_cons; cons != cur; cons = NEXT_TX(cons)) {
1000 entry = NEXT_TX(entry);
H A Dsunhme.c1934 elem = NEXT_TX(elem);
2271 entry = NEXT_TX(entry);
2282 entry = NEXT_TX(entry);
2298 entry = NEXT_TX(entry);
H A Dtg3.c131 #define NEXT_TX(N) (((N) + 1) & (TG3_TX_RING_SIZE - 1)) macro
4403 sw_idx = NEXT_TX(sw_idx);
4414 sw_idx = NEXT_TX(sw_idx);
5455 *start = NEXT_TX(entry);
5480 entry = NEXT_TX(entry);
5614 entry = NEXT_TX(entry);
5637 entry = NEXT_TX(entry);
5673 entry = NEXT_TX(entry);
5872 entry = NEXT_TX(entry);
5911 entry = NEXT_TX(entr
[all...]
H A Dniu.c3508 idx = NEXT_TX(rp, idx);
3518 idx = NEXT_TX(rp, idx);
6601 prod = NEXT_TX(rp, prod);
6619 prod = NEXT_TX(rp, prod);
H A Dniu.h2878 #define NEXT_TX(tp, index) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde2104x.c97 #define NEXT_TX(N) (((N) + 1) & (DE_TX_RING_SIZE - 1)) macro
599 tx_tail = NEXT_TX(tx_tail);
647 de->tx_head = NEXT_TX(entry);
773 entry = NEXT_TX(entry);
798 de->tx_head = NEXT_TX(entry);

Completed in 196 milliseconds