Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338193
b: refs/heads/master
c: 86d82c9
h: refs/heads/master
i:
  338191: c252a2d
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 880e3f6 commit 1f75745
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: 7d5691e5ce814b43c08d5d5701c73346de4d1356
refs/heads/master: 86d82c90b34c52d7cde36c6d98854bd3ac0c975d
22 changes: 11 additions & 11 deletions trunk/drivers/staging/bcm/HostMIBSInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ typedef struct _S_MIBS_HOST_INFO {
unsigned long BEBucketSize;
unsigned long rtPSBucketSize;
unsigned long LastTxQueueIndex;
BOOLEAN TxOutofDescriptors;
BOOLEAN TimerActive;
bool TxOutofDescriptors;
bool TimerActive;
u32 u32TotalDSD;
u32 aTxPktSizeHist[MIBS_MAX_HIST_ENTRIES];
u32 aRxPktSizeHist[MIBS_MAX_HIST_ENTRIES];
Expand All @@ -68,7 +68,7 @@ typedef struct _S_MIBS_CLASSIFIER_RULE {
unsigned long ulSFID;
unsigned char ucReserved[2];
u16 uiClassifierRuleIndex;
BOOLEAN bUsed;
bool bUsed;
unsigned short usVCID_Value;
u8 u8ClassifierRulePriority;
U_MIBS_IP_ADDRESS stSrcIpAddress;
Expand All @@ -89,12 +89,12 @@ typedef struct _S_MIBS_CLASSIFIER_RULE {
unsigned short usDestPortRangeLo[MIBS_MAX_PORT_RANGE];
unsigned short usDestPortRangeHi[MIBS_MAX_PORT_RANGE];
unsigned char ucDestPortRangeLength;
BOOLEAN bProtocolValid;
BOOLEAN bTOSValid;
BOOLEAN bDestIpValid;
BOOLEAN bSrcIpValid;
bool bProtocolValid;
bool bTOSValid;
bool bDestIpValid;
bool bSrcIpValid;
unsigned char ucDirection;
BOOLEAN bIpv6Protocol;
bool bIpv6Protocol;
u32 u32PHSRuleID;
} S_MIBS_CLASSIFIER_RULE;

Expand Down Expand Up @@ -142,9 +142,9 @@ typedef struct _S_MIBS_SERVICEFLOW_TABLE {
unsigned short usVCID_Value;
unsigned int uiThreshold;
u8 u8TrafficPriority;
BOOLEAN bValid;
BOOLEAN bActive;
BOOLEAN bActivateRequestSent;
bool bValid;
bool bActive;
bool bActivateRequestSent;
u8 u8QueueType;
unsigned int uiMaxBucketSize;
unsigned int uiCurrentQueueDepthOnTarget;
Expand Down

0 comments on commit 1f75745

Please sign in to comment.