From: Michael Chan Date: Fri, 21 Dec 2007 03:56:37 +0000 (-0800) Subject: [BNX2]: Introduce new bnx2_napi structure. X-Git-Tag: v2.6.25-rc1~1162^2~1124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35efa7c1f4aa868d4a948a9069f20ccef1b3b28d;p=pandora-kernel.git [BNX2]: Introduce new bnx2_napi structure. Introduce a bnx2_napi structure that will hold a napi_struct and other fields to handle NAPI polling for the napi_struct. Various tx and rx indexes and status block pointers will be moved from the main bnx2 structure to this bnx2_napi structure. Most NAPI path functions are modified to be passed this bnx2_napi struct pointer. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed