RX_RING_MASK
desc->next = vtophys(sc->rx_desc + ((i+1) & RX_RING_MASK));
sc->cur_rx = (sc->cur_rx+1) & RX_RING_MASK;