Lines Matching refs:ffec_softc
150 struct ffec_softc { struct
205 static void ffec_init_locked(struct ffec_softc *sc); argument
206 static void ffec_stop_locked(struct ffec_softc *sc);
207 static void ffec_txstart_locked(struct ffec_softc *sc);
208 static void ffec_txfinish_locked(struct ffec_softc *sc);
211 RD2(struct ffec_softc *sc, bus_size_t off) in RD2()
218 WR2(struct ffec_softc *sc, bus_size_t off, uint16_t val) in WR2()
225 RD4(struct ffec_softc *sc, bus_size_t off) in RD4()
232 WR4(struct ffec_softc *sc, bus_size_t off, uint32_t val) in WR4()
239 next_rxidx(struct ffec_softc *sc, uint32_t curidx) in next_rxidx()
246 next_txidx(struct ffec_softc *sc, uint32_t curidx) in next_txidx()
262 ffec_miigasket_setup(struct ffec_softc *sc) in ffec_miigasket_setup()
306 ffec_miibus_iowait(struct ffec_softc *sc) in ffec_miibus_iowait()
320 struct ffec_softc *sc; in ffec_miibus_readreg()
345 struct ffec_softc *sc; in ffec_miibus_writereg()
368 struct ffec_softc *sc; in ffec_miibus_statchg()
445 struct ffec_softc *sc; in ffec_media_status()
459 ffec_media_change_locked(struct ffec_softc *sc) in ffec_media_change_locked()
468 struct ffec_softc *sc; in ffec_media_change()
479 static void ffec_clear_stats(struct ffec_softc *sc) in ffec_clear_stats()
519 ffec_harvest_stats(struct ffec_softc *sc) in ffec_harvest_stats()
554 struct ffec_softc *sc; in ffec_tick()
592 ffec_setup_txdesc(struct ffec_softc *sc, int idx, bus_addr_t paddr, in ffec_setup_txdesc()
623 ffec_setup_txbuf(struct ffec_softc *sc, int idx, struct mbuf **mp) in ffec_setup_txbuf()
649 ffec_txstart_locked(struct ffec_softc *sc) in ffec_txstart_locked()
695 struct ffec_softc *sc = if_getsoftc(ifp); in ffec_txstart()
703 ffec_txfinish_locked(struct ffec_softc *sc) in ffec_txfinish_locked()
748 ffec_setup_rxdesc(struct ffec_softc *sc, int idx, bus_addr_t paddr) in ffec_setup_rxdesc()
766 ffec_setup_rxbuf(struct ffec_softc *sc, int idx, struct mbuf * m) in ffec_setup_rxbuf()
799 ffec_alloc_mbufcl(struct ffec_softc *sc) in ffec_alloc_mbufcl()
811 ffec_rxfinish_onebuf(struct ffec_softc *sc, int len) in ffec_rxfinish_onebuf()
872 ffec_rxfinish_locked(struct ffec_softc *sc) in ffec_rxfinish_locked()
937 ffec_get_hwaddr(struct ffec_softc *sc, uint8_t *hwaddr) in ffec_get_hwaddr()
991 ffec_setup_rxfilter(struct ffec_softc *sc) in ffec_setup_rxfilter()
1038 ffec_stop_locked(struct ffec_softc *sc) in ffec_stop_locked()
1101 ffec_init_locked(struct ffec_softc *sc) in ffec_init_locked()
1278 struct ffec_softc *sc = if_softc; in ffec_init()
1288 struct ffec_softc *sc; in ffec_intr()
1330 struct ffec_softc *sc; in ffec_ioctl()
1393 struct ffec_softc *sc; in ffec_detach()
1469 struct ffec_softc *sc; in ffec_attach()
1830 sizeof(struct ffec_softc)