diff options
Diffstat (limited to 'drivers/net/ethernet/brocade/bna/bnad.h')
-rw-r--r-- | drivers/net/ethernet/brocade/bna/bnad.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/brocade/bna/bnad.h b/drivers/net/ethernet/brocade/bna/bnad.h index faedbf24777e..f4ed816b93ee 100644 --- a/drivers/net/ethernet/brocade/bna/bnad.h +++ b/drivers/net/ethernet/brocade/bna/bnad.h | |||
@@ -175,6 +175,7 @@ struct bnad_drv_stats { | |||
175 | u64 tx_skb_headlen_zero; | 175 | u64 tx_skb_headlen_zero; |
176 | u64 tx_skb_frag_zero; | 176 | u64 tx_skb_frag_zero; |
177 | u64 tx_skb_len_mismatch; | 177 | u64 tx_skb_len_mismatch; |
178 | u64 tx_skb_map_failed; | ||
178 | 179 | ||
179 | u64 hw_stats_updates; | 180 | u64 hw_stats_updates; |
180 | u64 netif_rx_dropped; | 181 | u64 netif_rx_dropped; |
@@ -189,6 +190,7 @@ struct bnad_drv_stats { | |||
189 | u64 rx_unmap_q_alloc_failed; | 190 | u64 rx_unmap_q_alloc_failed; |
190 | 191 | ||
191 | u64 rxbuf_alloc_failed; | 192 | u64 rxbuf_alloc_failed; |
193 | u64 rxbuf_map_failed; | ||
192 | }; | 194 | }; |
193 | 195 | ||
194 | /* Complete driver stats */ | 196 | /* Complete driver stats */ |