Searched refs:arswitch_vlan_op (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.c53 arswitch_vlan_op(struct arswitch_softc *sc, uint32_t op, uint32_t vid, function
88 return (arswitch_vlan_op(sc, AR8X16_VLAN_OP_FLUSH, 0, 0));
96 return (arswitch_vlan_op(sc, AR8X16_VLAN_OP_PURGE, vid, 0));
106 err = arswitch_vlan_op(sc, AR8X16_VLAN_OP_GET, vid, 0);
126 err = arswitch_vlan_op(sc, AR8X16_VLAN_OP_LOAD, vid, ports);

Completed in 167 milliseconds