]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit44ba303832e5ec18ac1ea047257b294ca3236f79
tree1880814cb198d48664bfda545e7aa6df86fcd995
parentca8eb8bf338642ace4e7c120410300630a673d96
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