pcn_softc
struct pcn_softc *sc = ifp->if_softc;
struct pcn_softc *sc = arg;
pcn_spnd(struct pcn_softc *sc)
pcn_txintr(struct pcn_softc *sc)
pcn_rxintr(struct pcn_softc *sc)
struct pcn_softc *sc = arg;
pcn_reset(struct pcn_softc *sc)
struct pcn_softc *sc = ifp->if_softc;
pcn_rxdrain(struct pcn_softc *sc)
struct pcn_softc *sc = ifp->if_softc;
pcn_add_rxbuf(struct pcn_softc *sc, int idx)
pcn_set_filter(struct pcn_softc *sc)
pcn_79c970_mediainit(struct pcn_softc *sc)
struct pcn_softc *sc = ifp->if_softc;
struct pcn_softc *sc = ifp->if_softc;
pcn_79c971_mediainit(struct pcn_softc *sc)
struct pcn_softc *sc = device_private(self);
struct pcn_softc *sc = device_private(self);
struct pcn_softc *sc = ifp->if_softc;
static void pcn_reset(struct pcn_softc *);
static void pcn_rxdrain(struct pcn_softc *);
static int pcn_add_rxbuf(struct pcn_softc *, int);
static void pcn_spnd(struct pcn_softc *);
static void pcn_set_filter(struct pcn_softc *);
static void pcn_txintr(struct pcn_softc *);
static int pcn_rxintr(struct pcn_softc *);
static void pcn_79c970_mediainit(struct pcn_softc *);
static void pcn_79c971_mediainit(struct pcn_softc *);
void (*pcv_mediainit)(struct pcn_softc *);
CFATTACH_DECL_NEW(pcn, sizeof(struct pcn_softc),
pcn_csr_read(struct pcn_softc *sc, int reg)
pcn_csr_write(struct pcn_softc *sc, int reg, uint32_t val)
pcn_bcr_read(struct pcn_softc *sc, int reg)
pcn_bcr_write(struct pcn_softc *sc, int reg, uint32_t val)
struct pcn_softc *sc = device_private(self);
struct pcn_softc *sc = device_private(self);
struct pcn_softc *sc = ifp->if_softc;