Symbol: fec_softc
sys/dev/fdt/if_fec.c
1005
struct fec_softc *sc = arg;
sys/dev/fdt/if_fec.c
1036
fec_tx_proc(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
1085
fec_rx_proc(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
1152
struct fec_softc *sc = arg;
sys/dev/fdt/if_fec.c
1171
struct fec_softc *sc = (struct fec_softc *)dev;
sys/dev/fdt/if_fec.c
1189
struct fec_softc *sc = (struct fec_softc *)dev;
sys/dev/fdt/if_fec.c
1206
struct fec_softc *sc = (struct fec_softc *)dev;
sys/dev/fdt/if_fec.c
1230
struct fec_softc *sc = ifp->if_softc;
sys/dev/fdt/if_fec.c
1246
struct fec_softc *sc = ifp->if_softc;
sys/dev/fdt/if_fec.c
1259
fec_dmamem_alloc(struct fec_softc *sc, bus_size_t size, bus_size_t align)
sys/dev/fdt/if_fec.c
1298
fec_dmamem_free(struct fec_softc *sc, struct fec_dmamem *fdm)
sys/dev/fdt/if_fec.c
1307
fec_alloc_mbuf(struct fec_softc *sc, bus_dmamap_t map)
sys/dev/fdt/if_fec.c
1330
fec_fill_rx_ring(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
245
struct fec_softc *fec_sc;
sys/dev/fdt/if_fec.c
249
void fec_phy_init(struct fec_softc *, struct mii_softc *);
sys/dev/fdt/if_fec.c
252
int fec_encap(struct fec_softc *, struct mbuf *, int *);
sys/dev/fdt/if_fec.c
253
void fec_init_txd(struct fec_softc *);
sys/dev/fdt/if_fec.c
254
void fec_init_rxd(struct fec_softc *);
sys/dev/fdt/if_fec.c
255
void fec_init(struct fec_softc *);
sys/dev/fdt/if_fec.c
256
void fec_stop(struct fec_softc *);
sys/dev/fdt/if_fec.c
257
void fec_iff(struct fec_softc *);
sys/dev/fdt/if_fec.c
259
void fec_tx_proc(struct fec_softc *);
sys/dev/fdt/if_fec.c
260
void fec_rx_proc(struct fec_softc *);
sys/dev/fdt/if_fec.c
267
struct fec_dmamem *fec_dmamem_alloc(struct fec_softc *, bus_size_t, bus_size_t);
sys/dev/fdt/if_fec.c
268
void fec_dmamem_free(struct fec_softc *, struct fec_dmamem *);
sys/dev/fdt/if_fec.c
269
struct mbuf *fec_alloc_mbuf(struct fec_softc *, bus_dmamap_t);
sys/dev/fdt/if_fec.c
270
void fec_fill_rx_ring(struct fec_softc *);
sys/dev/fdt/if_fec.c
273
sizeof (struct fec_softc), fec_match, fec_attach
sys/dev/fdt/if_fec.c
293
struct fec_softc *sc = (struct fec_softc *) self;
sys/dev/fdt/if_fec.c
477
fec_phy_init(struct fec_softc *sc, struct mii_softc *child)
sys/dev/fdt/if_fec.c
603
fec_init_rxd(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
615
fec_init_txd(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
628
fec_init(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
731
fec_stop(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
777
fec_iff(struct fec_softc *sc)
sys/dev/fdt/if_fec.c
815
struct fec_softc *sc = ifp->if_softc;
sys/dev/fdt/if_fec.c
862
struct fec_softc *sc = ifp->if_softc;
sys/dev/fdt/if_fec.c
909
fec_encap(struct fec_softc *sc, struct mbuf *m0, int *idx)