Lines Matching defs:ffec_softc

150 struct ffec_softc {
205 static void ffec_init_locked(struct ffec_softc *sc);
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)
218 WR2(struct ffec_softc *sc, bus_size_t off, uint16_t val)
225 RD4(struct ffec_softc *sc, bus_size_t off)
232 WR4(struct ffec_softc *sc, bus_size_t off, uint32_t val)
239 next_rxidx(struct ffec_softc *sc, uint32_t curidx)
246 next_txidx(struct ffec_softc *sc, uint32_t curidx)
262 ffec_miigasket_setup(struct ffec_softc *sc)
306 ffec_miibus_iowait(struct ffec_softc *sc)
320 struct ffec_softc *sc;
345 struct ffec_softc *sc;
368 struct ffec_softc *sc;
445 struct ffec_softc *sc;
459 ffec_media_change_locked(struct ffec_softc *sc)
468 struct ffec_softc *sc;
479 static void ffec_clear_stats(struct ffec_softc *sc)
519 ffec_harvest_stats(struct ffec_softc *sc)
554 struct ffec_softc *sc;
592 ffec_setup_txdesc(struct ffec_softc *sc, int idx, bus_addr_t paddr,
623 ffec_setup_txbuf(struct ffec_softc *sc, int idx, struct mbuf **mp)
649 ffec_txstart_locked(struct ffec_softc *sc)
695 struct ffec_softc *sc = if_getsoftc(ifp);
703 ffec_txfinish_locked(struct ffec_softc *sc)
748 ffec_setup_rxdesc(struct ffec_softc *sc, int idx, bus_addr_t paddr)
766 ffec_setup_rxbuf(struct ffec_softc *sc, int idx, struct mbuf * m)
799 ffec_alloc_mbufcl(struct ffec_softc *sc)
811 ffec_rxfinish_onebuf(struct ffec_softc *sc, int len)
872 ffec_rxfinish_locked(struct ffec_softc *sc)
937 ffec_get_hwaddr(struct ffec_softc *sc, uint8_t *hwaddr)
991 ffec_setup_rxfilter(struct ffec_softc *sc)
1038 ffec_stop_locked(struct ffec_softc *sc)
1101 ffec_init_locked(struct ffec_softc *sc)
1278 struct ffec_softc *sc = if_softc;
1288 struct ffec_softc *sc;
1330 struct ffec_softc *sc;
1393 struct ffec_softc *sc;
1469 struct ffec_softc *sc;
1830 sizeof(struct ffec_softc)