Searched refs:bcm_phs_classifier_table (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/bcm/ |
D | PHSModule.c | 7 static UINT CreateClassifierPHSRule(B_UINT16 uiClsId, struct bcm_phs_classifier_table *psaClassifi… 9 …Id, struct bcm_phs_classifier_entry *pstClassifierEntry, struct bcm_phs_classifier_table *psaClass… 13 static BOOLEAN DerefPhsRule(B_UINT16 uiClsId, struct bcm_phs_classifier_table *psaClassifiertable, … 15 static UINT GetClassifierEntry(struct bcm_phs_classifier_table *pstClassifierTable, B_UINT32 uiClsi… 17 static UINT GetPhsRuleEntry(struct bcm_phs_classifier_table *pstClassifierTable, B_UINT32 uiPHSI, e… 290 sServiceFlow.pstClassifierTable = kzalloc(sizeof(struct bcm_phs_classifier_table), GFP_KERNEL); in phs_init() 415 struct bcm_phs_classifier_table *pstClassifierRulesTable = NULL; in PhsDeletePHSRule() 530 struct bcm_phs_classifier_table *pstClassifierRulesTable = NULL; in PhsDeleteSFRules() 755 struct bcm_phs_classifier_table *pstClassifierRulesTable = stServiceFlowEntry.pstClassifierTable; in free_phs_serviceflow_rules() 832 UINT GetClassifierEntry(IN struct bcm_phs_classifier_table *pstClassifierTable, in GetClassifierEntry() [all …]
|
D | PHSDefines.h | 69 struct bcm_phs_classifier_table { struct 79 struct bcm_phs_classifier_table *pstClassifierTable; argument
|
D | hostmibs.c | 16 struct bcm_phs_classifier_table *pstClassifierTable = NULL; in ProcessGetHostMibs()
|