HomeSort by: relevance | last modified time | path
    Searched refs:genet_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
bcmgenetvar.h 57 struct genet_softc { struct
80 int genet_attach(struct genet_softc *);
bcmgenet.c 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
    [all...]
  /src/sys/dev/acpi/
genet_acpi.c 60 CFATTACH_DECL_NEW(genet_acpi, sizeof(struct genet_softc),
74 struct genet_softc * const sc = device_private(self);
  /src/sys/dev/fdt/
genet_fdt.c 55 CFATTACH_DECL_NEW(genet_fdt, sizeof(struct genet_softc),
74 struct genet_softc * const sc = device_private(self);

Completed in 13 milliseconds