Home
last modified time | relevance | path

Searched refs:VTE_UNTAG_S (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_regs.h287 #define VTE_UNTAG_S 9 macro
H A Db53_common.c277 (vlan->untag << VTE_UNTAG_S) | vlan->members); in b53_set_vlan_entry()
320 vlan->untag = (entry >> VTE_UNTAG_S) & VTE_MEMBERS; in b53_get_vlan_entry()