Lines Matching refs:ste_softc

103 static int	ste_dma_alloc(struct ste_softc *);
104 static void ste_dma_free(struct ste_softc *);
106 static int ste_eeprom_wait(struct ste_softc *);
107 static int ste_encap(struct ste_softc *, struct mbuf **,
112 static void ste_init_locked(struct ste_softc *);
113 static int ste_init_rx_list(struct ste_softc *);
114 static void ste_init_tx_list(struct ste_softc *);
122 static int ste_newbuf(struct ste_softc *, struct ste_chain_onefrag *);
123 static int ste_read_eeprom(struct ste_softc *, uint16_t *, int, int);
124 static void ste_reset(struct ste_softc *);
125 static void ste_restart_tx(struct ste_softc *);
126 static int ste_rxeof(struct ste_softc *, int);
127 static void ste_rxfilter(struct ste_softc *);
128 static void ste_setwol(struct ste_softc *);
131 static void ste_stats_clear(struct ste_softc *);
132 static void ste_stats_update(struct ste_softc *);
133 static void ste_stop(struct ste_softc *);
134 static void ste_sysctl_node(struct ste_softc *);
136 static void ste_txeoc(struct ste_softc *);
137 static void ste_txeof(struct ste_softc *);
138 static void ste_wait(struct ste_softc *);
139 static void ste_watchdog(struct ste_softc *);
176 sizeof(struct ste_softc)
206 struct ste_softc *sc; in ste_mii_bitbang_read()
224 struct ste_softc *sc; in ste_mii_bitbang_write()
252 struct ste_softc *sc; in ste_miibus_statchg()
303 struct ste_softc *sc; in ste_ifmedia_upd()
322 struct ste_softc *sc; in ste_ifmedia_sts()
340 ste_wait(struct ste_softc *sc) in ste_wait()
359 ste_eeprom_wait(struct ste_softc *sc) in ste_eeprom_wait()
385 ste_read_eeprom(struct ste_softc *sc, uint16_t *dest, int off, int cnt) in ste_read_eeprom()
420 ste_rxfilter(struct ste_softc *sc) in ste_rxfilter()
462 struct ste_softc *sc = if_getsoftc(ifp); in ste_poll()
475 struct ste_softc *sc = if_getsoftc(ifp); in ste_poll_locked()
506 struct ste_softc *sc; in ste_intr()
589 ste_rxeof(struct ste_softc *sc, int count) in ste_rxeof()
667 ste_txeoc(struct ste_softc *sc) in ste_txeoc()
734 struct ste_softc *sc; in ste_tick()
737 sc = (struct ste_softc *)arg; in ste_tick()
763 ste_txeof(struct ste_softc *sc) in ste_txeof()
805 ste_stats_clear(struct ste_softc *sc) in ste_stats_clear()
833 ste_stats_update(struct ste_softc *sc) in ste_stats_update()
905 struct ste_softc *sc; in ste_attach()
1057 struct ste_softc *sc; in ste_detach()
1117 ste_dma_alloc(struct ste_softc *sc) in ste_dma_alloc()
1302 ste_dma_free(struct ste_softc *sc) in ste_dma_free()
1374 ste_newbuf(struct ste_softc *sc, struct ste_chain_onefrag *rxc) in ste_newbuf()
1413 ste_init_rx_list(struct ste_softc *sc) in ste_init_rx_list()
1450 ste_init_tx_list(struct ste_softc *sc) in ste_init_tx_list()
1488 struct ste_softc *sc; in ste_init()
1497 ste_init_locked(struct ste_softc *sc) in ste_init_locked()
1612 ste_stop(struct ste_softc *sc) in ste_stop()
1683 ste_reset(struct ste_softc *sc) in ste_reset()
1713 ste_restart_tx(struct ste_softc *sc) in ste_restart_tx()
1735 struct ste_softc *sc; in ste_ioctl()
1806 ste_encap(struct ste_softc *sc, struct mbuf **m_head, struct ste_chain *txc) in ste_encap()
1871 struct ste_softc *sc; in ste_start()
1882 struct ste_softc *sc; in ste_start_locked()
1947 ste_watchdog(struct ste_softc *sc) in ste_watchdog()
1980 struct ste_softc *sc; in ste_suspend()
1995 struct ste_softc *sc; in ste_resume()
2028 ste_sysctl_node(struct ste_softc *sc) in ste_sysctl_node()
2097 ste_setwol(struct ste_softc *sc) in ste_setwol()