Lines Matching refs:xae_softc

123 next_rxidx(struct xae_softc *sc, uint32_t curidx)  in next_rxidx()
130 next_txidx(struct xae_softc *sc, uint32_t curidx) in next_txidx()
146 xae_setup_txdesc(struct xae_softc *sc, int idx, bus_addr_t paddr, in xae_setup_txdesc()
175 xae_setup_txbuf(struct xae_softc *sc, int idx, struct mbuf **mp) in xae_setup_txbuf()
204 xae_txstart_locked(struct xae_softc *sc) in xae_txstart_locked()
255 xae_txfinish_locked(struct xae_softc *sc) in xae_txfinish_locked()
292 xae_setup_rxdesc(struct xae_softc *sc, int idx, bus_addr_t paddr) in xae_setup_rxdesc()
314 xae_alloc_mbufcl(struct xae_softc *sc) in xae_alloc_mbufcl()
326 xae_setup_rxbuf(struct xae_softc *sc, int idx, struct mbuf * m) in xae_setup_rxbuf()
346 xae_rxfinish_onebuf(struct xae_softc *sc, int len) in xae_rxfinish_onebuf()
388 xae_rxfinish_locked(struct xae_softc *sc) in xae_rxfinish_locked()
427 struct xae_softc *sc; in xae_intr_rx()
443 struct xae_softc *sc; in xae_intr_tx()
460 struct xae_softc *sc = arg; in xae_write_maddr()
487 xae_setup_rxfilter(struct xae_softc *sc) in xae_setup_rxfilter()
547 xae_stop_locked(struct xae_softc *sc) in xae_stop_locked()
569 xae_stat(struct xae_softc *sc, int counter_id) in xae_stat()
590 xae_harvest_stats(struct xae_softc *sc) in xae_harvest_stats()
619 struct xae_softc *sc; in xae_tick()
646 xae_init_locked(struct xae_softc *sc) in xae_init_locked()
677 struct xae_softc *sc; in xae_init()
689 struct xae_softc *sc; in xae_media_status()
703 xae_media_change_locked(struct xae_softc *sc) in xae_media_change_locked()
712 struct xae_softc *sc; in xae_media_change()
727 struct xae_softc *sc; in xae_ioctl()
791 xae_get_hwaddr(struct xae_softc *sc, uint8_t *hwaddr) in xae_get_hwaddr()
811 mdio_wait(struct xae_softc *sc) in mdio_wait()
836 struct xae_softc *sc; in xae_miibus_read_reg()
862 struct xae_softc *sc; in xae_miibus_write_reg()
884 xae_phy_fixup(struct xae_softc *sc) in xae_phy_fixup()
913 get_axistream(struct xae_softc *sc) in get_axistream()
939 struct xae_softc *sc; in xae_txstart()
951 xae_setup_dma(struct xae_softc *sc) in xae_setup_dma()
1170 struct xae_softc *sc; in xae_attach()
1271 struct xae_softc *sc; in xae_detach()
1307 struct xae_softc *sc; in xae_miibus_statchg()
1366 sizeof(struct xae_softc),