commit | 898a56f8d8170c188e47ae3acb90d2ea9a585ebe | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Fri Aug 28 14:02:40 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 29 15:43:01 2009 -0700 |
tree | 6880f6bec0090eac6cd56458fc23e383b3f7d078 | |
parent | 17375d25d3dcd3d4caf9456fa94f60e29d6b1146 [diff] |
tg3: Move general int members to a per-int struct This patch moves the last_tag, last_tag_irq, and hw_status device members to a per-interrupt structure. It also adds a new interrupt mailbox member (int_mbox) and converts the code to use it rather than a direct preprocessor constant. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>