RING_RX
struct bnge_sw_rx_bd *rx_buf = &rxr->rx_buf_ring[RING_RX(bn, prod)];
prod_rx_buf = &rxr->rx_buf_ring[RING_RX(bn, prod)];
cons = RING_RX(bn, NEXT_RX(cons));
rxr->rx_next_cons = RING_RX(bn, NEXT_RX(cons));
prod_rx_buf = &rxr->rx_buf_ring[RING_RX(bn, prod)];
rxr->rx_next_cons = RING_RX(bn, NEXT_RX(cons));
struct bnxt_sw_rx_bd *rx_buf = &rxr->rx_buf_ring[RING_RX(bp, prod)];
prod_rx_buf = &rxr->rx_buf_ring[RING_RX(bp, prod)];
prod_rx_buf = &rxr->rx_buf_ring[RING_RX(bp, prod)];
cons = RING_RX(bp, NEXT_RX(cons));
rxr->rx_next_cons = RING_RX(bp, NEXT_RX(cons));
rxr->rx_next_cons = RING_RX(bp, NEXT_RX(cons));