Symbol: cad_softc
sys/dev/fdt/if_cad.c
1085
cad_iff(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1133
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1176
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1191
cad_encap(struct cad_softc *sc, struct mbuf *m)
sys/dev/fdt/if_cad.c
1274
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1312
cad_rxeof(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1398
cad_rxfill(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1451
cad_txeof(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1537
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1567
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1578
struct cad_softc *sc = ifp->if_softc;
sys/dev/fdt/if_cad.c
1588
cad_mii_wait(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1603
cad_mii_oper(struct cad_softc *sc, int phy_no, int reg, uint32_t oper)
sys/dev/fdt/if_cad.c
1625
struct cad_softc *sc = (struct cad_softc *)self;
sys/dev/fdt/if_cad.c
1642
struct cad_softc *sc = (struct cad_softc *)self;
sys/dev/fdt/if_cad.c
1651
struct cad_softc *sc = (struct cad_softc *)self;
sys/dev/fdt/if_cad.c
1685
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1691
cad_dmamem_alloc(struct cad_softc *sc, bus_size_t size, bus_size_t align)
sys/dev/fdt/if_cad.c
1739
cad_dmamem_free(struct cad_softc *sc, struct cad_dmamem *cdm)
sys/dev/fdt/if_cad.c
1748
cad_alloc_mbuf(struct cad_softc *sc, bus_dmamap_t map)
sys/dev/fdt/if_cad.c
1903
cad_kstat_attach(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
1940
struct cad_softc *sc = ks->ks_softc;
sys/dev/fdt/if_cad.c
1967
struct cad_softc *sc = arg;
sys/dev/fdt/if_cad.c
1978
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
656
cad_reset(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
712
cad_up(struct cad_softc *sc)
sys/dev/fdt/if_cad.c
975
cad_down(struct cad_softc *sc)