Home | History | Annotate | Download | only in ic

Lines Matching refs:sonic_softc

72 static void	sonic_reset(struct sonic_softc *);
73 static void sonic_rxdrain(struct sonic_softc *);
74 static int sonic_add_rxbuf(struct sonic_softc *, int);
75 static void sonic_set_filter(struct sonic_softc *);
77 static uint16_t sonic_txintr(struct sonic_softc *);
78 static void sonic_rxintr(struct sonic_softc *);
90 sonic_attach(struct sonic_softc *sc, const uint8_t *enaddr)
270 struct sonic_softc *sc = device_private(self);
285 struct sonic_softc *sc = ifp->if_softc;
533 struct sonic_softc *sc = ifp->if_softc;
576 struct sonic_softc *sc = arg;
627 sonic_txintr(struct sonic_softc *sc)
705 sonic_rxintr(struct sonic_softc *sc)
871 sonic_reset(struct sonic_softc *sc)
897 struct sonic_softc *sc = ifp->if_softc;
1043 sonic_rxdrain(struct sonic_softc *sc)
1066 struct sonic_softc *sc = ifp->if_softc;
1115 sonic_add_rxbuf(struct sonic_softc *sc, int idx)
1154 sonic_set_camentry(struct sonic_softc *sc, int entry, const uint8_t *enaddr)
1180 sonic_set_filter(struct sonic_softc *sc)