netxen: cache msi register offset

Store msi target status register offset in adapter struct.
This avoids contention on msi_tgt_status table from interrupt
hadlers of different pci function.

Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Dhananjay Phadke
2009-05-08 22:02:27 +00:00
committed by David S. Miller
parent 61de71c67c
commit 7a2469ce4d
2 changed files with 6 additions and 1 deletions

View File

@@ -1257,6 +1257,9 @@ struct netxen_adapter {
u32 irq;
u32 temp;
u32 msi_tgt_status;
u32 resv4;
struct netxen_adapter_stats stats;
struct netxen_recv_context recv_ctx;