Lines Matching refs:glblMask
1698 uint32_t offset, bool glblMask, in GetGenParseCode() argument
1707 if (glblMask) in GetGenParseCode()
2016 uint32_t offset, bool glblMask, in GetPrParseCode() argument
2035 if (offset || glblMask) in GetPrParseCode()
2042 if (offset || glblMask) in GetPrParseCode()
3954 uint16_t glblMask = p_CcNodeParam->extractCcParams.extractNonHdr.icIndxMask; in IcHashIndexedCheckParams() local
3955 uint16_t countMask = (uint16_t)(glblMask >> 4); in IcHashIndexedCheckParams()
3958 if (glblMask & 0x000f) in IcHashIndexedCheckParams()
4013 if ((glblMask & (tmp * 16)) == (tmp * 16)) in IcHashIndexedCheckParams()
4063 glblMask = htobe16(glblMask); in IcHashIndexedCheckParams()
4064 memcpy(PTR_MOVE(p_CcNode->p_GlblMask, 2), &glblMask, 2); in IcHashIndexedCheckParams()
4331 bool glblMask = FALSE; in MatchTableSet() local
4397 glblMask = FALSE; in MatchTableSet()
4435 glblMask = TRUE; in MatchTableSet()
4442 glblMask = TRUE; in MatchTableSet()
4449 glblMask = TRUE; in MatchTableSet()
4485 && glblMask) in MatchTableSet()
4487 glblMask = FALSE; in MatchTableSet()
4504 p_CcNode->offset, glblMask, in MatchTableSet()
4540 p_CcNode->offset, glblMask, &p_CcNode->prsArrayOffset, in MatchTableSet()
4590 if (!glblMask) in MatchTableSet()
7081 uint16_t glblMask; in FM_PCD_MatchTableGetIndexedHashBucket() local
7091 memcpy(&glblMask, PTR_MOVE(p_CcNode->p_GlblMask, 2), 2); in FM_PCD_MatchTableGetIndexedHashBucket()
7092 glblMask = be16toh(glblMask); in FM_PCD_MatchTableGetIndexedHashBucket()
7099 & glblMask) >> 4); in FM_PCD_MatchTableGetIndexedHashBucket()