Home | History | Annotate | Download | only in ic

Lines Matching refs:genet_softc

95 	struct genet_softc *sc = device_private(dev);
122 struct genet_softc *sc = device_private(dev);
145 genet_update_link(struct genet_softc *sc)
178 struct genet_softc * const sc = ifp->if_softc;
184 genet_setup_txdesc(struct genet_softc *sc, int index, int flags,
197 genet_setup_txbuf(struct genet_softc *sc, int index, struct mbuf *m)
258 genet_setup_rxdesc(struct genet_softc *sc, int index,
266 genet_setup_rxbuf(struct genet_softc *sc, int index, struct mbuf *m)
288 genet_alloc_mbufcl(struct genet_softc *sc)
300 genet_enable_intr(struct genet_softc *sc)
307 genet_disable_intr(struct genet_softc *sc)
317 struct genet_softc *sc = softc;
328 genet_setup_rxfilter_mdf(struct genet_softc *sc, u_int n, const uint8_t *ea)
338 genet_setup_rxfilter(struct genet_softc *sc)
391 genet_reset(struct genet_softc *sc)
429 genet_set_rxthresh(struct genet_softc *sc, int qid, int usecs, int count)
455 genet_set_txthresh(struct genet_softc *sc, int qid, int count)
466 genet_init_rings(struct genet_softc *sc, int qid)
544 genet_init_locked(struct genet_softc *sc)
604 struct genet_softc *sc = ifp->if_softc;
617 genet_free_txbuf(struct genet_softc *sc, int index)
638 genet_stop_locked(struct genet_softc *sc, int disable)
693 struct genet_softc * const sc = ifp->if_softc;
701 genet_rxintr(struct genet_softc *sc, int qid)
794 genet_txintr(struct genet_softc *sc, int qid)
816 genet_start_locked(struct genet_softc *sc)
870 struct genet_softc *sc = ifp->if_softc;
880 struct genet_softc *sc = arg;
903 struct genet_softc *sc = ifp->if_softc;
938 struct genet_softc * const sc = ifp->if_softc;
959 genet_get_eaddr(struct genet_softc *sc, uint8_t *eaddr)
990 genet_setup_dma(struct genet_softc *sc, int qid)
1034 genet_claim_rxring(struct genet_softc *sc, int qid)
1049 genet_attach(struct genet_softc *sc)
1166 struct genet_softc * const sc = device_private(dev);