Searched refs:pcn_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/pcn/
H A Dif_pcn.c124 static u_int32_t pcn_csr_read(struct pcn_softc *, int);
125 static u_int16_t pcn_csr_read16(struct pcn_softc *, int);
126 static u_int16_t pcn_bcr_read16(struct pcn_softc *, int);
127 static void pcn_csr_write(struct pcn_softc *, int, int);
128 static u_int32_t pcn_bcr_read(struct pcn_softc *, int);
129 static void pcn_bcr_write(struct pcn_softc *, int, int);
135 static int pcn_newbuf(struct pcn_softc *, int, struct mbuf *);
136 static int pcn_encap(struct pcn_softc *, struct mbuf *, u_int32_t *);
137 static void pcn_rxeof(struct pcn_softc *);
138 static void pcn_txeof(struct pcn_softc *);
[all...]
H A Dif_pcnreg.h451 struct pcn_softc { struct

Completed in 56 milliseconds