Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_regs.h286 #define VTE_MEMBERS 0x1ff macro
H A Db53_common.c319 vlan->members = entry & VTE_MEMBERS; in b53_get_vlan_entry()
320 vlan->untag = (entry >> VTE_UNTAG_S) & VTE_MEMBERS; in b53_get_vlan_entry()