diff options
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 958fdda09c6b..b75795b4f8cf 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6512,6 +6512,14 @@ struct bnx2_napi { | |||
6512 | 6512 | ||
6513 | u16 tx_cons; | 6513 | u16 tx_cons; |
6514 | u16 hw_tx_cons; | 6514 | u16 hw_tx_cons; |
6515 | |||
6516 | u32 rx_prod_bseq; | ||
6517 | u16 rx_prod; | ||
6518 | u16 rx_cons; | ||
6519 | |||
6520 | u16 rx_pg_prod; | ||
6521 | u16 rx_pg_cons; | ||
6522 | |||
6515 | }; | 6523 | }; |
6516 | 6524 | ||
6517 | struct bnx2 { | 6525 | struct bnx2 { |
@@ -6556,13 +6564,6 @@ struct bnx2 { | |||
6556 | u32 rx_max_ring_idx; | 6564 | u32 rx_max_ring_idx; |
6557 | u32 rx_max_pg_ring_idx; | 6565 | u32 rx_max_pg_ring_idx; |
6558 | 6566 | ||
6559 | u32 rx_prod_bseq; | ||
6560 | u16 rx_prod; | ||
6561 | u16 rx_cons; | ||
6562 | |||
6563 | u16 rx_pg_prod; | ||
6564 | u16 rx_pg_cons; | ||
6565 | |||
6566 | u32 rx_csum; | 6567 | u32 rx_csum; |
6567 | 6568 | ||
6568 | struct sw_bd *rx_buf_ring; | 6569 | struct sw_bd *rx_buf_ring; |