Home
last modified time | relevance | path

Searched refs:epic_softc (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dsmc83c170.c78 void epic_reset(struct epic_softc *);
79 void epic_rxdrain(struct epic_softc *);
82 void epic_set_mchash(struct epic_softc *);
329 struct epic_softc *sc = ifp->if_softc; in epic_start()
580 struct epic_softc *sc = arg; in epic_intr()
824 struct epic_softc *sc = arg; in epic_tick()
859 epic_reset(struct epic_softc *sc) in epic_reset()
1036 epic_rxdrain(struct epic_softc *sc) in epic_rxdrain()
1319 struct epic_softc *sc = (struct epic_softc *)self; in epic_mii_read()
1340 struct epic_softc *sc = (struct epic_softc *)self; in epic_mii_write()
[all …]
H A Dsmc83c170var.h96 struct epic_softc { struct
179 void epic_attach(struct epic_softc *, const char *);
/openbsd/sys/dev/pci/
H A Dif_epic_pci.c68 struct epic_softc sc_epic; /* real EPIC softc */
127 struct epic_softc *sc = &psc->sc_epic; in epic_pci_attach()