Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338201
b: refs/heads/master
c: 86758b7
h: refs/heads/master
i:
  338199: ff546c8
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 9681d02 commit 0f151de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4aca284f1a0d0b86a0105558a2599937ee32a5b7
refs/heads/master: 86758b7557d5c094b922c5b958886706576ee74a
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/HostMIBSInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ typedef union _U_MIBS_IP_ADDRESS {
};
} U_MIBS_IP_ADDRESS;

typedef struct _S_MIBS_HOST_INFO {
struct bcm_mibs_host_info {
u64 GoodTransmits;
u64 GoodReceives;
/* this to keep track of the Tx and Rx MailBox Registers. */
Expand All @@ -62,7 +62,7 @@ typedef struct _S_MIBS_HOST_INFO {
u32 u32TotalDSD;
u32 aTxPktSizeHist[MIBS_MAX_HIST_ENTRIES];
u32 aRxPktSizeHist[MIBS_MAX_HIST_ENTRIES];
} S_MIBS_HOST_INFO;
};

struct bcm_mibs_classifier_rule {
unsigned long ulSFID;
Expand Down Expand Up @@ -182,7 +182,7 @@ struct bcm_mibs_dropped_cntrl_msg {
};

struct bcm_host_stats_mibs {
S_MIBS_HOST_INFO stHostInfo;
struct bcm_mibs_host_info stHostInfo;
struct bcm_mibs_classifier_rule astClassifierTable[MIBS_MAX_CLASSIFIERS];
struct bcm_mibs_table astSFtable[MIBS_MAX_SERVICEFLOWS];
struct bcm_mibs_phs_rule astPhsRulesTable[MIBS_MAX_PHSRULES];
Expand Down

0 comments on commit 0f151de

Please sign in to comment.