tg3: Consolidate code that calls tg3_tx_set_bd()
authorMatt Carlson <mcarlson@broadcom.com>
Wed, 27 Jul 2011 14:20:51 +0000 (14:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jul 2011 05:39:31 +0000 (22:39 -0700)
commitd1a3b7377d3b6a01ec5f70adb32173b13233aabf
treead1d5204140560a8724a104bbc1dccbc0704307d
parente01ee14d499e5d09c0a9db0cac2545a018849e3d
tg3: Consolidate code that calls tg3_tx_set_bd()

This patch consolidates all code that populates tx BDs into a single
routine.  Setting tx BDs needs to be more carefully controlled to see if
workarounds need to be applied.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c