Symbol: ste_softc
sys/dev/ste/if_ste.c
103
static int ste_dma_alloc(struct ste_softc *);
sys/dev/ste/if_ste.c
104
static void ste_dma_free(struct ste_softc *);
sys/dev/ste/if_ste.c
1057
struct ste_softc *sc;
sys/dev/ste/if_ste.c
106
static int ste_eeprom_wait(struct ste_softc *);
sys/dev/ste/if_ste.c
107
static int ste_encap(struct ste_softc *, struct mbuf **,
sys/dev/ste/if_ste.c
1115
ste_dma_alloc(struct ste_softc *sc)
sys/dev/ste/if_ste.c
112
static void ste_init_locked(struct ste_softc *);
sys/dev/ste/if_ste.c
113
static int ste_init_rx_list(struct ste_softc *);
sys/dev/ste/if_ste.c
114
static void ste_init_tx_list(struct ste_softc *);
sys/dev/ste/if_ste.c
122
static int ste_newbuf(struct ste_softc *, struct ste_chain_onefrag *);
sys/dev/ste/if_ste.c
123
static int ste_read_eeprom(struct ste_softc *, uint16_t *, int, int);
sys/dev/ste/if_ste.c
124
static void ste_reset(struct ste_softc *);
sys/dev/ste/if_ste.c
125
static void ste_restart_tx(struct ste_softc *);
sys/dev/ste/if_ste.c
126
static int ste_rxeof(struct ste_softc *, int);
sys/dev/ste/if_ste.c
127
static void ste_rxfilter(struct ste_softc *);
sys/dev/ste/if_ste.c
128
static void ste_setwol(struct ste_softc *);
sys/dev/ste/if_ste.c
1300
ste_dma_free(struct ste_softc *sc)
sys/dev/ste/if_ste.c
131
static void ste_stats_clear(struct ste_softc *);
sys/dev/ste/if_ste.c
132
static void ste_stats_update(struct ste_softc *);
sys/dev/ste/if_ste.c
133
static void ste_stop(struct ste_softc *);
sys/dev/ste/if_ste.c
134
static void ste_sysctl_node(struct ste_softc *);
sys/dev/ste/if_ste.c
136
static void ste_txeoc(struct ste_softc *);
sys/dev/ste/if_ste.c
137
static void ste_txeof(struct ste_softc *);
sys/dev/ste/if_ste.c
1372
ste_newbuf(struct ste_softc *sc, struct ste_chain_onefrag *rxc)
sys/dev/ste/if_ste.c
138
static void ste_wait(struct ste_softc *);
sys/dev/ste/if_ste.c
139
static void ste_watchdog(struct ste_softc *);
sys/dev/ste/if_ste.c
1411
ste_init_rx_list(struct ste_softc *sc)
sys/dev/ste/if_ste.c
1448
ste_init_tx_list(struct ste_softc *sc)
sys/dev/ste/if_ste.c
1486
struct ste_softc *sc;
sys/dev/ste/if_ste.c
1495
ste_init_locked(struct ste_softc *sc)
sys/dev/ste/if_ste.c
1610
ste_stop(struct ste_softc *sc)
sys/dev/ste/if_ste.c
1681
ste_reset(struct ste_softc *sc)
sys/dev/ste/if_ste.c
1711
ste_restart_tx(struct ste_softc *sc)
sys/dev/ste/if_ste.c
1733
struct ste_softc *sc;
sys/dev/ste/if_ste.c
176
sizeof(struct ste_softc)
sys/dev/ste/if_ste.c
1804
ste_encap(struct ste_softc *sc, struct mbuf **m_head, struct ste_chain *txc)
sys/dev/ste/if_ste.c
1869
struct ste_softc *sc;
sys/dev/ste/if_ste.c
1880
struct ste_softc *sc;
sys/dev/ste/if_ste.c
1945
ste_watchdog(struct ste_softc *sc)
sys/dev/ste/if_ste.c
1978
struct ste_softc *sc;
sys/dev/ste/if_ste.c
1993
struct ste_softc *sc;
sys/dev/ste/if_ste.c
2014
ste_sysctl_node(struct ste_softc *sc)
sys/dev/ste/if_ste.c
206
struct ste_softc *sc;
sys/dev/ste/if_ste.c
2083
ste_setwol(struct ste_softc *sc)
sys/dev/ste/if_ste.c
224
struct ste_softc *sc;
sys/dev/ste/if_ste.c
252
struct ste_softc *sc;
sys/dev/ste/if_ste.c
303
struct ste_softc *sc;
sys/dev/ste/if_ste.c
322
struct ste_softc *sc;
sys/dev/ste/if_ste.c
340
ste_wait(struct ste_softc *sc)
sys/dev/ste/if_ste.c
359
ste_eeprom_wait(struct ste_softc *sc)
sys/dev/ste/if_ste.c
385
ste_read_eeprom(struct ste_softc *sc, uint16_t *dest, int off, int cnt)
sys/dev/ste/if_ste.c
420
ste_rxfilter(struct ste_softc *sc)
sys/dev/ste/if_ste.c
462
struct ste_softc *sc = if_getsoftc(ifp);
sys/dev/ste/if_ste.c
475
struct ste_softc *sc = if_getsoftc(ifp);
sys/dev/ste/if_ste.c
506
struct ste_softc *sc;
sys/dev/ste/if_ste.c
589
ste_rxeof(struct ste_softc *sc, int count)
sys/dev/ste/if_ste.c
667
ste_txeoc(struct ste_softc *sc)
sys/dev/ste/if_ste.c
734
struct ste_softc *sc;
sys/dev/ste/if_ste.c
737
sc = (struct ste_softc *)arg;
sys/dev/ste/if_ste.c
763
ste_txeof(struct ste_softc *sc)
sys/dev/ste/if_ste.c
805
ste_stats_clear(struct ste_softc *sc)
sys/dev/ste/if_ste.c
833
ste_stats_update(struct ste_softc *sc)
sys/dev/ste/if_ste.c
905
struct ste_softc *sc;