commit | de9f52300d03915846c2baab27332ec462f7f6b0 | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Tue Apr 05 14:22:43 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 06 11:29:05 2011 -0700 |
tree | bf2e405e7480bd58afe20b58eaee9fdd091da61e | |
parent | c6e1a0d12ca7b4f22c58e55a16beacfb7d3d8462 [diff] |
tg3: Cleanup extended rx ring size code Hardcoded values are used in multiple places to describe the maximum rx ring sizes. This patch replaces those values with preprocessor constants. This patch also introduces a new TG3_FLG3_LRG_PROD_RING_CAP to determine if the device is capable of supporting larger ring sizes. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>