Searched refs:MVPP2_PRS_DBL_VLAN_AI_BIT (Results 1 – 2 of 2) sorted by relevance
938 AiBits &= ~MVPP2_PRS_DBL_VLAN_AI_BIT; in Mvpp2PrsVlanFind()1021 Ai |= MVPP2_PRS_DBL_VLAN_AI_BIT; in Mvpp2PrsVlanAdd()1175 Mvpp2PrsSramAiUpdate (Pe, Ai | MVPP2_PRS_DBL_VLAN_AI_BIT, MVPP2_PRS_SRAM_AI_MASK); in Mvpp2PrsDoubleVlanAdd()1857 Mvpp2PrsTcamAiUpdate (&Pe, MVPP2_PRS_DBL_VLAN_AI_BIT, MVPP2_PRS_DBL_VLAN_AI_BIT); in Mvpp2PrsVlanInit()
1762 #define MVPP2_PRS_DBL_VLAN_AI_BIT BIT(7) macro