aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/qlge/qlge.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/qlge/qlge.h')
-rw-r--r--drivers/net/qlge/qlge.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/net/qlge/qlge.h b/drivers/net/qlge/qlge.h
index cef930bfcc79..421471790601 100644
--- a/drivers/net/qlge/qlge.h
+++ b/drivers/net/qlge/qlge.h
@@ -1363,6 +1363,27 @@ struct nic_stats {
1363 u64 rx_1024_to_1518_pkts; 1363 u64 rx_1024_to_1518_pkts;
1364 u64 rx_1519_to_max_pkts; 1364 u64 rx_1519_to_max_pkts;
1365 u64 rx_len_err_pkts; 1365 u64 rx_len_err_pkts;
1366 /*
1367 * These stats come from offset 500h to 5C8h
1368 * in the XGMAC register.
1369 */
1370 u64 tx_cbfc_pause_frames0;
1371 u64 tx_cbfc_pause_frames1;
1372 u64 tx_cbfc_pause_frames2;
1373 u64 tx_cbfc_pause_frames3;
1374 u64 tx_cbfc_pause_frames4;
1375 u64 tx_cbfc_pause_frames5;
1376 u64 tx_cbfc_pause_frames6;
1377 u64 tx_cbfc_pause_frames7;
1378 u64 rx_cbfc_pause_frames0;
1379 u64 rx_cbfc_pause_frames1;
1380 u64 rx_cbfc_pause_frames2;
1381 u64 rx_cbfc_pause_frames3;
1382 u64 rx_cbfc_pause_frames4;
1383 u64 rx_cbfc_pause_frames5;
1384 u64 rx_cbfc_pause_frames6;
1385 u64 rx_cbfc_pause_frames7;
1386 u64 rx_nic_fifo_drop;
1366}; 1387};
1367 1388
1368/* 1389/*