Searched refs:MVPP22_CLS_C2_ATTR2_RSS_EN (Results 1 – 3 of 3) sorted by relevance
889 c2.attr[2] |= MVPP22_CLS_C2_ATTR2_RSS_EN; in mvpp2_rss_port_c2_enable()900 c2.attr[2] &= ~MVPP22_CLS_C2_ATTR2_RSS_EN; in mvpp2_rss_port_c2_disable()
248 enabled = !!(c2.attr[2] & MVPP22_CLS_C2_ATTR2_RSS_EN); in mvpp2_dbgfs_flow_c2_enable_show()
142 #define MVPP22_CLS_C2_ATTR2_RSS_EN BIT(30) macro