linux_dsm_epyc7002/drivers/net/ethernet/mellanox/mlx4
Luis Chamberlain 750afb08ca cross-tree: phase out dma_zalloc_coherent()
We already need to zero out memory for dma_alloc_coherent(), as such
using dma_zalloc_coherent() is superflous. Phase it out.

This change was generated with the following Coccinelle SmPL patch:

@ replace_dma_zalloc_coherent @
expression dev, size, data, handle, flags;
@@

-dma_zalloc_coherent(dev, size, handle, flags)
+dma_alloc_coherent(dev, size, handle, flags)

Suggested-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
[hch: re-ran the script on the latest tree]
Signed-off-by: Christoph Hellwig <hch@lst.de>
2019-01-08 07:58:37 -05:00
..
alloc.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
catas.c
cmd.c
cq.c
crdump.c
en_clock.c
en_cq.c net/mlx4_en: remove fallback after kzalloc_node() 2018-12-17 11:18:02 -08:00
en_dcb_nl.c
en_ethtool.c net/mlx4_core: Correctly set PFC param if global pause is turned off. 2018-12-08 21:26:36 -08:00
en_main.c
en_netdev.c net/mlx4_en: Change min MTU size to ETH_MIN_MTU 2018-12-03 16:16:22 -08:00
en_port.c
en_port.h
en_resources.c
en_rx.c net/mlx4_en: remove fallback after kzalloc_node() 2018-12-17 11:18:02 -08:00
en_selftest.c
en_tx.c net/mlx4_en: remove fallback after kzalloc_node() 2018-12-17 11:18:02 -08:00
eq.c
fw_qos.c
fw_qos.h
fw.c
fw.h
icm.c
icm.h
intf.c
Kconfig net/mlx4_en: Fix build break when CONFIG_INET is off 2018-12-03 16:16:22 -08:00
main.c net/mlx4_core: Fix several coding style errors 2018-12-03 16:34:32 -08:00
Makefile
mcg.c
mlx4_en.h net/mlx4_en: Change min MTU size to ETH_MIN_MTU 2018-12-03 16:16:22 -08:00
mlx4_stats.h
mlx4.h
mr.c
pd.c
port.c
profile.c
qp.c
reset.c
resource_tracker.c net/mlx4_core: drop useless LIST_HEAD 2018-12-24 14:22:14 -08:00
sense.c
srq.c