Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c315 S_SERVICEFLOW_ENTRY sServiceFlow = pstServiceFlowTable->stSFList[i]; in phs_init()
858 psServiceFlowRulesTable->stSFList[i]; in free_phs_serviceflow_rules()
936 if(psServiceFlowTable->stSFList[i].bUsed) in GetServiceFlowEntry()
938 if(psServiceFlowTable->stSFList[i].uiVcid == uiVcid) in GetServiceFlowEntry()
940 *ppstServiceFlowEntry = &psServiceFlowTable->stSFList[i]; in GetServiceFlowEntry()
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()
1342 pDeviceExtension->pstServiceFlowPhsRulesTable->stSFList[i]; in DumpPhsRules()
DPHSDefines.h111 S_SERVICEFLOW_ENTRY stSFList[MAX_SERVICEFLOWS]; member