Searched refs:ar8327_vlan_op (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitch_8327.c | 109 ar8327_vlan_op(struct arswitch_softc *sc, uint32_t op, uint32_t vid, in ar8327_vlan_op() function 1177 return (ar8327_vlan_op(sc, AR8327_VTU_FUNC1_OP_FLUSH, 0, 0)); in ar8327_flush_dot1q_vlan() 1184 return (ar8327_vlan_op(sc, AR8327_VTU_FUNC1_OP_PURGE, vid, 0)); in ar8327_purge_dot1q_vlan() 1200 r = ar8327_vlan_op(sc, op, vid, 0); in ar8327_get_dot1q_vlan() 1262 return (ar8327_vlan_op(sc, op, vid, val)); in ar8327_set_dot1q_vlan()
|