fec_softc
struct fec_softc *sc = arg;
fec_tx_proc(struct fec_softc *sc)
fec_rx_proc(struct fec_softc *sc)
struct fec_softc *sc = arg;
struct fec_softc *sc = (struct fec_softc *)dev;
struct fec_softc *sc = (struct fec_softc *)dev;
struct fec_softc *sc = (struct fec_softc *)dev;
struct fec_softc *sc = ifp->if_softc;
struct fec_softc *sc = ifp->if_softc;
fec_dmamem_alloc(struct fec_softc *sc, bus_size_t size, bus_size_t align)
fec_dmamem_free(struct fec_softc *sc, struct fec_dmamem *fdm)
fec_alloc_mbuf(struct fec_softc *sc, bus_dmamap_t map)
fec_fill_rx_ring(struct fec_softc *sc)
struct fec_softc *fec_sc;
void fec_phy_init(struct fec_softc *, struct mii_softc *);
int fec_encap(struct fec_softc *, struct mbuf *, int *);
void fec_init_txd(struct fec_softc *);
void fec_init_rxd(struct fec_softc *);
void fec_init(struct fec_softc *);
void fec_stop(struct fec_softc *);
void fec_iff(struct fec_softc *);
void fec_tx_proc(struct fec_softc *);
void fec_rx_proc(struct fec_softc *);
struct fec_dmamem *fec_dmamem_alloc(struct fec_softc *, bus_size_t, bus_size_t);
void fec_dmamem_free(struct fec_softc *, struct fec_dmamem *);
struct mbuf *fec_alloc_mbuf(struct fec_softc *, bus_dmamap_t);
void fec_fill_rx_ring(struct fec_softc *);
sizeof (struct fec_softc), fec_match, fec_attach
struct fec_softc *sc = (struct fec_softc *) self;
fec_phy_init(struct fec_softc *sc, struct mii_softc *child)
fec_init_rxd(struct fec_softc *sc)
fec_init_txd(struct fec_softc *sc)
fec_init(struct fec_softc *sc)
fec_stop(struct fec_softc *sc)
fec_iff(struct fec_softc *sc)
struct fec_softc *sc = ifp->if_softc;
struct fec_softc *sc = ifp->if_softc;
fec_encap(struct fec_softc *sc, struct mbuf *m0, int *idx)