]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite1d7f990a1905c0078d18a9b3acfcfdb9aa7ed8c
treead1d5204140560a8724a104bbc1dccbc0704307d
parent9bbdd32b2ed0a05086e079fb2a43c13f662d4ce7
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