Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c462 UINT nSFIndex =0, nClsidIndex =0 ; in PhsDeletePHSRule() local
488 for(nClsidIndex=0;nClsidIndex<MAX_PHSRULE_PER_SF;nClsidIndex++) in PhsDeletePHSRule()
490 …fierRulesTable->stActivePhsRulesList[nClsidIndex].bUsed && pstClassifierRulesTable->stActivePhsRul… 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()
528 UINT nSFIndex =0, nClsidIndex =0 ; in PhsDeleteClassifierRule() local
[all …]