From: Matt Carlson Date: Fri, 28 Aug 2009 14:03:01 +0000 (+0000) Subject: tg3: Move per-int rx members to per-int struct X-Git-Tag: v2.6.32-rc1~703^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723344820aa405ac2663ab9e36fd27833d06129b;p=pandora-kernel.git tg3: Move per-int rx members to per-int struct This patch moves the rx_rcb, rx_rcb_mapping, and rx_rcb_ptr return ring device members to a per-interrupt structure. It also adds a new return ring consumer mailbox register member (consmbox) 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