commit | f3f3f27e5b4e27737f824535e6f145a3c88b976c | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Fri Aug 28 14:03:21 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 29 15:43:04 2009 -0700 |
tree | 042a57424aca2fa1ff5736518321740070da767c | |
parent | 723344820aa405ac2663ab9e36fd27833d06129b [diff] |
tg3: Move per-int tx members to a per-int struct This patch moves the tx_prod, tx_cons, tx_pending, tx_ring, and tx_buffers transmit ring device members to a per-interrupt structure. It also adds a new transmit producer mailbox member (prodmbox) and converts the code to use it rather than a preprocessor constant. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>