Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DPHSDefines.h113 }S_SERVICEFLOW_TABLE; typedef
119 S_SERVICEFLOW_TABLE *pstServiceFlowPhsRulesTable;
DPHSModule.h44 UINT GetServiceFlowEntry(S_SERVICEFLOW_TABLE *psServiceFlowTable,B_UINT16 uiVcid,S_SERVICEFLOW_ENTR…
DPHSModule.c3 static UINT CreateSFToClassifierRuleMapping(B_UINT16 uiVcid,B_UINT16 uiClsId,S_SERVICEFLOW_TABLE *…
19 static void free_phs_serviceflow_rules(S_SERVICEFLOW_TABLE *psServiceFlowRulesTable);
297 S_SERVICEFLOW_TABLE *pstServiceFlowTable; in phs_init()
304 kzalloc(sizeof(S_SERVICEFLOW_TABLE), GFP_KERNEL); in phs_init()
847 static void free_phs_serviceflow_rules(S_SERVICEFLOW_TABLE *psServiceFlowRulesTable) in free_phs_serviceflow_rules()
930 UINT GetServiceFlowEntry(IN S_SERVICEFLOW_TABLE *psServiceFlowTable, in GetServiceFlowEntry()
1016 IN S_SERVICEFLOW_TABLE *psServiceFlowTable,S_PHS_RULE *psPhsRule, in CreateSFToClassifierRuleMapping()