Searched refs:sPhsRule (Results 1 – 2 of 2) sorted by relevance
444 S_PHS_RULE sPhsRule; in CopyToAdapter() local681 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()687 memcpy(sPhsRule.u8PHSM, psfCSType->cPhsRule.u8PHSM, MAX_PHS_LENGTHS); in CopyToAdapter()688 sPhsRule.u8RefCnt = 0; in CopyToAdapter()689 sPhsRule.bUnclassifiedPHSRule = FALSE; in CopyToAdapter()[all …]
168 S_PHS_RULE sPhsRule; member