aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2006-01-17 02:40:55 -0800
committerDavid S. Miller <davem@davemloft.net>2006-01-17 02:40:55 -0800
commitec41c7dfd525468decb9da9281dbc9ed82d98c98 (patch)
tree02ac7f0b1318c69d53a2405972f8a6880dc8b7c6 /drivers/net/tg3.h
parent[NETFILTER] ip6tables: whitespace and indent cosmetic cleanup (diff)
downloadlinux-dev-ec41c7dfd525468decb9da9281dbc9ed82d98c98.tar.xz
linux-dev-ec41c7dfd525468decb9da9281dbc9ed82d98c98.zip
[TG3]: Refine nvram locking
Add nvram lock count so that calls to tg3_nvram_lock()/unlock() can be nested. Add error checking to all callers of tg3_nvram_lock() where appropriate. To prevent nvram lock failures after halting the firmware, it is also necessary to release firmware's nvram lock in tg3_halt_cpu(). Update version to 3.48. Based on David Miller's initial patch. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r--drivers/net/tg3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h
index 890e1635996b..e8243305f0e8 100644
--- a/drivers/net/tg3.h
+++ b/drivers/net/tg3.h
@@ -2275,6 +2275,7 @@ struct tg3 {
dma_addr_t stats_mapping;
struct work_struct reset_task;
+ int nvram_lock_cnt;
u32 nvram_size;
u32 nvram_pagesize;
u32 nvram_jedecnum;