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

  /src/sys/dev/ic/
dwc_eqos_var.h 47 struct eqos_softc *sc;
56 struct eqos_softc { struct
107 int eqos_attach(struct eqos_softc *);
dwc_eqos.c 120 static void eqos_init_sysctls(struct eqos_softc *);
132 struct eqos_softc * const sc = device_private(dev);
164 struct eqos_softc * const sc = device_private(dev);
195 eqos_update_link(struct eqos_softc *sc)
250 struct eqos_softc * const sc = ifp->if_softc;
256 eqos_dma_sync(struct eqos_softc *sc, bus_dmamap_t map,
273 eqos_setup_txdesc(struct eqos_softc *sc, int index, int flags,
306 eqos_setup_txbuf(struct eqos_softc *sc, int index, struct mbuf *m)
381 eqos_setup_rxdesc(struct eqos_softc *sc, int index, bus_addr_t paddr)
398 eqos_setup_rxbuf(struct eqos_softc *sc, int index, struct mbuf *m
    [all...]
  /src/sys/arch/riscv/starfive/
jh7110_eqos.c 56 struct eqos_softc sc_eqos;
63 struct eqos_softc * const sc = &jh_sc->sc_eqos;
121 struct eqos_softc * const eqos_sc = &sc->sc_eqos;
  /src/sys/dev/acpi/
eqos_acpi.c 63 static void eqos_acpi_init_props(struct eqos_softc *, ACPI_HANDLE);
65 CFATTACH_DECL_NEW(eqos_acpi, sizeof(struct eqos_softc),
79 struct eqos_softc * const sc = device_private(self);
138 eqos_acpi_init_props(struct eqos_softc *sc, ACPI_HANDLE handle)
  /src/sys/dev/pci/
if_eqos_pci.c 59 struct eqos_softc sc_eqos;
102 struct eqos_softc * const sc = &psc->sc_eqos;
  /src/sys/arch/arm/rockchip/
rk_eqos.c 47 struct eqos_softc sc_base;
268 rk_eqos_init_props(struct eqos_softc *sc, int phandle)
294 struct eqos_softc * const sc = &rk_sc->sc_base;

Completed in 13 milliseconds