diff options
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 345b6db9a947..958fdda09c6b 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6509,6 +6509,9 @@ struct bnx2_napi { | |||
6509 | struct status_block *status_blk; | 6509 | struct status_block *status_blk; |
6510 | u32 last_status_idx; | 6510 | u32 last_status_idx; |
6511 | u32 int_num; | 6511 | u32 int_num; |
6512 | |||
6513 | u16 tx_cons; | ||
6514 | u16 hw_tx_cons; | ||
6512 | }; | 6515 | }; |
6513 | 6516 | ||
6514 | struct bnx2 { | 6517 | struct bnx2 { |
@@ -6539,9 +6542,6 @@ struct bnx2 { | |||
6539 | u32 tx_bidx_addr; | 6542 | u32 tx_bidx_addr; |
6540 | u32 tx_bseq_addr; | 6543 | u32 tx_bseq_addr; |
6541 | 6544 | ||
6542 | u16 tx_cons __attribute__((aligned(L1_CACHE_BYTES))); | ||
6543 | u16 hw_tx_cons; | ||
6544 | |||
6545 | struct bnx2_napi bnx2_napi; | 6545 | struct bnx2_napi bnx2_napi; |
6546 | 6546 | ||
6547 | #ifdef BCM_VLAN | 6547 | #ifdef BCM_VLAN |