commit | d615c03937f2b26d3b346d4bdcd9ef342df2ce18 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Tue Oct 08 17:33:20 2013 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Thu Dec 12 22:06:58 2013 +0000 |
tree | 0b1c49d5f6c4bc2fcb6db3a622a4cbe631f00288 | |
parent | ea136ae71f392341475116a371b92cc78183c2b2 [diff] |
sfc: Fold efx_flush_all() into efx_stop_port() and update comments efx_flush_all() is a really misleading name - it has nothing to do with e.g. flushing DMA queues. Since it's called immediately after efx_stop_port() and is highly dependent on what that does, combine the two functions. Update comments to explain what this is doing a little better. Also update an related and erroneous comment in efx_start_port(). Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>