Symbol: ste_softc
sys/dev/pci/if_ste.c
1026
struct ste_softc *sc = (struct ste_softc *)xsc;
sys/dev/pci/if_ste.c
104
int ste_eeprom_wait(struct ste_softc *);
sys/dev/pci/if_ste.c
105
int ste_read_eeprom(struct ste_softc *, caddr_t, int,
sys/dev/pci/if_ste.c
107
void ste_wait(struct ste_softc *);
sys/dev/pci/if_ste.c
108
void ste_iff(struct ste_softc *);
sys/dev/pci/if_ste.c
109
int ste_init_rx_list(struct ste_softc *);
sys/dev/pci/if_ste.c
110
void ste_init_tx_list(struct ste_softc *);
sys/dev/pci/if_ste.c
1120
ste_stop(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1165
ste_reset(struct ste_softc *sc)
sys/dev/pci/if_ste.c
1191
struct ste_softc *sc = ifp->if_softc;
sys/dev/pci/if_ste.c
1238
ste_encap(struct ste_softc *sc, struct ste_chain *c, struct mbuf *m_head)
sys/dev/pci/if_ste.c
1299
struct ste_softc *sc;
sys/dev/pci/if_ste.c
1377
struct ste_softc *sc;
sys/dev/pci/if_ste.c
141
sizeof(struct ste_softc), ste_probe, ste_attach
sys/dev/pci/if_ste.c
152
ste_mii_sync(struct ste_softc *sc)
sys/dev/pci/if_ste.c
170
ste_mii_send(struct ste_softc *sc, u_int32_t bits, int cnt)
sys/dev/pci/if_ste.c
193
ste_mii_readreg(struct ste_softc *sc, struct ste_mii_frame *frame)
sys/dev/pci/if_ste.c
283
ste_mii_writereg(struct ste_softc *sc, struct ste_mii_frame *frame)
sys/dev/pci/if_ste.c
329
struct ste_softc *sc = (struct ste_softc *)self;
sys/dev/pci/if_ste.c
347
struct ste_softc *sc = (struct ste_softc *)self;
sys/dev/pci/if_ste.c
362
struct ste_softc *sc = (struct ste_softc *)self;
sys/dev/pci/if_ste.c
390
struct ste_softc *sc;
sys/dev/pci/if_ste.c
409
struct ste_softc *sc;
sys/dev/pci/if_ste.c
421
ste_wait(struct ste_softc *sc)
sys/dev/pci/if_ste.c
439
ste_eeprom_wait(struct ste_softc *sc)
sys/dev/pci/if_ste.c
466
ste_read_eeprom(struct ste_softc *sc, caddr_t dest, int off, int cnt, int swap)
sys/dev/pci/if_ste.c
491
ste_iff(struct ste_softc *sc)
sys/dev/pci/if_ste.c
546
struct ste_softc *sc;
sys/dev/pci/if_ste.c
599
ste_rxeoc(struct ste_softc *sc)
sys/dev/pci/if_ste.c
623
ste_rxeof(struct ste_softc *sc)
sys/dev/pci/if_ste.c
696
ste_txeoc(struct ste_softc *sc)
sys/dev/pci/if_ste.c
731
ste_txeof(struct ste_softc *sc)
sys/dev/pci/if_ste.c
76
void ste_rxeoc(struct ste_softc *);
sys/dev/pci/if_ste.c
761
struct ste_softc *sc;
sys/dev/pci/if_ste.c
77
void ste_rxeof(struct ste_softc *);
sys/dev/pci/if_ste.c
78
void ste_txeoc(struct ste_softc *);
sys/dev/pci/if_ste.c
79
void ste_txeof(struct ste_softc *);
sys/dev/pci/if_ste.c
81
void ste_stop(struct ste_softc *);
sys/dev/pci/if_ste.c
814
struct ste_softc *sc = (struct ste_softc *)self;
sys/dev/pci/if_ste.c
82
void ste_reset(struct ste_softc *);
sys/dev/pci/if_ste.c
84
int ste_encap(struct ste_softc *, struct ste_chain *,
sys/dev/pci/if_ste.c
88
int ste_newbuf(struct ste_softc *,
sys/dev/pci/if_ste.c
934
ste_newbuf(struct ste_softc *sc, struct ste_chain_onefrag *c, struct mbuf *m)
sys/dev/pci/if_ste.c
94
void ste_mii_sync(struct ste_softc *);
sys/dev/pci/if_ste.c
95
void ste_mii_send(struct ste_softc *, u_int32_t, int);
sys/dev/pci/if_ste.c
96
int ste_mii_readreg(struct ste_softc *,
sys/dev/pci/if_ste.c
965
ste_init_rx_list(struct ste_softc *sc)
sys/dev/pci/if_ste.c
98
int ste_mii_writereg(struct ste_softc *,
sys/dev/pci/if_ste.c
998
ste_init_tx_list(struct ste_softc *sc)