]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
tg3: Create rx producer ring setup routines
authorMatt Carlson <mcarlson@broadcom.com>
Fri, 28 Aug 2009 13:59:57 +0000 (13:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Aug 2009 22:42:47 +0000 (15:42 -0700)
commitcf7a7298c4f47ab7546b933bb54ad3ea03a1daf6
tree3ad2a934a87fa018cb318002bba26d229dd4d57d
parent287be12e1774d842bff21ea0c1809c2387d7b310
tg3: Create rx producer ring setup routines

Later patches are going to complicate the ring initialization routines.
This patch breaks out the setup and teardown of the rx producer rings
into separate functions to make the code more readable.

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