Lines Matching defs:pcn_softc
238 struct pcn_softc {
389 static void pcn_reset(struct pcn_softc *);
390 static void pcn_rxdrain(struct pcn_softc *);
391 static int pcn_add_rxbuf(struct pcn_softc *, int);
394 static void pcn_spnd(struct pcn_softc *);
396 static void pcn_set_filter(struct pcn_softc *);
399 static void pcn_txintr(struct pcn_softc *);
400 static int pcn_rxintr(struct pcn_softc *);
406 static void pcn_79c970_mediainit(struct pcn_softc *);
410 static void pcn_79c971_mediainit(struct pcn_softc *);
418 void (*pcv_mediainit)(struct pcn_softc *);
455 CFATTACH_DECL_NEW(pcn, sizeof(struct pcn_softc),
463 pcn_csr_read(struct pcn_softc *sc, int reg)
471 pcn_csr_write(struct pcn_softc *sc, int reg, uint32_t val)
479 pcn_bcr_read(struct pcn_softc *sc, int reg)
487 pcn_bcr_write(struct pcn_softc *sc, int reg, uint32_t val)
564 struct pcn_softc *sc = device_private(self);
898 struct pcn_softc *sc = device_private(self);
915 struct pcn_softc *sc = ifp->if_softc;
1134 struct pcn_softc *sc = ifp->if_softc;
1198 struct pcn_softc *sc = arg;
1277 pcn_spnd(struct pcn_softc *sc)
1299 pcn_txintr(struct pcn_softc *sc)
1401 pcn_rxintr(struct pcn_softc *sc)
1541 struct pcn_softc *sc = arg;
1557 pcn_reset(struct pcn_softc *sc)
1592 struct pcn_softc *sc = ifp->if_softc;
1810 pcn_rxdrain(struct pcn_softc *sc)
1833 struct pcn_softc *sc = ifp->if_softc;
1872 pcn_add_rxbuf(struct pcn_softc *sc, int idx)
1917 pcn_set_filter(struct pcn_softc *sc)
1987 pcn_79c970_mediainit(struct pcn_softc *sc)
2028 struct pcn_softc *sc = ifp->if_softc;
2046 struct pcn_softc *sc = ifp->if_softc;
2087 pcn_79c971_mediainit(struct pcn_softc *sc)
2132 struct pcn_softc *sc = device_private(self);
2150 struct pcn_softc *sc = device_private(self);
2166 struct pcn_softc *sc = ifp->if_softc;