Lines Matching +full:0 +full:x1ff
37 #define BRCM_OPCODE_MASK 0x7
41 #define BRCM_IG_TC_MASK 0x7
42 #define BRCM_IG_TE_MASK 0x3
44 #define BRCM_IG_DSTMAP_MASK 0x1ff
47 #define BRCM_EG_CID_MASK 0xff
48 #define BRCM_EG_RC_MASK 0xff
55 #define BRCM_EG_RC_MIRROR (1 << 0)
57 #define BRCM_EG_TC_MASK 0x7
58 #define BRCM_EG_PID_MASK 0x1f
61 { 0, "None" },
65 { 0, NULL }
75 { 0, NULL }
85 for (i = 0; i < BRCM_TAG_LEN; i++)
88 ND_PRINT("BRCM tag OP: %s", tag[0] ? "IG" : "EG");
89 if (tag[0] & (1 << BRCM_OPCODE_SHIFT)) {
98 ND_PRINT(", DST map: 0x%04x", dst_map & BRCM_IG_DSTMAP_MASK);