Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c209 mtkswitch_atu_flush(struct mtkswitch_softc *sc) in mtkswitch_atu_flush() function
511 sc->hal.mtkswitch_atu_flush = mtkswitch_atu_flush; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c273 mtkswitch_atu_flush(struct mtkswitch_softc *sc) in mtkswitch_atu_flush() function
550 sc->hal.mtkswitch_atu_flush = mtkswitch_atu_flush; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h87 int (* mtkswitch_atu_flush) (struct mtkswitch_softc *); member
H A Dmtkswitch.c383 sc->hal.mtkswitch_atu_flush(sc); in mtkswitch_miipollstat()