From: Michael Chan Date: Thu, 19 Jun 2008 23:38:19 +0000 (-0700) Subject: bnx2: Put rx ring variables in a separate struct. X-Git-Tag: v2.6.27-rc1~969^2~279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb4f98abf590cf9899017f14f1a54984f02a0009;p=pandora-kernel.git bnx2: Put rx ring variables in a separate struct. In preparation for multi-ring support, rx ring variables are now put in a separate bnx2_rx_ring_info struct. With MSI-X, we can support multiple rx rings. The functions to allocate/free rx memory and to initialize rx rings are now modified to handle multiple rings. Signed-off-by: Michael Chan Signed-off-by: Benjamin Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed