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

/freebsd-10.0-release/sys/dev/sge/
H A Dif_sge.c118 static int sge_newbuf(struct sge_softc *, int);
119 static int sge_encap(struct sge_softc *, struct mbuf **);
121 sge_discard_rxbuf(struct sge_softc *, int);
122 static void sge_rxeof(struct sge_softc *);
123 static void sge_txeof(struct sge_softc *);
130 static void sge_init_locked(struct sge_softc *);
131 static void sge_stop(struct sge_softc *);
132 static void sge_watchdog(struct sge_softc *);
136 static int sge_get_mac_addr_apc(struct sge_softc *, uint8_t *);
137 static int sge_get_mac_addr_eeprom(struct sge_softc *, uint8_
[all...]
H A Dif_sgereg.h338 struct sge_softc { struct

Completed in 163 milliseconds