Lines Matching refs:scx_softc

453 struct scx_softc {
558 CFATTACH_DECL_NEW(scx_fdt, sizeof(struct scx_softc),
561 CFATTACH_DECL_NEW(scx_acpi, sizeof(struct scx_softc),
564 static void scx_attach_i(struct scx_softc *);
565 static void scx_reset(struct scx_softc *);
569 static void scx_set_rcvfilt(struct scx_softc *);
573 static void txreap(struct scx_softc *);
574 static void rxfill(struct scx_softc *);
575 static int add_rxbuf(struct scx_softc *, int);
576 static void rxdrain(struct scx_softc *sc);
582 static void dump_hwfeature(struct scx_softc *);
584 static void resetuengine(struct scx_softc *);
585 static void loaducode(struct scx_softc *);
586 static void injectucode(struct scx_softc *, int, bus_addr_t, bus_size_t);
587 static void forcephyloopback(struct scx_softc *);
588 static void resetphytonormal(struct scx_softc *);
598 wait_for_bits(struct scx_softc *sc, int reg,
617 mac_read(struct scx_softc *sc, int reg)
626 mac_write(struct scx_softc *sc, int reg, int val)
688 struct scx_softc * const sc = device_private(self);
780 struct scx_softc * const sc = device_private(self);
870 scx_attach_i(struct scx_softc *sc)
1083 scx_reset(struct scx_softc *sc)
1100 struct scx_softc *sc = ifp->if_softc;
1126 struct scx_softc *sc = ifp->if_softc;
1223 struct scx_softc *sc = ifp->if_softc;
1282 scx_set_rcvfilt(struct scx_softc *sc)
1365 struct scx_softc *sc = ifp->if_softc;
1487 struct scx_softc *sc = ifp->if_softc;
1530 struct scx_softc *sc = arg;
1564 txreap(struct scx_softc *sc)
1599 rxfill(struct scx_softc *sc)
1651 add_rxbuf(struct scx_softc *sc, int i)
1683 rxdrain(struct scx_softc *sc)
1703 struct scx_softc *sc = ifp->if_softc;
1768 struct scx_softc *sc = ifp->if_softc;
1780 struct scx_softc *sc = device_private(self);
1800 struct scx_softc *sc = device_private(self);
1822 struct scx_softc *sc = arg;
1836 resetuengine(struct scx_softc *sc)
1859 loaducode(struct scx_softc *sc)
1894 injectucode(struct scx_softc *sc, int port,
1914 forcephyloopback(struct scx_softc *sc)
1941 resetphytonormal(struct scx_softc *sc)
1986 dump_hwfeature(struct scx_softc *sc)