Home
last modified time | relevance | path

Searched refs:stActivePhsRulesList (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c490 …if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].bUsed && pstClassifierRulesTable->st… in PhsDeletePHSRule()
492 … if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8PHSI == u8PHSI) { in PhsDeletePHSRule()
493 if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt) in PhsDeletePHSRule()
494 pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt--; in PhsDeletePHSRule()
495 if(0 == pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule->u8RefCnt) in PhsDeletePHSRule()
496 kfree(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule); in PhsDeletePHSRule()
497 memset(&pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex], 0, in PhsDeletePHSRule()
615 if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex].pstPhsRule) in PhsDeleteSFRules()
617 if(pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex] in PhsDeleteSFRules()
619 pstClassifierRulesTable->stActivePhsRulesList[nClsidIndex] in PhsDeleteSFRules()
[all …]
DPHSDefines.h94 S_CLASSIFIER_ENTRY stActivePhsRulesList[MAX_PHSRULE_PER_SF]; member
Dhostmibs.c63 pstClassifierRule = &pstClassifierTable->stActivePhsRulesList[uiIndex]; in ProcessGetHostMibs()