]> git.baikalelectronics.ru Git - kernel.git/commit
mlx4: replace the dma_sync_single_range_for_cpu/device API
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Thu, 4 Feb 2010 18:57:42 +0000 (18:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2010 21:19:51 +0000 (13:19 -0800)
commite83755ff5f1206e018b722639d4e1382bd49eccd
tree8b0e5e0f95e876c64afbfc78c2bebceec440be74
parentbf4d463f079ef29f7f458a49975fd608c5407b2b
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>
drivers/net/mlx4/en_rx.c