Searched refs:cPhsRule (Results 1 – 2 of 2) sorted by relevance
648 if (psfCSType->cPhsRule.u8PHSI) in CopyToAdapter()666 if (psfCSType->cPhsRule.u8PHSI) { in CopyToAdapter()673 … (Adapter->astClassifierTable[uiClassifierIndex].u8AssociatedPHSI == psfCSType->cPhsRule.u8PHSI)) { in CopyToAdapter()677 psfCSType->cPhsRule.u8PHSI); in CopyToAdapter()681 sPhsRule.u8PHSI = psfCSType->cPhsRule.u8PHSI; in CopyToAdapter()682 sPhsRule.u8PHSFLength = psfCSType->cPhsRule.u8PHSFLength; in CopyToAdapter()683 sPhsRule.u8PHSMLength = psfCSType->cPhsRule.u8PHSMLength; in CopyToAdapter()684 sPhsRule.u8PHSS = psfCSType->cPhsRule.u8PHSS; in CopyToAdapter()685 sPhsRule.u8PHSV = psfCSType->cPhsRule.u8PHSV; in CopyToAdapter()686 memcpy(sPhsRule.u8PHSF, psfCSType->cPhsRule.u8PHSF, MAX_PHS_LENGTHS); in CopyToAdapter()[all …]
142 struct _stPhsRuleSI cPhsRule; member