Searched refs:MVPP22_CLS_C2_ATTR2_RSS_EN (Results 1 – 3 of 3) sorted by relevance
1006 c2.attr[2] |= MVPP22_CLS_C2_ATTR2_RSS_EN; in mvpp2_rss_port_c2_enable()1025 c2.attr[2] &= ~MVPP22_CLS_C2_ATTR2_RSS_EN; in mvpp2_rss_port_c2_disable()1134 c2.attr[2] |= MVPP22_CLS_C2_ATTR2_RSS_EN; in mvpp2_port_c2_tcam_rule_add()
234 enabled = !!(c2.attr[2] & MVPP22_CLS_C2_ATTR2_RSS_EN); in mvpp2_dbgfs_flow_c2_enable_show()
166 #define MVPP22_CLS_C2_ATTR2_RSS_EN BIT(30) macro