commit | 8fea32b9555726d35b91492d17fc21c7874d36f9 | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Wed Sep 15 08:59:58 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 15 14:16:13 2010 -0700 |
tree | d7bdab4fa4020eaa483761fc8271a3a03121fc13 | |
parent | 6fd45cb814709767a1704b541aa91647b7f275cf [diff] |
tg3: Move producer ring struct to tg3_napi Now that each NAPI instance has its own producer ring, it no longer makes sense to keep the producer ring structure external. This patch migrates the producer ring struct to tg3_napi and pivots the code to the new implementation. Reviewed-by: Benjamin Li <benli@broadcom.com> Reviewed-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>