Lines Matching refs:xl_softc
230 static int xl_newbuf(struct xl_softc *, struct xl_chain_onefrag *);
232 static void xl_stats_update(struct xl_softc *);
233 static int xl_encap(struct xl_softc *, struct xl_chain *, struct mbuf **);
234 static int xl_rxeof(struct xl_softc *);
236 static int xl_rx_resync(struct xl_softc *);
237 static void xl_txeof(struct xl_softc *);
238 static void xl_txeof_90xB(struct xl_softc *);
239 static void xl_txeoc(struct xl_softc *);
246 static void xl_init_locked(struct xl_softc *);
247 static void xl_stop(struct xl_softc *);
248 static int xl_watchdog(struct xl_softc *);
252 static void xl_setwol(struct xl_softc *);
262 static int xl_eeprom_wait(struct xl_softc *);
263 static int xl_read_eeprom(struct xl_softc *, caddr_t, int, int, int);
265 static void xl_rxfilter(struct xl_softc *);
266 static void xl_rxfilter_90x(struct xl_softc *);
267 static void xl_rxfilter_90xB(struct xl_softc *);
268 static void xl_setcfg(struct xl_softc *);
269 static void xl_setmode(struct xl_softc *, int);
270 static void xl_reset(struct xl_softc *);
271 static int xl_list_rx_init(struct xl_softc *);
272 static int xl_list_tx_init(struct xl_softc *);
273 static int xl_list_tx_init_90xB(struct xl_softc *);
274 static void xl_wait(struct xl_softc *);
275 static void xl_mediacheck(struct xl_softc *);
276 static void xl_choose_media(struct xl_softc *sc, int *media);
277 static void xl_choose_xcvr(struct xl_softc *, int);
280 static void xl_testpacket(struct xl_softc *);
327 sizeof(struct xl_softc)
353 xl_wait(struct xl_softc *sc) in xl_wait()
382 struct xl_softc *sc; in xl_mii_bitbang_read()
401 struct xl_softc *sc; in xl_mii_bitbang_write()
414 struct xl_softc *sc; in xl_miibus_readreg()
427 struct xl_softc *sc; in xl_miibus_writereg()
442 struct xl_softc *sc; in xl_miibus_statchg()
484 struct xl_softc *sc; in xl_miibus_mediainit()
525 xl_eeprom_wait(struct xl_softc *sc) in xl_eeprom_wait()
549 xl_read_eeprom(struct xl_softc *sc, caddr_t dest, int off, int cnt, int swap) in xl_read_eeprom()
591 xl_rxfilter(struct xl_softc *sc) in xl_rxfilter()
615 xl_rxfilter_90x(struct xl_softc *sc) in xl_rxfilter_90x()
664 struct xl_softc *sc = arg; in xl_check_maddr_90xB()
674 xl_rxfilter_90xB(struct xl_softc *sc) in xl_rxfilter_90xB()
717 xl_setcfg(struct xl_softc *sc) in xl_setcfg()
737 xl_setmode(struct xl_softc *sc, int media) in xl_setmode()
833 xl_reset(struct xl_softc *sc) in xl_reset()
927 xl_mediacheck(struct xl_softc *sc) in xl_mediacheck()
965 xl_choose_xcvr(struct xl_softc *sc, int verbose) in xl_choose_xcvr()
1064 struct xl_softc *sc; in xl_attach()
1486 xl_choose_media(struct xl_softc *sc, int *media) in xl_choose_media()
1542 struct xl_softc *sc; in xl_detach()
1617 xl_list_tx_init(struct xl_softc *sc) in xl_list_tx_init()
1652 xl_list_tx_init_90xB(struct xl_softc *sc) in xl_list_tx_init_90xB()
1699 xl_list_rx_init(struct xl_softc *sc) in xl_list_rx_init()
1742 xl_newbuf(struct xl_softc *sc, struct xl_chain_onefrag *c) in xl_newbuf()
1784 xl_rx_resync(struct xl_softc *sc) in xl_rx_resync()
1812 xl_rxeof(struct xl_softc *sc) in xl_rxeof()
1961 struct xl_softc *sc = (struct xl_softc *)arg; in xl_rxeof_task()
1974 xl_txeof(struct xl_softc *sc) in xl_txeof()
2023 xl_txeof_90xB(struct xl_softc *sc) in xl_txeof_90xB()
2069 xl_txeoc(struct xl_softc *sc) in xl_txeoc()
2136 struct xl_softc *sc = arg; in xl_intr()
2202 struct xl_softc *sc = if_getsoftc(ifp); in xl_poll()
2215 struct xl_softc *sc = if_getsoftc(ifp); in xl_poll_locked()
2263 struct xl_softc *sc = xsc; in xl_tick()
2281 xl_stats_update(struct xl_softc *sc) in xl_stats_update()
2323 xl_encap(struct xl_softc *sc, struct xl_chain *c, struct mbuf **m_head) in xl_encap()
2420 struct xl_softc *sc = if_getsoftc(ifp); in xl_start()
2435 struct xl_softc *sc = if_getsoftc(ifp); in xl_start_locked()
2567 struct xl_softc *sc = if_getsoftc(ifp); in xl_start_90xB_locked()
2652 struct xl_softc *sc = xsc; in xl_init()
2660 xl_init_locked(struct xl_softc *sc) in xl_init_locked()
2870 struct xl_softc *sc = if_getsoftc(ifp); in xl_ifmedia_upd()
2913 struct xl_softc *sc = if_getsoftc(ifp); in xl_ifmedia_sts()
2985 struct xl_softc *sc = if_getsoftc(ifp); in xl_ioctl()
3082 xl_watchdog(struct xl_softc *sc) in xl_watchdog()
3138 xl_stop(struct xl_softc *sc) in xl_stop()
3220 struct xl_softc *sc; in xl_suspend()
3235 struct xl_softc *sc; in xl_resume()
3254 xl_setwol(struct xl_softc *sc) in xl_setwol()