Searched refs:NEXT_RX (Results 1 – 19 of 19) sorted by relevance
410 rxr->rx_prod = NEXT_RX(prod); in bnge_tpa_start()411 cons = RING_RX(bn, NEXT_RX(cons)); in bnge_tpa_start()412 rxr->rx_next_cons = RING_RX(bn, NEXT_RX(cons)); in bnge_tpa_start()416 rxr->rx_prod = NEXT_RX(rxr->rx_prod); in bnge_tpa_start()982 rxr->rx_prod = NEXT_RX(prod); in bnge_rx_pkt()983 rxr->rx_next_cons = RING_RX(bn, NEXT_RX(cons)); in bnge_rx_pkt()
99 #define NEXT_RX(idx) ((idx) + 1) macro
212 #define NEXT_RX(idx) ((idx) + 1) macro
1114 prod = NEXT_RX(prod); in bnge_alloc_one_rx_ring_bufs()
254 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
294 #define NEXT_RX(num) (((num) + 1) & (RX_RING_MAXSIZE - 1)) macro
360 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
931 #define NEXT_RX(N) (((N) + 1) & (RX_RING_SIZE - 1)) macro
711 curr = NEXT_RX(curr); in gem_post_rxds()718 cluster_start = NEXT_RX(cluster_start); in gem_post_rxds()861 entry = NEXT_RX(entry); in gem_rx()
456 elem = NEXT_RX(elem); in qe_rx()
880 elem = NEXT_RX(elem); in bigmac_rx()
1855 elem = NEXT_RX(elem); in happy_meal_rx()
48 #define NEXT_RX(i) (((i) + 1) & (SEEQ_RX_BUFFERS - 1)) macro405 sp->rx_new = NEXT_RX(sp->rx_new); in sgiseeq_rx()
88 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) macro831 greth->rx_cur = NEXT_RX(greth->rx_cur); in greth_rx()964 greth->rx_cur = NEXT_RX(greth->rx_cur); in greth_rx_gbit()
291 NEXT_RX(rxr->rx_prod), xdp); in bnxt_rx_xdp()
862 #define NEXT_RX(idx) ((idx) + 1) macro
1617 rxr->rx_prod = NEXT_RX(prod); in bnxt_tpa_start()1618 cons = RING_RX(bp, NEXT_RX(cons)); in bnxt_tpa_start()1619 rxr->rx_next_cons = RING_RX(bp, NEXT_RX(cons)); in bnxt_tpa_start()1623 rxr->rx_prod = NEXT_RX(rxr->rx_prod); in bnxt_tpa_start()2367 rxr->rx_prod = NEXT_RX(prod); in bnxt_rx_pkt()2368 rxr->rx_next_cons = RING_RX(bp, NEXT_RX(cons)); in bnxt_rx_pkt()4423 prod = NEXT_RX(prod); in bnxt_alloc_one_rx_ring_skb()
94 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1)) macro485 rx_tail = NEXT_RX(rx_tail); in de_rx()
114 #define NEXT_RX(N) (((N) + 1) & (CP_RX_RING_SIZE - 1)) macro549 rx_tail = NEXT_RX(rx_tail); in cp_rx_poll()