sfc: Split MAC stats DMA initiation and completion
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 25 Nov 2009 16:11:35 +0000 (16:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Nov 2009 23:59:36 +0000 (15:59 -0800)
commit55edc6e6ff728681ebc10d418222740705376664
tree66136e674adde15b9668f13d4e0486482b7f1851
parent1dfc5ceacd00365a9089e98643f4b26253d5a6aa
sfc: Split MAC stats DMA initiation and completion

\feffFrom: Steve Hodgson <shodgson@solarflare.com>

Currently we initiate MAC stats DMA and busy-wait for completion when
stats are requested.  We can improve on this with a periodic timer to
initiate and poll for stats, and opportunistically poll when stats are
requested.

Since efx_nic::stats_disable_count and efx_stats_{disable,enable}()
are Falcon-specific, rename them and move them accordingly.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/efx.c
drivers/net/sfc/efx.h
drivers/net/sfc/falcon.c
drivers/net/sfc/falcon.h
drivers/net/sfc/falcon_boards.c
drivers/net/sfc/falcon_gmac.c
drivers/net/sfc/falcon_xmac.c
drivers/net/sfc/net_driver.h
drivers/net/sfc/tenxpress.c