sxie_softc
struct sxie_softc *sxie_sc;
void sxie_setup_interface(struct sxie_softc *, struct device *);
void sxie_socware_init(struct sxie_softc *);
void sxie_init(struct sxie_softc *);
void sxie_stop(struct sxie_softc *);
void sxie_reset(struct sxie_softc *);
void sxie_iff(struct sxie_softc *, struct ifnet *);
void sxie_recv(struct sxie_softc *);
sizeof (struct sxie_softc), sxie_match, sxie_attach
struct sxie_softc *sc = (struct sxie_softc *) self;
sxie_socware_init(struct sxie_softc *sc)
sxie_setup_interface(struct sxie_softc *sc, struct device *dev)
sxie_init(struct sxie_softc *sc)
struct sxie_softc *sc = arg;
struct sxie_softc *sc = ifp->if_softc;
sxie_stop(struct sxie_softc *sc)
sxie_reset(struct sxie_softc *sc)
struct sxie_softc *sc = ifp->if_softc;
sxie_recv(struct sxie_softc *sc)
struct sxie_softc *sc = ifp->if_softc;
sxie_iff(struct sxie_softc *sc, struct ifnet *ifp)
struct sxie_softc *sc = (struct sxie_softc *)dev;
struct sxie_softc *sc = (struct sxie_softc *)dev;
struct sxie_softc *sc = (struct sxie_softc *)dev;
struct sxie_softc *sc = ifp->if_softc;
struct sxie_softc *sc = (struct sxie_softc *)ifp->if_softc;