From: Francois Romieu Date: Mon, 11 Dec 2006 23:13:48 +0000 (+0100) Subject: chelsio: tabulate the update of the statistic counters X-Git-Tag: v2.6.21-rc1~92^2~31^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834324687d08e0f67b167934cb56406aa98ff8c6;p=pandora-kernel.git chelsio: tabulate the update of the statistic counters Let's try to avoid some code duplication. - cxgb2 The data are contiguous. Use plain memcpy. - ixf1010/pm3393/vsc7326 The cast of &mac->stats to (u64 *) is not wonderful but it is not clear if it is worth to add an ad-hoc union under the struct cmac_statistics. vsc7326_reg.h suggests that more statistics could be available. Signed-off-by: Francois Romieu --- Reading git-diff-tree failed