commit | fd2ce37f8e4a570ce90b141a2e7c476c5b399836 | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Tue Sep 01 12:51:13 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 02 00:43:25 2009 -0700 |
tree | 2bb84bb3dfcf9900b47f221073f573e3a6f0941f | |
parent | f19af9c2cc015e42dfe4bd5c383e32066ec2801c [diff] |
tg3: Add per-int coalesce now member Each interrupt vector has its own bit in the host coalescing register to force that vector's status block to be updated and generate an interrupt. This patch adds a member to the per-interrupt structure that records which bit belongs to that vector. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-by: Benjamin Li <benli@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>