Symbol: ste_softc
sys/dev/pci/if_ste.c
1032
ste_rxintr(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1127
struct ste_softc *sc = arg;
sys/dev/pci/if_ste.c
1144
ste_stats_update(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1192
ste_reset(struct ste_softc *sc, uint32_t rstbits)
sys/dev/pci/if_ste.c
1223
ste_setthresh(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1238
ste_txrestart(struct ste_softc *sc, uint8_t id)
sys/dev/pci/if_ste.c
1265
struct ste_softc *sc = ifp->if_softc;
sys/dev/pci/if_ste.c
1411
ste_rxdrain(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1434
struct ste_softc *sc = ifp->if_softc;
sys/dev/pci/if_ste.c
1487
ste_eeprom_wait(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1506
ste_read_eeprom(struct ste_softc *sc, int offset, uint16_t *data)
sys/dev/pci/if_ste.c
1527
ste_add_rxbuf(struct ste_softc *sc, int idx)
sys/dev/pci/if_ste.c
1572
ste_set_filter(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1669
struct ste_softc *sc = device_private(self);
sys/dev/pci/if_ste.c
1685
struct ste_softc *sc = device_private(self);
sys/dev/pci/if_ste.c
1701
struct ste_softc *sc = ifp->if_softc;
sys/dev/pci/if_ste.c
1721
struct ste_softc *sc = device_private(self);
sys/dev/pci/if_ste.c
1734
struct ste_softc *sc = device_private(self);
sys/dev/pci/if_ste.c
203
static void ste_reset(struct ste_softc *, uint32_t);
sys/dev/pci/if_ste.c
204
static void ste_setthresh(struct ste_softc *);
sys/dev/pci/if_ste.c
205
static void ste_txrestart(struct ste_softc *, uint8_t);
sys/dev/pci/if_ste.c
206
static void ste_rxdrain(struct ste_softc *);
sys/dev/pci/if_ste.c
207
static int ste_add_rxbuf(struct ste_softc *, int);
sys/dev/pci/if_ste.c
208
static void ste_read_eeprom(struct ste_softc *, int, uint16_t *);
sys/dev/pci/if_ste.c
211
static void ste_stats_update(struct ste_softc *);
sys/dev/pci/if_ste.c
213
static void ste_set_filter(struct ste_softc *);
sys/dev/pci/if_ste.c
216
static void ste_txintr(struct ste_softc *);
sys/dev/pci/if_ste.c
217
static void ste_rxintr(struct ste_softc *);
sys/dev/pci/if_ste.c
228
CFATTACH_DECL_NEW(ste, sizeof(struct ste_softc),
sys/dev/pci/if_ste.c
340
struct ste_softc *sc = device_private(self);
sys/dev/pci/if_ste.c
619
struct ste_softc *sc;
sys/dev/pci/if_ste.c
628
ste_dmahalt_wait(struct ste_softc *sc)
sys/dev/pci/if_ste.c
651
struct ste_softc *sc = ifp->if_softc;
sys/dev/pci/if_ste.c
837
struct ste_softc *sc = ifp->if_softc;
sys/dev/pci/if_ste.c
858
struct ste_softc *sc = ifp->if_softc;
sys/dev/pci/if_ste.c
889
struct ste_softc *sc = arg;
sys/dev/pci/if_ste.c
986
ste_txintr(struct ste_softc *sc)