Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_rt3050.c167 mtkswitch_get_port_status(struct mtkswitch_softc *sc, int port) in mtkswitch_get_port_status() function
510 sc->hal.mtkswitch_get_port_status = mtkswitch_get_port_status; in mtk_attach_switch_rt3050()
H A Dmtkswitch_mt7620.c245 mtkswitch_get_port_status(struct mtkswitch_softc *sc, int port) in mtkswitch_get_port_status() function
549 sc->hal.mtkswitch_get_port_status = mtkswitch_get_port_status; in mtk_attach_switch_mt7620()
H A Dmtkswitchvar.h83 uint32_t (* mtkswitch_get_port_status) member
H A Dmtkswitch.c369 portstatus = sc->hal.mtkswitch_get_port_status(sc, in mtkswitch_miipollstat()