aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe/bxe_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/bxe/bxe_stats.h')
-rw-r--r--sys/dev/bxe/bxe_stats.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/bxe/bxe_stats.h b/sys/dev/bxe/bxe_stats.h
index ad8cc139b950..3ae8ad6e2c77 100644
--- a/sys/dev/bxe/bxe_stats.h
+++ b/sys/dev/bxe/bxe_stats.h
@@ -267,9 +267,13 @@ struct bxe_eth_stats {
/* num. of times tx queue full occurred */
uint32_t tx_queue_full_return;
/* debug stats */
+ uint32_t bxe_tx_mq_sc_state_failures;
uint32_t tx_request_link_down_failures;
uint32_t bd_avail_too_less_failures;
uint32_t tx_mq_not_empty;
+ uint32_t nsegs_path1_errors;
+ uint32_t nsegs_path2_errors;
+
};
@@ -378,9 +382,13 @@ struct bxe_eth_q_stats {
uint32_t tx_queue_full_return;
/* debug stats */
+ uint32_t bxe_tx_mq_sc_state_failures;
uint32_t tx_request_link_down_failures;
uint32_t bd_avail_too_less_failures;
uint32_t tx_mq_not_empty;
+ uint32_t nsegs_path1_errors;
+ uint32_t nsegs_path2_errors;
+
};
struct bxe_eth_stats_old {