Home
last modified time | relevance | path

Searched refs:eqos_softc (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/eqos/
H A Dif_eqos.c113 struct eqos_softc *sc = device_get_softc(dev); in eqos_miibus_readreg()
145 struct eqos_softc *sc = device_get_softc(dev); in eqos_miibus_writereg()
177 struct eqos_softc *sc = device_get_softc(dev); in eqos_miibus_statchg()
229 struct eqos_softc *sc = if_getsoftc(ifp); in eqos_media_status()
242 struct eqos_softc *sc = if_getsoftc(ifp); in eqos_media_change()
252 eqos_setup_txdesc(struct eqos_softc *sc, int index, int flags, in eqos_setup_txdesc()
272 eqos_setup_txbuf(struct eqos_softc *sc, struct mbuf *m) in eqos_setup_txbuf()
327 eqos_setup_rxdesc(struct eqos_softc *sc, int index, bus_addr_t paddr) in eqos_setup_rxdesc()
339 eqos_setup_rxbuf(struct eqos_softc *sc, int index, struct mbuf *m) in eqos_setup_rxbuf()
361 eqos_alloc_mbufcl(struct eqos_softc *sc) in eqos_alloc_mbufcl()
[all …]
H A Dif_eqos_fdt.c146 struct eqos_softc *sc = device_get_softc(dev); in eqos_fdt_init()
304 sizeof(struct eqos_softc), eqos_driver);
H A Dif_eqos_var.h74 struct eqos_softc { struct
H A Dif_eqos_starfive.c50 struct eqos_softc base;