Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338190
b: refs/heads/master
c: 8830fd0
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 300f64f commit cd2b2e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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: 2fb99f8b0d68387d88fd22c47ab4865a93ce757e
refs/heads/master: 8830fd0a169ab569ec2ac79106d430b10ee45353
22 changes: 11 additions & 11 deletions trunk/drivers/staging/bcm/HostMIBSInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ typedef struct _S_MIBS_CLASSIFIER_RULE {
u16 uiClassifierRuleIndex;
BOOLEAN bUsed;
USHORT usVCID_Value;
B_UINT8 u8ClassifierRulePriority;
u8 u8ClassifierRulePriority;
U_MIBS_IP_ADDRESS stSrcIpAddress;
/* IP Source Address Length */
unsigned char ucIPSourceAddressLength;
Expand Down Expand Up @@ -100,14 +100,14 @@ typedef struct _S_MIBS_CLASSIFIER_RULE {

typedef struct _S_MIBS_PHS_RULE {
unsigned long ulSFID;
B_UINT8 u8PHSI;
B_UINT8 u8PHSFLength;
B_UINT8 u8PHSF[MIBS_MAX_PHS_LENGTHS];
B_UINT8 u8PHSMLength;
B_UINT8 u8PHSM[MIBS_MAX_PHS_LENGTHS];
B_UINT8 u8PHSS;
B_UINT8 u8PHSV;
B_UINT8 reserved[5];
u8 u8PHSI;
u8 u8PHSFLength;
u8 u8PHSF[MIBS_MAX_PHS_LENGTHS];
u8 u8PHSMLength;
u8 u8PHSM[MIBS_MAX_PHS_LENGTHS];
u8 u8PHSS;
u8 u8PHSV;
u8 reserved[5];
long PHSModifiedBytes;
unsigned long PHSModifiedNumPackets;
unsigned long PHSErrorNumPackets;
Expand Down Expand Up @@ -141,11 +141,11 @@ typedef struct _S_MIBS_SERVICEFLOW_TABLE {
unsigned long ulSFID;
USHORT usVCID_Value;
UINT uiThreshold;
B_UINT8 u8TrafficPriority;
u8 u8TrafficPriority;
BOOLEAN bValid;
BOOLEAN bActive;
BOOLEAN bActivateRequestSent;
B_UINT8 u8QueueType;
u8 u8QueueType;
UINT uiMaxBucketSize;
UINT uiCurrentQueueDepthOnTarget;
UINT uiCurrentBytesOnHost;
Expand Down

0 comments on commit cd2b2e9

Please sign in to comment.