genet_softc
struct genet_softc sc;
sizeof (struct genet_softc), bse_fdt_match, bse_fdt_attach
struct genet_softc *sc = (struct genet_softc *)self;
struct genet_softc *sc = ifp->if_softc;
struct genet_softc *sc = (struct genet_softc *)dev;
struct genet_softc *sc = (struct genet_softc *)dev;
genet_update_link(struct genet_softc *sc)
struct genet_softc *sc = (struct genet_softc *)self;
genet_setup_txdesc(struct genet_softc *sc, int index, int flags,
genet_setup_txbuf(struct genet_softc *sc, int index, struct mbuf *m)
genet_setup_rxdesc(struct genet_softc *sc, int index,
genet_setup_rxbuf(struct genet_softc *sc, int index, struct mbuf *m)
genet_alloc_mbufcl(struct genet_softc *sc)
genet_fill_rx_ring(struct genet_softc *sc, int qid)
genet_enable_intr(struct genet_softc *sc)
genet_disable_intr(struct genet_softc *sc)
struct genet_softc *sc = softc;
genet_setup_rxfilter_mdf(struct genet_softc *sc, u_int n, const uint8_t *ea)
genet_setup_rxfilter(struct genet_softc *sc)
genet_disable_dma(struct genet_softc *sc)
genet_reset(struct genet_softc *sc)
genet_init_rings(struct genet_softc *sc, int qid)
genet_init(struct genet_softc *sc)
genet_stop(struct genet_softc *sc)
genet_rxintr(struct genet_softc *sc, int qid)
genet_txintr(struct genet_softc *sc, int qid)
struct genet_softc *sc = ifp->if_softc;
struct genet_softc *sc = arg;
struct genet_softc *sc = ifp->if_softc;
genet_setup_dma(struct genet_softc *sc, int qid)
struct genet_softc *sc = ifp->if_softc;
genet_attach(struct genet_softc *sc)
genet_lladdr_read(struct genet_softc *sc, uint8_t *lladdr)
int genet_attach(struct genet_softc *);
void genet_lladdr_read(struct genet_softc *, uint8_t *);