linux/drivers/net/mlx4
FUJITA Tomonori e4fc85600b mlx4: replace the dma_sync_single_range_for_cpu/device API
There are only two users of the dma_sync_single_range_for_cpu/device
API in mainline (mlx4 and ssb). The
dma_sync_single_range_for_cpu/device API has never been documented and
the dma_sync_single_for_cpu/device API also support a partial sync.

This converts mlx4 to use the dma_sync_single_for_cpu/device API
(preparations for the removal of the dma_sync_single_range_for_cpu/device API).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-19 13:19:51 -08:00
..
alloc.c mlx4: use bitmap_find_next_zero_area 2009-12-16 07:20:19 -08:00
catas.c
cmd.c
cq.c
en_cq.c
en_ethtool.c
en_main.c
en_netdev.c
en_port.c
en_port.h
en_resources.c
en_rx.c mlx4: replace the dma_sync_single_range_for_cpu/device API 2010-02-19 13:19:51 -08:00
en_tx.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
eq.c
fw.c mlx4_core: Fix parsing of reserved EQ cap 2009-11-12 15:51:16 -08:00
fw.h
icm.c
icm.h
intf.c
main.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-01-23 00:31:06 -08:00
Makefile
mcg.c
mlx4.h
mlx4_en.h tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
mr.c
pd.c
port.c
profile.c
qp.c
reset.c
sense.c mlx4_core: return a negative error value 2009-12-13 19:47:42 -08:00
srq.c