android_kernel_samsung_msm8976/drivers/net/mlx4
Roland Dreier e727f5cde9 mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() calls
Commit 5d23a1d2 ("net: replace dma_sync_single with
dma_sync_single_for_cpu") replaced uses of the deprectated function
dma_sync_single() with calls to dma_sync_single_for_cpu().  However,
to be correct, the code should do a sync for_cpu() before touching the
memory and for_device() after it's done.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2009-06-22 23:07:56 -07:00
..
alloc.c
catas.c
cmd.c
cq.c
en_cq.c mlx4_en: Fix partial rings feature 2009-05-25 00:35:53 -07:00
en_ethtool.c mlx4_en: Coalescing target is equal for all mtu's 2009-06-02 02:29:06 -07:00
en_main.c mlx4_en: multiqueue support 2009-06-02 02:29:06 -07:00
en_netdev.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
en_port.c mlx4_en: Move to SW counters for total bytes and packets 2009-04-21 01:47:07 -07:00
en_port.h
en_resources.c mlx4_en: Assign dummy event handler for TX queue 2009-04-21 01:47:05 -07:00
en_rx.c mlx4_en: Giving interface name in debug messages 2009-06-02 02:29:03 -07:00
en_tx.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-06-03 02:43:41 -07:00
eq.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
fw.c
fw.h
icm.c
icm.h
intf.c
main.c mlx4_core: Add module parameter for number of MTTs per segment 2009-05-27 14:38:34 -07:00
Makefile mlx4_en renamed en_params.c to en_ethtool.c 2009-06-02 02:29:04 -07:00
mcg.c
mlx4.h
mlx4_en.h mlx4_en: Updated driver version 2009-06-02 02:36:32 -07:00
mr.c mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() calls 2009-06-22 23:07:56 -07:00
pd.c
port.c
profile.c mlx4_core: Add module parameter for number of MTTs per segment 2009-05-27 14:38:34 -07:00
qp.c
reset.c
sense.c workqueue: add to_delayed_work() helper function 2009-04-02 19:04:50 -07:00
srq.c