Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c3 …RuleMapping(B_UINT16 uiVcid,B_UINT16 uiClsId,S_SERVICEFLOW_TABLE *psServiceFlowTable,S_PHS_RULE *…
930 UINT GetServiceFlowEntry(IN S_SERVICEFLOW_TABLE *psServiceFlowTable, in GetServiceFlowEntry() argument
936 if(psServiceFlowTable->stSFList[i].bUsed) in GetServiceFlowEntry()
938 if(psServiceFlowTable->stSFList[i].uiVcid == uiVcid) in GetServiceFlowEntry()
940 *ppstServiceFlowEntry = &psServiceFlowTable->stSFList[i]; in GetServiceFlowEntry()
1016 IN S_SERVICEFLOW_TABLE *psServiceFlowTable,S_PHS_RULE *psPhsRule, in CreateSFToClassifierRuleMapping() argument
1027 if(!psServiceFlowTable->stSFList[iSfIndex].bUsed) in CreateSFToClassifierRuleMapping()
1038 psaClassifiertable = psServiceFlowTable->stSFList[iSfIndex].pstClassifierTable; in CreateSFToClassifierRuleMapping()
1044 psServiceFlowTable->stSFList[iSfIndex].bUsed = TRUE; in CreateSFToClassifierRuleMapping()
1045 psServiceFlowTable->stSFList[iSfIndex].uiVcid = uiVcid; in CreateSFToClassifierRuleMapping()
DPHSModule.h44 UINT GetServiceFlowEntry(S_SERVICEFLOW_TABLE *psServiceFlowTable,B_UINT16 uiVcid,S_SERVICEFLOW_ENTR…