Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/
H A Dmt7530.h126 #define R0E_EG_TAG_MASK GENMASK(24, 22) macro
127 #define R0E_EG_TAG(x) FIELD_PREP(R0E_EG_TAG_MASK, x)
H A Dmt7530.c1275 R0E_BPDU_FR | R0E_EG_TAG_MASK | R0E_PORT_FW_MASK | in mt753x_trap_frames()