pcn_softc
struct pcn_softc *sc;
static u_int32_t pcn_csr_read (struct pcn_softc *, int);
struct pcn_softc *sc = xsc;
static u_int16_t pcn_csr_read16 (struct pcn_softc *, int);
static u_int16_t pcn_bcr_read16 (struct pcn_softc *, int);
static void pcn_csr_write (struct pcn_softc *, int, int);
static u_int32_t pcn_bcr_read (struct pcn_softc *, int);
static void pcn_bcr_write (struct pcn_softc *, int, int);
static int pcn_newbuf (struct pcn_softc *, int, struct mbuf *);
struct pcn_softc *sc;
static int pcn_encap (struct pcn_softc *,
struct pcn_softc *sc;
static void pcn_rxeof (struct pcn_softc *);
static void pcn_txeof (struct pcn_softc *);
struct pcn_softc *sc = ifp->if_softc;
struct pcn_softc *sc;
static void pcn_stop (struct pcn_softc *);
pcn_stop(struct pcn_softc *sc)
struct pcn_softc *sc = device_get_softc(dev);
static void pcn_setmulti (struct pcn_softc *);
static void pcn_reset (struct pcn_softc *);
static int pcn_list_rx_init (struct pcn_softc *);
static int pcn_list_tx_init (struct pcn_softc *);
sizeof(struct pcn_softc)
pcn_csr_read(struct pcn_softc *sc, int reg)
pcn_csr_read16(struct pcn_softc *sc, int reg)
pcn_csr_write(struct pcn_softc *sc, int reg, int val)
pcn_bcr_read(struct pcn_softc *sc, int reg)
pcn_bcr_read16(struct pcn_softc *sc, int reg)
pcn_bcr_write(struct pcn_softc *sc, int reg, int val)
struct pcn_softc *sc;
struct pcn_softc *sc;
struct pcn_softc *sc;
pcn_setmulti(struct pcn_softc *sc)
pcn_reset(struct pcn_softc *sc)
struct pcn_softc *sc;
struct pcn_softc *sc;
struct pcn_softc *sc = device_get_softc(dev);
pcn_list_tx_init(struct pcn_softc *sc)
pcn_list_rx_init(struct pcn_softc *sc)
pcn_newbuf(struct pcn_softc *sc, int idx, struct mbuf *m)
pcn_rxeof(struct pcn_softc *sc)
pcn_txeof(struct pcn_softc *sc)
struct pcn_softc *sc = xsc;
struct pcn_softc *sc;
pcn_encap(struct pcn_softc *sc, struct mbuf *m_head, u_int32_t *txidx)
struct pcn_softc *sc;