Symbol: cad_softc
sys/dev/fdt/if_cad.c
1063
cad_iff(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1111
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1154
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1169
cad_encap(struct cad_softc *sc, struct mbuf *m)
sys/dev/fdt/if_cad.c
1252
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1290
cad_rxeof(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1376
cad_rxfill(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1429
cad_txeof(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1515
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1545
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1556
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1566
cad_mii_wait(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1581
cad_mii_oper(struct cad_softc *sc, int phy_no, int reg, uint32_t oper)
sys/dev/fdt/if_cad.c
1603
struct cad_softc *sc = (struct cad_softc *)self;
sys/dev/fdt/if_cad.c
1620
struct cad_softc *sc = (struct cad_softc *)self;
sys/dev/fdt/if_cad.c
1629
struct cad_softc *sc = (struct cad_softc *)self;
sys/dev/fdt/if_cad.c
1663
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1675
cad_dmamem_alloc(struct cad_softc *sc, bus_size_t size, bus_size_t align)
sys/dev/fdt/if_cad.c
1723
cad_dmamem_free(struct cad_softc *sc, struct cad_dmamem *cdm)
sys/dev/fdt/if_cad.c
1732
cad_alloc_mbuf(struct cad_softc *sc, bus_dmamap_t map)
sys/dev/fdt/if_cad.c
1887
cad_kstat_attach(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1924
struct cad_softc *sc = ks->ks_softc;
sys/dev/fdt/if_cad.c
1951
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1962
cad_dump(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
323
void cad_reset(struct cad_softc *);
sys/dev/fdt/if_cad.c
324
int cad_up(struct cad_softc *);
sys/dev/fdt/if_cad.c
325
void cad_down(struct cad_softc *);
sys/dev/fdt/if_cad.c
326
void cad_iff(struct cad_softc *);
sys/dev/fdt/if_cad.c
337
struct cad_dmamem *cad_dmamem_alloc(struct cad_softc *, bus_size_t, bus_size_t);
sys/dev/fdt/if_cad.c
338
void cad_dmamem_free(struct cad_softc *, struct cad_dmamem *);
sys/dev/fdt/if_cad.c
339
void cad_rxfill(struct cad_softc *);
sys/dev/fdt/if_cad.c
340
void cad_rxeof(struct cad_softc *);
sys/dev/fdt/if_cad.c
341
void cad_txeof(struct cad_softc *);
sys/dev/fdt/if_cad.c
342
unsigned int cad_encap(struct cad_softc *, struct mbuf *);
sys/dev/fdt/if_cad.c
343
struct mbuf *cad_alloc_mbuf(struct cad_softc *, bus_dmamap_t);
sys/dev/fdt/if_cad.c
346
void cad_kstat_attach(struct cad_softc *);
sys/dev/fdt/if_cad.c
352
struct cad_softc *cad_sc[4];
sys/dev/fdt/if_cad.c
356
sizeof(struct cad_softc), cad_match, cad_attach
sys/dev/fdt/if_cad.c
391
struct cad_softc *sc = (struct cad_softc *)self;
sys/dev/fdt/if_cad.c
590
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
644
cad_reset(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
700
cad_up(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
958
cad_down(struct cad_softc *sc)