Searched refs:sge_softc (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/sge/
H A Dif_sge.c125 static int sge_newbuf(struct sge_softc *, int);
126 static int sge_encap(struct sge_softc *, struct mbuf **);
128 sge_discard_rxbuf(struct sge_softc *, int);
129 static void sge_rxeof(struct sge_softc *);
130 static void sge_txeof(struct sge_softc *);
137 static void sge_init_locked(struct sge_softc *);
138 static void sge_stop(struct sge_softc *);
139 static void sge_watchdog(struct sge_softc *);
143 static int sge_get_mac_addr_apc(struct sge_softc *, uint8_t *);
144 static int sge_get_mac_addr_eeprom(struct sge_softc *, uint8_
[all...]
H A Dif_sgereg.h340 struct sge_softc { struct
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/
H A Dglue.c49 struct sge_softc *sc = device_get_softc(dev);

Completed in 181 milliseconds