commit | 834324687d08e0f67b167934cb56406aa98ff8c6 | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Tue Dec 12 00:13:48 2006 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Feb 05 16:58:43 2007 -0500 |
tree | bafd6715f66bf7ad17bcabb4fabfbeffbddd1538 | |
parent | 3e0f75be52605a901165fa1d8acf4ffd37a4857b [diff] |
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 <romieu@fr.zoreil.com>