MYX_RXSMALL
&sc->sc_rx_ring[MYX_RXSMALL].mrr_offset) != 0) {
if (myx_rx_init(sc, MYX_RXSMALL, MCLBYTES) != 0)
if (myx_rx_fill(sc, &sc->sc_rx_ring[MYX_RXSMALL]) != 0)
myx_rx_empty(sc, &sc->sc_rx_ring[MYX_RXSMALL]);
myx_rx_free(sc, &sc->sc_rx_ring[MYX_RXSMALL]);
MYX_RXSMALL : MYX_RXBIG;
for (ring = MYX_RXSMALL; ring <= MYX_RXBIG; ring++) {
sc->sc_rx_ring[MYX_RXSMALL].mrr_softc = sc;
sc->sc_rx_ring[MYX_RXSMALL].mrr_mclget = myx_mcl_small;
timeout_set(&sc->sc_rx_ring[MYX_RXSMALL].mrr_refill, myx_refill,
&sc->sc_rx_ring[MYX_RXSMALL]);