Searched refs:MVPP22_CLS_C2_ACT_COLOR (Results 1 – 2 of 2) sorted by relevance
1123 c2.act = MVPP22_CLS_C2_ACT_COLOR(MVPP22_C2_COL_RED_LOCK); in mvpp2_port_c2_tcam_rule_add()1130 c2.act = MVPP22_CLS_C2_ACT_COLOR(MVPP22_C2_COL_NO_UPD_LOCK); in mvpp2_port_c2_tcam_rule_add()
156 #define MVPP22_CLS_C2_ACT_COLOR(act) ((act) & 0x7) macro