DGE_RXSPACE
#define DGE_PREVRX(x) (((x) - DGE_RXSPACE) & DGE_NRXDESC_MASK)
CSR_WRITE(sc, DGE_RDH, DGE_RXSPACE);
sc->sc_rxptr = DGE_RXSPACE;