Symbol: ste_softc
sys/dev/netif/ste/if_ste.c
100
static int ste_encap (struct ste_softc *, struct ste_chain *,
sys/dev/netif/ste/if_ste.c
1021
ste_newbuf(struct ste_softc *sc, struct ste_chain_onefrag *c,
sys/dev/netif/ste/if_ste.c
105
static int ste_newbuf (struct ste_softc *,
sys/dev/netif/ste/if_ste.c
1053
ste_init_rx_list(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
1086
ste_init_tx_list(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
111
static void ste_mii_sync (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
112
static void ste_mii_send (struct ste_softc *, u_int32_t, int);
sys/dev/netif/ste/if_ste.c
1123
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
113
static int ste_mii_readreg (struct ste_softc *,
sys/dev/netif/ste/if_ste.c
115
static int ste_mii_writereg (struct ste_softc *,
sys/dev/netif/ste/if_ste.c
121
static int ste_eeprom_wait (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
122
static int ste_read_eeprom (struct ste_softc *, caddr_t, int,
sys/dev/netif/ste/if_ste.c
1224
ste_stop(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
124
static void ste_wait (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
125
static void ste_setmulti (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
126
static int ste_init_rx_list (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
127
static void ste_init_tx_list (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
1271
ste_reset(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
1298
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
1349
ste_encap(struct ste_softc *sc, struct ste_chain *c, struct mbuf *m_head)
sys/dev/netif/ste/if_ste.c
1411
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
1483
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
1503
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
159
sizeof(struct ste_softc)
sys/dev/netif/ste/if_ste.c
194
ste_mii_sync(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
214
ste_mii_send(struct ste_softc *sc, u_int32_t bits, int cnt)
sys/dev/netif/ste/if_ste.c
237
ste_mii_readreg(struct ste_softc *sc, struct ste_mii_frame *frame)
sys/dev/netif/ste/if_ste.c
323
ste_mii_writereg(struct ste_softc *sc, struct ste_mii_frame *frame)
sys/dev/netif/ste/if_ste.c
364
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
384
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
402
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
430
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
450
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
464
ste_wait(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
484
ste_eeprom_wait(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
510
ste_read_eeprom(struct ste_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/netif/ste/if_ste.c
535
ste_setmulti(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
581
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
633
ste_rxeof(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
707
ste_txeoc(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
744
ste_txeof(struct ste_softc *sc)
sys/dev/netif/ste/if_ste.c
782
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
846
struct ste_softc *sc;
sys/dev/netif/ste/if_ste.c
92
static void ste_rxeof (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
93
static void ste_txeoc (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
94
static void ste_txeof (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
96
static void ste_stop (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
97
static void ste_reset (struct ste_softc *);
sys/dev/netif/ste/if_ste.c
993
struct ste_softc *sc = device_get_softc(dev);