]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
tg3: Add per-int coalesce now member
authorMatt Carlson <mcarlson@broadcom.com>
Tue, 1 Sep 2009 12:51:13 +0000 (12:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Sep 2009 07:43:25 +0000 (00:43 -0700)
commitfd2ce37f8e4a570ce90b141a2e7c476c5b399836
tree2bb84bb3dfcf9900b47f221073f573e3a6f0941f
parentf19af9c2cc015e42dfe4bd5c383e32066ec2801c
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>
drivers/net/tg3.c
drivers/net/tg3.h