gem_add_rxbuf
int gem_add_rxbuf(struct gem_softc *sc, int idx);
if (gem_add_rxbuf(sc, i) != 0) {
if ((error = gem_add_rxbuf(sc, i)) != 0) {