aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x.h
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2008-08-13 18:50:45 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-13 19:02:33 -0400
commit3fcaf2e566b9cf8ccd16bcda3440717236de163d (patch)
tree5cbe0c1805cdedc603a47314829a9595349f1708 /drivers/net/bnx2x.h
parent4a37fb660c5505e0ee7ae16d80a06e85affe3055 (diff)
bnx2x: HW attention lock
HW attention lock Making sure that only one function will handle the HW attention. This makes the device parameter aeu_mask redundant so it is removed Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r--drivers/net/bnx2x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h
index b9aa6f48ae2e..3b09ae623359 100644
--- a/drivers/net/bnx2x.h
+++ b/drivers/net/bnx2x.h
@@ -774,7 +774,6 @@ struct bnx2x {
774 u16 def_att_idx; 774 u16 def_att_idx;
775 u32 attn_state; 775 u32 attn_state;
776 struct attn_route attn_group[MAX_DYNAMIC_ATTN_GRPS]; 776 struct attn_route attn_group[MAX_DYNAMIC_ATTN_GRPS];
777 u32 aeu_mask;
778 u32 nig_mask; 777 u32 nig_mask;
779 778
780 /* slow path ring */ 779 /* slow path ring */