Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278555
b: refs/heads/master
c: 02fe702
h: refs/heads/master
i:
  278553: 141f564
  278551: 3f7aaa5
v: v3
  • Loading branch information
Ajit Khaparde authored and David S. Miller committed Dec 11, 2011
1 parent 266ec49 commit 2c9159f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86e62ad6b2a49064a078d7f22fa81afdaecc1187
refs/heads/master: 02fe7027961969a052fbbe453304f329d4e9735a
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ static void populate_be3_stats(struct be_adapter *adapter)
struct be_drv_stats *drvs = &adapter->drv_stats;

be_dws_le_to_cpu(hw_stats, sizeof(*hw_stats));
drvs->pmem_fifo_overflow_drop = port_stats->pmem_fifo_overflow_drop;
drvs->rx_priority_pause_frames = port_stats->rx_priority_pause_frames;
drvs->rx_pause_frames = port_stats->rx_pause_frames;
drvs->rx_crc_errors = port_stats->rx_crc_errors;
drvs->rx_control_frames = port_stats->rx_control_frames;
Expand Down

0 comments on commit 2c9159f

Please sign in to comment.