|
@@ -62,7 +62,9 @@ static const struct {
|
|
|
8, "[%s]: tpa_aggregations" },
|
|
|
{ Q_STATS_OFFSET32(total_tpa_aggregated_frames_hi),
|
|
|
8, "[%s]: tpa_aggregated_frames"},
|
|
|
- { Q_STATS_OFFSET32(total_tpa_bytes_hi), 8, "[%s]: tpa_bytes"}
|
|
|
+ { Q_STATS_OFFSET32(total_tpa_bytes_hi), 8, "[%s]: tpa_bytes"},
|
|
|
+ { Q_STATS_OFFSET32(driver_filtered_tx_pkt),
|
|
|
+ 4, "[%s]: driver_filtered_tx_pkt" }
|
|
|
};
|
|
|
|
|
|
#define BNX2X_NUM_Q_STATS ARRAY_SIZE(bnx2x_q_stats_arr)
|
|
@@ -177,6 +179,8 @@ static const struct {
|
|
|
4, STATS_FLAGS_FUNC, "recoverable_errors" },
|
|
|
{ STATS_OFFSET32(unrecoverable_error),
|
|
|
4, STATS_FLAGS_FUNC, "unrecoverable_errors" },
|
|
|
+ { STATS_OFFSET32(driver_filtered_tx_pkt),
|
|
|
+ 4, STATS_FLAGS_FUNC, "driver_filtered_tx_pkt" },
|
|
|
{ STATS_OFFSET32(eee_tx_lpi),
|
|
|
4, STATS_FLAGS_PORT, "Tx LPI entry count"}
|
|
|
};
|