Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/
H A Dmt7530.h131 #define R03_EG_TAG_MASK GENMASK(8, 6) macro
132 #define R03_EG_TAG(x) FIELD_PREP(R03_EG_TAG_MASK, x)
H A Dmt7530.c1276 R03_BPDU_FR | R03_EG_TAG_MASK | R03_PORT_FW_MASK, in mt753x_trap_frames()