Lines Matching defs:sun4i_emac_softc
182 struct sun4i_emac_softc;
183 static void sun4i_emac_rx_hash(struct sun4i_emac_softc *);
185 struct sun4i_emac_softc {
206 CFATTACH_DECL_NEW(sun4i_emac, sizeof(struct sun4i_emac_softc),
210 sun4i_emac_read(struct sun4i_emac_softc *sc, bus_size_t o)
216 sun4i_emac_write(struct sun4i_emac_softc *sc, bus_size_t o, uint32_t v)
222 sun4i_emac_clear_set(struct sun4i_emac_softc *sc, bus_size_t o, uint32_t c,
240 struct sun4i_emac_softc * const sc = device_private(self);
380 sun4i_emac_int_enable(struct sun4i_emac_softc *sc)
391 struct sun4i_emac_softc * const sc = device_private(self);
414 struct sun4i_emac_softc * const sc = device_private(self);
437 struct sun4i_emac_softc * const sc = ifp->if_softc;
471 struct sun4i_emac_softc * const sc = softc;
482 sun4i_emac_rxfifo_flush(struct sun4i_emac_softc *sc)
498 sun4i_emac_rxfifo_consume(struct sun4i_emac_softc *sc, size_t len)
506 sun4i_emac_rxfifo_transfer(struct sun4i_emac_softc *sc, struct mbuf *m)
516 sun4i_emac_mgethdr(struct sun4i_emac_softc *sc, size_t rxlen)
541 sun4i_emac_if_input(struct sun4i_emac_softc *sc, struct mbuf *m)
549 sun4i_emac_rx_intr(struct sun4i_emac_softc *sc)
589 sun4i_emac_txfifo_transfer(struct sun4i_emac_softc *sc, struct mbuf *m, u_int slot)
611 sun4i_emac_tx_enqueue(struct sun4i_emac_softc *sc, struct mbuf *m, u_int slot)
631 sun4i_emac_tx_intr(struct sun4i_emac_softc *sc, u_int slot)
639 struct sun4i_emac_softc * const sc = arg;
671 struct sun4i_emac_softc * const sc = ifp->if_softc;
706 struct sun4i_emac_softc * const sc = ifp->if_softc;
735 struct sun4i_emac_softc * const sc = ifp->if_softc;
757 struct sun4i_emac_softc * const sc = ifp->if_softc;
823 struct sun4i_emac_softc * const sc = ifp->if_softc;
833 sun4i_emac_rx_hash(struct sun4i_emac_softc *sc)