Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h130 int (* arswitch_get_dot1q_vlan) (struct arswitch_softc *, member
H A Darswitch_vlans.c291 err = sc->hal.arswitch_get_dot1q_vlan(sc, &vg->es_member_ports, in ar8xxx_getvgroup()
H A Darswitch_8327.c1281 sc->hal.arswitch_get_dot1q_vlan = ar8327_get_dot1q_vlan; in ar8327_attach()
H A Darswitch.c541 sc->hal.arswitch_get_dot1q_vlan = ar8xxx_get_dot1q_vlan; in arswitch_attach()