aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/chelsio/vsc7326.c
AgeCommit message (Collapse)Author
2007-04-28chelsio: use const for virtual functionsStephen Hemminger
There are several uses of _ops structure in this driver that can be converted to const. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-05chelsio: tabulate the update of the statistic countersFrancois Romieu
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>
2007-02-05chelsio: useless curly bracesFrancois Romieu
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
2007-02-05chelsio: spaces, tabs and friendsFrancois Romieu
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
2007-02-05chelsio: the return statement is not a functionFrancois Romieu
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
2007-02-05chelsio: move return, break and continue statements on their own lineFrancois Romieu
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
2006-12-02[PATCH] chelsio: add 1G swcixw aupportStephen Hemminger
Add support for 1G versions of Chelsio devices. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>