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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c65 prod = NEXT_TX(prod);
89 prod = NEXT_TX(prod);
155 tx_cons = NEXT_TX(tx_cons);
163 tx_cons = NEXT_TX(tx_cons);
H A Dbnxt.c580 prod = NEXT_TX(prod);
584 prod = NEXT_TX(prod);
627 prod = NEXT_TX(prod);
678 prod = NEXT_TX(prod);
706 prod = NEXT_TX(prod);
743 prod = NEXT_TX(prod);
747 prod = NEXT_TX(prod);
780 cons = NEXT_TX(cons);
802 cons = NEXT_TX(cons);
821 cons = NEXT_TX(con
[all...]
H A Dbnxt.h828 #define NEXT_TX(idx) ((idx) + 1) macro
/linux-master/drivers/net/ethernet/aeroflex/
H A Dgreth.c86 #define NEXT_TX(N) (((N) + 1) & GRETH_TXBD_NUM_MASK) macro
190 greth->tx_last = NEXT_TX(greth->tx_last);
206 greth->tx_last = NEXT_TX(greth->tx_last);
440 greth->tx_next = NEXT_TX(greth->tx_next);
515 curr_tx = NEXT_TX(greth->tx_next);
548 curr_tx = NEXT_TX(curr_tx);
648 greth->tx_last = NEXT_TX(greth->tx_last);
707 tx_last = NEXT_TX(tx_last);
723 tx_last = NEXT_TX(tx_last);
/linux-master/drivers/net/ethernet/seeq/
H A Dsgiseeq.c49 #define NEXT_TX(i) (((i) + 1) & (SEEQ_TX_BUFFERS - 1)) macro
447 i = NEXT_TX(i);
479 for (j = sp->tx_old; j != sp->tx_new; j = NEXT_TX(j)) {
494 sp->tx_old = NEXT_TX(sp->tx_old);
643 sp->tx_new = NEXT_TX(sp->tx_new); /* Advance. */
/linux-master/drivers/net/ethernet/sun/
H A Dsunbmac.h255 #define NEXT_TX(num) (((num) + 1) & (TX_RING_SIZE - 1)) macro
H A Dsunqe.h295 #define NEXT_TX(num) (((num) + 1) & (TX_RING_MAXSIZE - 1)) macro
H A Dsunhme.h361 #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.c655 walk = NEXT_TX(walk);
675 entry = NEXT_TX(entry);
1035 entry = NEXT_TX(entry);
1055 entry = NEXT_TX(entry);
1078 entry = NEXT_TX(entry);
H A Dsunhme.c1737 elem = NEXT_TX(elem);
1959 first_entry = NEXT_TX(first_entry);
2012 entry = NEXT_TX(entry);
2025 entry = NEXT_TX(entry);
2045 entry = NEXT_TX(entry);
H A Dsungem.h930 #define NEXT_TX(N) (((N) + 1) & (TX_RING_SIZE - 1)) macro
H A Dsunbmac.c786 elem = NEXT_TX(elem);
973 bp->tx_new = NEXT_TX(entry);
H A Dniu.c3583 idx = NEXT_TX(rp, idx);
3593 idx = NEXT_TX(rp, idx);
6704 prod = NEXT_TX(rp, prod);
6722 prod = NEXT_TX(rp, prod);
H A Dniu.h2879 #define NEXT_TX(tp, index) \ macro
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c93 #define NEXT_TX(N) (((N) + 1) & (DE_TX_RING_SIZE - 1)) macro
595 tx_tail = NEXT_TX(tx_tail);
644 de->tx_head = NEXT_TX(entry);
766 entry = NEXT_TX(entry);
791 de->tx_head = NEXT_TX(entry);
/linux-master/drivers/net/ethernet/realtek/
H A D8139cp.c113 #define NEXT_TX(N) (((N) + 1) & (CP_TX_RING_SIZE - 1)) macro
699 tx_tail = NEXT_TX(tx_tail);
824 entry = NEXT_TX(entry);
867 cp->tx_head = NEXT_TX(entry);
/linux-master/drivers/net/ethernet/broadcom/
H A Db44.c79 #define NEXT_TX(N) (((N) + 1) & (B44_TX_RING_SIZE - 1)) macro
600 for (cons = bp->tx_cons; cons != cur; cons = NEXT_TX(cons)) {
1010 entry = NEXT_TX(entry);
H A Dtg3.c164 #define NEXT_TX(N) (((N) + 1) & (TG3_TX_RING_SIZE - 1)) macro
6604 sw_idx = NEXT_TX(sw_idx);
6608 sw_idx = NEXT_TX(sw_idx);
6622 sw_idx = NEXT_TX(sw_idx);
6626 sw_idx = NEXT_TX(sw_idx);
7765 *entry = NEXT_TX(*entry);
7775 *entry = NEXT_TX(*entry);
7784 *entry = NEXT_TX(*entry);
7804 entry = NEXT_TX(entry);
7811 entry = NEXT_TX(entr
[all...]

Completed in 381 milliseconds