From: Matt Carlson Date: Fri, 28 Aug 2009 14:03:21 +0000 (+0000) Subject: tg3: Move per-int tx members to a per-int struct X-Git-Tag: v2.6.32-rc1~703^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f3f27e5b4e27737f824535e6f145a3c88b976c;p=pandora-kernel.git tg3: Move per-int tx members to a per-int struct This patch moves the tx_prod, tx_cons, tx_pending, tx_ring, and tx_buffers transmit ring device members to a per-interrupt structure. It also adds a new transmit producer mailbox member (prodmbox) and converts the code to use it rather than a preprocessor constant. Signed-off-by: Matt Carlson Signed-off-by: David S. Miller --- Reading git-diff-tree failed