Symbol: stge_softc
sys/dev/pci/if_stge.c
1023
struct stge_softc *sc = ifp->if_softc;
sys/dev/pci/if_stge.c
1048
struct stge_softc *sc = ifp->if_softc;
sys/dev/pci/if_stge.c
1083
struct stge_softc *sc = arg;
sys/dev/pci/if_stge.c
1175
stge_txintr(struct stge_softc *sc)
sys/dev/pci/if_stge.c
1221
stge_rxintr(struct stge_softc *sc)
sys/dev/pci/if_stge.c
1409
struct stge_softc *sc = arg;
sys/dev/pci/if_stge.c
1426
stge_stats_update(struct stge_softc *sc)
sys/dev/pci/if_stge.c
1462
stge_reset(struct stge_softc *sc)
sys/dev/pci/if_stge.c
1502
struct stge_softc *sc = ifp->if_softc;
sys/dev/pci/if_stge.c
1706
stge_rxdrain(struct stge_softc *sc)
sys/dev/pci/if_stge.c
1730
struct stge_softc *sc = ifp->if_softc;
sys/dev/pci/if_stge.c
1785
stge_eeprom_wait(struct stge_softc *sc)
sys/dev/pci/if_stge.c
1803
stge_read_eeprom(struct stge_softc *sc, int offset, uint16_t *data)
sys/dev/pci/if_stge.c
1824
stge_add_rxbuf(struct stge_softc *sc, int idx)
sys/dev/pci/if_stge.c
1871
stge_set_filter(struct stge_softc *sc)
sys/dev/pci/if_stge.c
1990
struct stge_softc *sc = ifp->if_softc;
sys/dev/pci/if_stge.c
2013
struct stge_softc *sc = device_private(self);
sys/dev/pci/if_stge.c
2026
struct stge_softc *sc = device_private(self);
sys/dev/pci/if_stge.c
283
static void stge_reset(struct stge_softc *);
sys/dev/pci/if_stge.c
284
static void stge_rxdrain(struct stge_softc *);
sys/dev/pci/if_stge.c
285
static int stge_add_rxbuf(struct stge_softc *, int);
sys/dev/pci/if_stge.c
286
static void stge_read_eeprom(struct stge_softc *, int, uint16_t *);
sys/dev/pci/if_stge.c
289
static void stge_stats_update(struct stge_softc *);
sys/dev/pci/if_stge.c
291
static void stge_set_filter(struct stge_softc *);
sys/dev/pci/if_stge.c
294
static void stge_txintr(struct stge_softc *);
sys/dev/pci/if_stge.c
295
static void stge_rxintr(struct stge_softc *);
sys/dev/pci/if_stge.c
306
CFATTACH_DECL_NEW(stge, sizeof(struct stge_softc),
sys/dev/pci/if_stge.c
391
struct stge_softc *sc = device_private(self);
sys/dev/pci/if_stge.c
777
struct stge_softc *sc = device_private(self);
sys/dev/pci/if_stge.c
786
stge_dma_wait(struct stge_softc *sc)
sys/dev/pci/if_stge.c
808
struct stge_softc *sc = ifp->if_softc;