aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen/netxen_nic.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/netxen/netxen_nic.h')
-rw-r--r--drivers/net/netxen/netxen_nic.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h
index 2a42132b9799..1047609ef51b 100644
--- a/drivers/net/netxen/netxen_nic.h
+++ b/drivers/net/netxen/netxen_nic.h
@@ -551,6 +551,9 @@ struct netxen_hardware_context {
551 u32 ocm_win; 551 u32 ocm_win;
552 u32 crb_win; 552 u32 crb_win;
553 553
554 rwlock_t crb_lock;
555 spinlock_t mem_lock;
556
554 u8 cut_through; 557 u8 cut_through;
555 u8 revision_id; 558 u8 revision_id;
556 u8 pci_func; 559 u8 pci_func;
@@ -1115,8 +1118,6 @@ struct netxen_adapter {
1115 struct pci_dev *pdev; 1118 struct pci_dev *pdev;
1116 struct list_head mac_list; 1119 struct list_head mac_list;
1117 1120
1118 rwlock_t adapter_lock;
1119
1120 spinlock_t tx_clean_lock; 1121 spinlock_t tx_clean_lock;
1121 1122
1122 u16 num_txd; 1123 u16 num_txd;