]> 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)
commit1bf625be74cc95ffe85648e7364a0c46f6a01c85
treead1d5204140560a8724a104bbc1dccbc0704307d
parent970a810ff7eb14a01e12b528a80f834277c12301
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