Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353796
b: refs/heads/master
c: 72ccb86
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent fa86538 commit 7405002
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3efa535669a63d10f9b1c5f17ee6014224cc2d26
refs/heads/master: 72ccb86354f909bebac7722aa378d4409684a4d3
10 changes: 5 additions & 5 deletions trunk/drivers/staging/bcm/PHSDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,27 @@ typedef enum _E_CLASSIFIER_ENTRY_CONTEXT {

typedef struct _S_CLASSIFIER_ENTRY {
u8 bUsed;
B_UINT16 uiClassifierRuleId;
u16 uiClassifierRuleId;
u8 u8PHSI;
S_PHS_RULE *pstPhsRule;
u8 bUnclassifiedPHSRule;
} S_CLASSIFIER_ENTRY;

typedef struct _S_CLASSIFIER_TABLE {
B_UINT16 uiTotalClassifiers;
u16 uiTotalClassifiers;
S_CLASSIFIER_ENTRY stActivePhsRulesList[MAX_PHSRULE_PER_SF];
S_CLASSIFIER_ENTRY stOldPhsRulesList[MAX_PHSRULE_PER_SF];
B_UINT16 uiOldestPhsRuleIndex;
u16 uiOldestPhsRuleIndex;
} S_CLASSIFIER_TABLE;

typedef struct _S_SERVICEFLOW_ENTRY {
u8 bUsed;
B_UINT16 uiVcid;
u16 uiVcid;
S_CLASSIFIER_TABLE *pstClassifierTable;
} S_SERVICEFLOW_ENTRY;

typedef struct _S_SERVICEFLOW_TABLE {
B_UINT16 uiTotalServiceFlows;
u16 uiTotalServiceFlows;
S_SERVICEFLOW_ENTRY stSFList[MAX_SERVICEFLOWS];
} S_SERVICEFLOW_TABLE;

Expand Down

0 comments on commit 7405002

Please sign in to comment.