temac_rxalloc
if (temac_rxalloc(sc, sc->sc_rxreap, 0) != 0)
if (temac_rxalloc(sc, tail, 1) != 0) {
static int temac_rxalloc(struct temac_softc *, int, int);
if ((error = temac_rxalloc(sc, i, 1)) != 0) {