sfc: Remove efx_process_channel_now()
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 5 Oct 2012 18:30:16 +0000 (19:30 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Wed, 21 Aug 2013 18:44:31 +0000 (19:44 +0100)
efx_process_channel_now() is unneeded since self-tests can rely on
normal NAPI polling.  Remove it and all calls to it.

efx_channel::work_pending and efx_channel_processed() are also
unneeded (the latter being the same as efx_nic_eventq_read_ack()).

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>

No differences found