Lines Matching refs:awg_softc

191 struct awg_softc {  struct
216 static void awg_txeof(struct awg_softc *sc); argument
217 static void awg_start_locked(struct awg_softc *sc);
235 struct awg_softc *sc; in awg_miibus_readreg()
264 struct awg_softc *sc; in awg_miibus_writereg()
291 struct awg_softc *sc; in awg_miibus_statchg()
360 struct awg_softc *sc; in awg_media_status()
376 struct awg_softc *sc; in awg_media_change()
421 awg_setup_rxfilter(struct awg_softc *sc) in awg_setup_rxfilter()
458 awg_setup_core(struct awg_softc *sc) in awg_setup_core()
472 awg_enable_mac(struct awg_softc *sc, bool enable) in awg_enable_mac()
495 struct awg_softc *sc; in awg_get_eaddr()
537 awg_enable_dma_intr(struct awg_softc *sc) in awg_enable_dma_intr()
544 awg_disable_dma_intr(struct awg_softc *sc) in awg_disable_dma_intr()
551 awg_init_dma(struct awg_softc *sc) in awg_init_dma()
577 awg_stop_dma(struct awg_softc *sc) in awg_stop_dma()
602 awg_encap(struct awg_softc *sc, struct mbuf **mp) in awg_encap()
707 awg_clean_txbuf(struct awg_softc *sc, int index) in awg_clean_txbuf()
724 awg_setup_rxdesc(struct awg_softc *sc, int index, bus_addr_t paddr) in awg_setup_rxdesc()
737 awg_reuse_rxdesc(struct awg_softc *sc, int index) in awg_reuse_rxdesc()
744 awg_newbuf_rx(struct awg_softc *sc, int index) in awg_newbuf_rx()
792 struct awg_softc *sc; in awg_setup_dma()
942 awg_dma_start_tx(struct awg_softc *sc) in awg_dma_start_tx()
958 awg_start_locked(struct awg_softc *sc) in awg_start_locked()
1002 struct awg_softc *sc; in awg_start()
1012 awg_init_locked(struct awg_softc *sc) in awg_init_locked()
1039 struct awg_softc *sc; in awg_init()
1049 awg_stop(struct awg_softc *sc) in awg_stop()
1105 struct awg_softc *sc; in awg_ioctl()
1189 awg_rxintr(struct awg_softc *sc) in awg_rxintr()
1279 awg_txeof(struct awg_softc *sc) in awg_txeof()
1319 struct awg_softc *sc; in awg_intr()
1346 struct awg_softc *sc; in awg_poll()
1383 struct awg_softc *sc; in syscon_read_emac_clk_reg()
1397 struct awg_softc *sc; in syscon_write_emac_clk_reg()
1486 struct awg_softc *sc; in awg_setup_phy()
1610 struct awg_softc *sc; in awg_setup_extres()
1782 struct awg_softc *sc; in awg_dump_regs()
1842 struct awg_softc *sc; in awg_reset()
1880 struct awg_softc *sc; in awg_tick()
1923 struct awg_softc *sc; in awg_attach()
2012 sizeof(struct awg_softc),