aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r--drivers/net/bnx2x.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h
index dc423e58dad8..d0e5ab1af444 100644
--- a/drivers/net/bnx2x.h
+++ b/drivers/net/bnx2x.h
@@ -1,6 +1,6 @@
1/* bnx2x.h: Broadcom Everest network driver. 1/* bnx2x.h: Broadcom Everest network driver.
2 * 2 *
3 * Copyright (c) 2007 Broadcom Corporation 3 * Copyright (c) 2007-2008 Broadcom Corporation
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
@@ -431,8 +431,6 @@ struct bnx2x_fastpath {
431#define BNX2X_FP_STATE_OPEN 0xa0000 431#define BNX2X_FP_STATE_OPEN 0xa0000
432#define BNX2X_FP_STATE_HALTING 0xb0000 432#define BNX2X_FP_STATE_HALTING 0xb0000
433#define BNX2X_FP_STATE_HALTED 0xc0000 433#define BNX2X_FP_STATE_HALTED 0xc0000
434#define BNX2X_FP_STATE_DELETED 0xd0000
435#define BNX2X_FP_STATE_CLOSE_IRQ 0xe0000
436 434
437 int index; 435 int index;
438 436
@@ -513,7 +511,6 @@ struct bnx2x {
513 struct eth_spe *spq; 511 struct eth_spe *spq;
514 dma_addr_t spq_mapping; 512 dma_addr_t spq_mapping;
515 u16 spq_prod_idx; 513 u16 spq_prod_idx;
516 u16 dsb_sp_prod_idx;
517 struct eth_spe *spq_prod_bd; 514 struct eth_spe *spq_prod_bd;
518 struct eth_spe *spq_last_bd; 515 struct eth_spe *spq_last_bd;
519 u16 *dsb_sp_prod; 516 u16 *dsb_sp_prod;