PSC_RING_MASK
u_int next = (sc->sc_rbput + 1) & PSC_RING_MASK;
sc->sc_rbget = (sc->sc_rbget + 1) & PSC_RING_MASK;