Lines Matching refs:parseCode
369 tmpReg32 |= p_Node->parseCode; in FillAdOfTypeContLookup()
858 p_FmPcdCcNodeTmp->parseCode = p_CcNode->parseCode; in BuildNewAd()
2385 if (p_CcNode->parseCode && (p_CcNode->parseCode != CC_PC_FF_TCI1) in UpdateGblMask()
2386 && (p_CcNode->parseCode != CC_PC_FF_TCI2) in UpdateGblMask()
2387 && (p_CcNode->parseCode != CC_PC_FF_MPLS1) in UpdateGblMask()
2388 && (p_CcNode->parseCode != CC_PC_FF_MPLS_LAST) in UpdateGblMask()
2389 && (p_CcNode->parseCode != CC_PC_FF_IPV4IPTOS_TC1) in UpdateGblMask()
2390 && (p_CcNode->parseCode != CC_PC_FF_IPV4IPTOS_TC2) in UpdateGblMask()
2391 && (p_CcNode->parseCode != CC_PC_FF_IPTOS_IPV6TC1_IPV6FLOW1) in UpdateGblMask()
2392 && (p_CcNode->parseCode != CC_PC_FF_IPDSCP) in UpdateGblMask()
2393 && (p_CcNode->parseCode != CC_PC_FF_IPTOS_IPV6TC2_IPV6FLOW2)) in UpdateGblMask()
3462 if ((p_CcNode->parseCode == CC_PC_FF_IPV4TTL) in ModifyNodeCommonPart()
3463 || (p_CcNode->parseCode == CC_PC_FF_IPV6HOP_LIMIT)) in ModifyNodeCommonPart()
3473 if (p_CcNode->parseCode == CC_PC_GENERIC_IC_HASH_INDEXED) in ModifyNodeCommonPart()
4464 p_CcNode->parseCode = in MatchTableSet()
4474 if ((p_CcNode->parseCode != CC_PC_FF_TCI1) in MatchTableSet()
4475 && (p_CcNode->parseCode != CC_PC_FF_TCI2) in MatchTableSet()
4476 && (p_CcNode->parseCode != CC_PC_FF_MPLS1) in MatchTableSet()
4477 && (p_CcNode->parseCode != CC_PC_FF_MPLS_LAST) in MatchTableSet()
4478 && (p_CcNode->parseCode != CC_PC_FF_IPV4IPTOS_TC1) in MatchTableSet()
4479 && (p_CcNode->parseCode != CC_PC_FF_IPV4IPTOS_TC2) in MatchTableSet()
4480 && (p_CcNode->parseCode in MatchTableSet()
4482 && (p_CcNode->parseCode != CC_PC_FF_IPDSCP) in MatchTableSet()
4483 && (p_CcNode->parseCode in MatchTableSet()
4500 p_CcNode->parseCode = in MatchTableSet()
4515 p_CcNode->parseCode = in MatchTableSet()
4538 p_CcNode->parseCode = GetGenParseCode( in MatchTableSet()
4543 if (p_CcNode->parseCode == CC_PC_GENERIC_IC_HASH_INDEXED) in MatchTableSet()
4554 if ((p_CcNode->parseCode == CC_PC_GENERIC_IC_GMASK) in MatchTableSet()
4555 || (p_CcNode->parseCode == CC_PC_GENERIC_IC_HASH_INDEXED)) in MatchTableSet()
4567 if (p_CcNode->parseCode == CC_PC_ILLEGAL) in MatchTableSet()
5255 return p_CcNode->parseCode; in FmPcdCcGetParseCode()
7086 p_CcNode->parseCode == CC_PC_GENERIC_IC_HASH_INDEXED, in FM_PCD_MatchTableGetIndexedHashBucket()