Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DPHSModule.c5 …eMapping(B_UINT16 uiVcid, B_UINT16 uiClsId, struct bcm_phs_entry *pstServiceFlowEntry, struct bcm…
362 struct bcm_phs_entry *pstServiceFlowEntry = NULL; in PhsUpdateClassifierRule() local
378 uiVcid, &pstServiceFlowEntry); in PhsUpdateClassifierRule()
389 pstServiceFlowEntry, psPhsRule, u8AssociatedPHSI); in PhsUpdateClassifierRule()
414 struct bcm_phs_entry *pstServiceFlowEntry = NULL; in PhsDeletePHSRule() local
423 …= GetServiceFlowEntry(pDeviceExtension->pstServiceFlowPhsRulesTable, uiVcid, &pstServiceFlowEntry); in PhsDeletePHSRule()
430 pstClassifierRulesTable = pstServiceFlowEntry->pstClassifierTable; in PhsDeletePHSRule()
472 struct bcm_phs_entry *pstServiceFlowEntry = NULL; in PhsDeleteClassifierRule() local
479 …= GetServiceFlowEntry(pDeviceExtension->pstServiceFlowPhsRulesTable, uiVcid, &pstServiceFlowEntry); in PhsDeleteClassifierRule()
485 nClsidIndex = GetClassifierEntry(pstServiceFlowEntry->pstClassifierTable, in PhsDeleteClassifierRule()
[all …]
Dhostmibs.c14 struct bcm_phs_entry *pstServiceFlowEntry = NULL; in ProcessGetHostMibs() local
56 usVCID_Value, &pstServiceFlowEntry)) in ProcessGetHostMibs()
60 pstClassifierTable = pstServiceFlowEntry->pstClassifierTable; in ProcessGetHostMibs()