Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_stge.c79 void stge_reset(struct stge_softc *);
80 void stge_rxdrain(struct stge_softc *);
81 int stge_add_rxbuf(struct stge_softc *, int);
82 void stge_read_eeprom(struct stge_softc *, int, uint16_t *);
85 void stge_stats_update(struct stge_softc *);
87 void stge_iff(struct stge_softc *);
90 void stge_txintr(struct stge_softc *);
91 void stge_rxintr(struct stge_softc *);
106 sizeof(struct stge_softc), stge_match, stge_attach,
152 struct stge_softc *sc = (struct stge_softc *) self; in stge_attach()
[all …]
Dif_stgereg.h526 struct stge_softc { struct
/openbsd/src/sys/dev/mii/
Dipgphy.c395 struct stge_softc *stge_sc; in ipgphy_reset()