genet_softc
CFATTACH_DECL_NEW(genet_acpi, sizeof(struct genet_softc),
struct genet_softc * const sc = device_private(self);
CFATTACH_DECL_NEW(genet_fdt, sizeof(struct genet_softc),
struct genet_softc * const sc = device_private(self);
genet_claim_rxring(struct genet_softc *sc, int qid)
genet_attach(struct genet_softc *sc)
struct genet_softc * const sc = device_private(dev);
struct genet_softc *sc = device_private(dev);
genet_update_link(struct genet_softc *sc)
struct genet_softc * const sc = ifp->if_softc;
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_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_reset(struct genet_softc *sc)
genet_set_rxthresh(struct genet_softc *sc, int qid, int usecs, int count)
genet_set_txthresh(struct genet_softc *sc, int qid, int count)
genet_init_rings(struct genet_softc *sc, int qid)
genet_init_locked(struct genet_softc *sc)
struct genet_softc *sc = ifp->if_softc;
genet_free_txbuf(struct genet_softc *sc, int index)
genet_stop_locked(struct genet_softc *sc, int disable)
struct genet_softc * const sc = ifp->if_softc;
genet_rxintr(struct genet_softc *sc, int qid)
genet_txintr(struct genet_softc *sc, int qid)
genet_start_locked(struct genet_softc *sc)
struct genet_softc *sc = ifp->if_softc;
struct genet_softc *sc = arg;
struct genet_softc *sc = ifp->if_softc;
struct genet_softc * const sc = ifp->if_softc;
struct genet_softc *sc = device_private(dev);
genet_get_eaddr(struct genet_softc *sc, uint8_t *eaddr)
genet_setup_dma(struct genet_softc *sc, int qid)
int genet_attach(struct genet_softc *);