sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 29 Jan 2013 23:33:15 +0000 (23:33 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Thu, 7 Mar 2013 20:22:09 +0000 (20:22 +0000)
commitb184f16b7feb9ede7d658ee6f2c77434d580d764
tree1880814cb198d48664bfda545e7aa6df86fcd995
parentff734ef4bca05fd5cd51b83d2e2a9f008b64f9a3
sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()

efx_rx_buf_va() returns the virtual address of the current start of
the buffer.  The callers must add the hash prefix size themselves.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/rx.c