Home
last modified time | relevance | path

Searched refs:ar8xxx_set_port_vlan (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.h45 int ar8xxx_set_port_vlan(struct arswitch_softc *sc, uint32_t ports, int vid);
H A Darswitch_vlans.c156 ar8xxx_set_port_vlan(struct arswitch_softc *sc, uint32_t ports, int vid) in ar8xxx_set_port_vlan() function
H A Darswitch.c546 sc->hal.arswitch_set_port_vlan = ar8xxx_set_port_vlan; in arswitch_attach()