re_start_xmit
sc->re_start_xmit(sc);
sc->re_start_xmit(sc);
static void re_start_xmit(struct re_softc *);
sc->re_start_xmit = re_start_xmit_8125;
sc->re_start_xmit = re_start_xmit;
void (*re_start_xmit)(struct re_softc *);