linux/drivers/net/ethernet/intel/i40e
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
..
i40e.h
i40e_adminq.c
i40e_adminq.h
i40e_adminq_cmd.h
i40e_alloc.h
i40e_client.c
i40e_client.h
i40e_common.c
i40e_dcb.c
i40e_dcb.h
i40e_dcb_nl.c
i40e_debugfs.c
i40e_devids.h
i40e_diag.c
i40e_diag.h
i40e_ethtool.c
i40e_hmc.c
i40e_hmc.h
i40e_lan_hmc.c
i40e_lan_hmc.h
i40e_main.c cross-tree: phase out dma_zalloc_coherent() 2019-01-08 07:58:37 -05:00
i40e_nvm.c
i40e_osdep.h
i40e_prototype.h
i40e_ptp.c i40e: extend PTP gettime function to read system clock 2018-12-20 12:06:35 -08:00
i40e_register.h
i40e_status.h
i40e_trace.h
i40e_txrx.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-12-20 11:53:36 -08:00
i40e_txrx.h
i40e_txrx_common.h i40e: DRY rx_ptype handling code 2018-12-12 15:46:02 -08:00
i40e_type.h
i40e_virtchnl_pf.c
i40e_virtchnl_pf.h
i40e_xsk.c i40e: DRY rx_ptype handling code 2018-12-12 15:46:02 -08:00
i40e_xsk.h
Makefile