Home
last modified time | relevance | path

Searched refs:cPhsRule (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DCmHost.c648 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 …]
Dcntrl_SignalingInterface.h142 struct _stPhsRuleSI cPhsRule; member