/linux-4.4.14/arch/parisc/include/asm/ |
D | dma-mapping.h | 18 …void (*dma_sync_single_for_cpu)(struct device *dev, dma_addr_t iova, unsigned long offset, size_t … member 124 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, in dma_sync_single_for_cpu() function 127 if(hppa_dma_ops->dma_sync_single_for_cpu) in dma_sync_single_for_cpu() 128 hppa_dma_ops->dma_sync_single_for_cpu(dev, dma_handle, 0, size, direction); in dma_sync_single_for_cpu() 144 if(hppa_dma_ops->dma_sync_single_for_cpu) in dma_sync_single_range_for_cpu() 145 hppa_dma_ops->dma_sync_single_for_cpu(dev, dma_handle, offset, size, direction); in dma_sync_single_range_for_cpu() 194 if(hppa_dma_ops->dma_sync_single_for_cpu) in dma_cache_sync()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | dma.c | 94 void dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, in dma_sync_single_for_cpu() function 101 EXPORT_SYMBOL(dma_sync_single_for_cpu); 121 dma_sync_single_for_cpu(dev, sg_dma_address(sg), in dma_sync_sg_for_cpu()
|
/linux-4.4.14/include/asm-generic/ |
D | dma-mapping-broken.h | 63 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, 75 #define dma_sync_single_for_device dma_sync_single_for_cpu
|
D | pci-dma-compat.h | 76 …dma_sync_single_for_cpu(hwdev == NULL ? NULL : &hwdev->dev, dma_handle, size, (enum dma_data_direc… in pci_dma_sync_single_for_cpu()
|
D | dma-mapping-common.h | 103 static inline void dma_sync_single_for_cpu(struct device *dev, dma_addr_t addr, in dma_sync_single_for_cpu() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | dma-mapping.h | 90 static inline void dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, in dma_sync_single_for_cpu() function 105 dma_sync_single_for_cpu(dev, dma_handle, offset + size, direction); in dma_sync_single_range_for_cpu()
|
/linux-4.4.14/arch/nios2/mm/ |
D | dma-mapping.c | 123 void dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in dma_sync_single_for_cpu() function 130 EXPORT_SYMBOL(dma_sync_single_for_cpu);
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | dma-mapping.h | 265 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in dma_sync_single_for_cpu() function 288 dma_sync_single_for_cpu(dev, dma_handle, offset+size, direction); in dma_sync_single_range_for_cpu()
|
/linux-4.4.14/drivers/mmc/host/ |
D | mmc_spi.c | 190 dma_sync_single_for_cpu(host->dma_dev, in mmc_spi_readbytes() 546 dma_sync_single_for_cpu(host->dma_dev, in mmc_spi_command_send() 695 dma_sync_single_for_cpu(host->dma_dev, in mmc_spi_writeblock() 824 dma_sync_single_for_cpu(host->dma_dev, in mmc_spi_readblock() 827 dma_sync_single_for_cpu(host->dma_dev, in mmc_spi_readblock() 1020 dma_sync_single_for_cpu(host->dma_dev, in mmc_spi_data_do() 1401 dma_sync_single_for_cpu(host->dma_dev, in mmc_spi_probe()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | response_manager.c | 113 dma_sync_single_for_cpu(&octeon_dev->pci_dev->dev, in lio_process_ordered_list()
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | dma-mapping.h | 80 extern void dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle,
|
/linux-4.4.14/arch/frv/include/asm/ |
D | dma-mapping.h | 57 void dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, in dma_sync_single_for_cpu() function
|
/linux-4.4.14/drivers/char/xillybus/ |
D | xillybus_of.c | 47 dma_sync_single_for_cpu(ep->dev, dma_handle, size, direction); in xilly_dma_sync_single_for_cpu_of()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | dma-mapping.h | 94 void dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in dma_sync_single_for_cpu() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | dma-mapping.h | 87 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, in dma_sync_single_for_cpu() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | dma-mapping.h | 86 extern void dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle,
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-go7007.c | 244 dma_sync_single_for_cpu(&dev->pci->dev, in saa7134_go7007_irq_ts_done() 249 dma_sync_single_for_cpu(&dev->pci->dev, in saa7134_go7007_irq_ts_done()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | dma-mapping.h | 126 dma_sync_single_for_cpu(struct device *dev, dma_addr_t handle, size_t size, in dma_sync_single_for_cpu() function
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pci-dma.c | 557 .dma_sync_single_for_cpu = pa11_dma_sync_single_for_cpu, 597 .dma_sync_single_for_cpu = pa11_dma_sync_single_for_cpu,
|
/linux-4.4.14/arch/metag/include/asm/ |
D | dma-mapping.h | 105 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, in dma_sync_single_for_cpu() function
|
/linux-4.4.14/arch/arc/include/asm/ |
D | dma-mapping.h | 130 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in dma_sync_single_for_cpu() function
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci-dma.c | 291 dma_sync_single_for_cpu(dev, sg->dma_address, in tile_dma_sync_sg_for_cpu() 477 dma_sync_single_for_cpu(dev, sg->dma_address, in tile_pci_dma_sync_sg_for_cpu()
|
/linux-4.4.14/drivers/usb/core/ |
D | usb.c | 829 dma_sync_single_for_cpu(controller, 834 dma_sync_single_for_cpu(controller,
|
/linux-4.4.14/drivers/crypto/ |
D | atmel-aes.c | 398 dma_sync_single_for_cpu(dd->dev, dd->dma_addr_in, in atmel_aes_crypt_cpu_start() 400 dma_sync_single_for_cpu(dd->dev, dd->dma_addr_out, in atmel_aes_crypt_cpu_start() 471 dma_sync_single_for_cpu(dd->dev, dd->dma_addr_in, in atmel_aes_crypt_dma_start() 634 dma_sync_single_for_cpu(dd->dev, dd->dma_addr_out, in atmel_aes_crypt_dma_stop()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_dma.c | 26 dma_sync_single_for_cpu(dma->txchan->device->dev, dma->tx_addr, in __dma_tx_complete()
|
D | 8250_omap.c | 730 dma_sync_single_for_cpu(dma->rxchan->device->dev, dma->rx_addr, in __dma_rx_do_complete() 864 dma_sync_single_for_cpu(dma->txchan->device->dev, dma->tx_addr, in omap_8250_dma_tx_complete()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamrng.c | 113 dma_sync_single_for_cpu(jrdev, bd->addr, RN_BUF_SIZE, DMA_FROM_DEVICE); in rng_done()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | ep93xx_eth.c | 288 dma_sync_single_for_cpu(dev->dev.parent, rxd->buf_addr, in ep93xx_rx() 370 dma_sync_single_for_cpu(dev->dev.parent, txd->buf_addr, skb->len, in ep93xx_xmit()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_rx.c | 558 dma_sync_single_for_cpu(priv->ddev, dma, frag_info->frag_size, in mlx4_en_complete_rx_desc() 609 dma_sync_single_for_cpu(priv->ddev, dma, length, in mlx4_en_rx_skb() 809 dma_sync_single_for_cpu(priv->ddev, dma, sizeof(*ethh), in mlx4_en_process_rx_cq()
|
D | mr.c | 708 dma_sync_single_for_cpu(&dev->persist->pdev->dev, dma_handle, in mlx4_write_mtt_chunk() 1020 dma_sync_single_for_cpu(&dev->persist->pdev->dev, fmr->dma_handle, in mlx4_map_phys_fmr()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | denali.c | 1104 dma_sync_single_for_cpu(denali->dev, addr, size, DMA_TO_DEVICE); in write_page() 1188 dma_sync_single_for_cpu(denali->dev, addr, size, DMA_FROM_DEVICE); in denali_read_page() 1235 dma_sync_single_for_cpu(denali->dev, addr, size, DMA_FROM_DEVICE); in denali_read_page_raw()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 106 dma_sync_single_for_cpu(udc->gadget.dev.parent, in done() 1657 dma_sync_single_for_cpu( in qe_ep_disable() 2610 dma_sync_single_for_cpu(udc->gadget.dev.parent, in qe_udc_probe() 2657 dma_sync_single_for_cpu(udc->gadget.dev.parent, in qe_udc_remove() 2673 dma_sync_single_for_cpu(udc->gadget.dev.parent, in qe_udc_remove()
|
D | udc-xilinx.c | 641 dma_sync_single_for_cpu(udc->dev, in xudc_read_fifo()
|
/linux-4.4.14/drivers/net/ethernet/altera/ |
D | altera_sgdma.c | 253 dma_sync_single_for_cpu(priv->device, in sgdma_rx_status()
|
D | altera_tse_main.c | 416 dma_sync_single_for_cpu(priv->device, in tse_rx()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 642 dma_sync_single_for_cpu(sc->dev, bf->bf_buf_addr, in ath_edma_get_buffers() 776 dma_sync_single_for_cpu(sc->dev, bf->bf_buf_addr, in ath_get_next_rx_buf()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_mr.c | 348 dma_sync_single_for_cpu(&dev->pdev->dev, dma_handle, in mthca_arbel_write_mtt_seg() 783 dma_sync_single_for_cpu(&dev->pdev->dev, fmr->mem.arbel.dma_handle, in mthca_arbel_map_phys_fmr()
|
/linux-4.4.14/drivers/spi/ |
D | spi-tegra114.c | 368 dma_sync_single_for_cpu(tspi->dev, tspi->tx_dma_phys, in tegra_spi_copy_client_txbuf_to_spi_txbuf() 401 dma_sync_single_for_cpu(tspi->dev, tspi->rx_dma_phys, in tegra_spi_copy_spi_rxbuf_to_client_rxbuf()
|
D | spi-tegra20-slink.c | 379 dma_sync_single_for_cpu(tspi->dev, tspi->tx_dma_phys, in tegra_slink_copy_client_txbuf_to_spi_txbuf() 412 dma_sync_single_for_cpu(tspi->dev, tspi->rx_dma_phys, in tegra_slink_copy_spi_rxbuf_to_client_rxbuf()
|
D | spi-au1550.c | 407 dma_sync_single_for_cpu(hw->dev, dma_rx_addr, t->len, in au1550_spi_dma_txrxb()
|
D | spi-sh-msiof.c | 763 dma_sync_single_for_cpu(p->master->dma_rx->device->dev, in sh_msiof_dma_once()
|
/linux-4.4.14/drivers/dma/ |
D | mv_xor.c | 788 dma_sync_single_for_cpu(dma_chan->device->dev, dest_dma, in mv_chan_memcpy_self_test() 921 dma_sync_single_for_cpu(dma_chan->device->dev, dest_dma, in mv_chan_xor_self_test()
|
D | txx9dmac.c | 251 dma_sync_single_for_cpu(chan2parent(&dc->chan), in txx9dmac_sync_desc_for_cpu() 254 dma_sync_single_for_cpu(chan2parent(&dc->chan), in txx9dmac_sync_desc_for_cpu()
|
D | iop-adma.c | 899 dma_sync_single_for_cpu(&iop_chan->device->pdev->dev, dest_dma, in iop_adma_memcpy_self_test() 999 dma_sync_single_for_cpu(&iop_chan->device->pdev->dev, dest_dma, in iop_adma_xor_val_self_test()
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | moxart_ether.c | 229 dma_sync_single_for_cpu(&ndev->dev, in moxart_rx_poll()
|
/linux-4.4.14/drivers/soc/ti/ |
D | knav_qmss_acc.c | 140 dma_sync_single_for_cpu(kdev->dev, list_dma, info->list_size, in knav_acc_int_handler()
|
D | knav_qmss_queue.c | 950 dma_sync_single_for_cpu(pool->dev, dma, desc_sz, DMA_FROM_DEVICE); in knav_pool_desc_unmap()
|
/linux-4.4.14/drivers/tty/serial/ |
D | samsung.c | 181 dma_sync_single_for_cpu(ourport->port.dev, in s3c24xx_serial_stop_tx() 215 dma_sync_single_for_cpu(ourport->port.dev, dma->tx_transfer_addr, in s3c24xx_serial_tx_dma_complete() 372 dma_sync_single_for_cpu(ourport->port.dev, dma->rx_addr, in s3c24xx_uart_copy_rx_to_tty()
|
D | serial-tegra.c | 560 dma_sync_single_for_cpu(tup->uport.dev, tup->rx_dma_buf_phys, in tegra_uart_copy_rx_to_tty()
|
D | fsl_lpuart.c | 331 dma_sync_single_for_cpu(sport->port.dev, sport->dma_rx_buf_bus, in lpuart_copy_rx_to_tty()
|
D | atmel_serial.c | 1518 dma_sync_single_for_cpu(port->dev, pdc->dma_addr, in atmel_rx_from_pdc()
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 269 dma_sync_single_for_cpu(p->dev, p->tx_ring_handle, in octeon_mgmt_clean_tx_buffers() 371 dma_sync_single_for_cpu(p->dev, p->rx_ring_handle, in octeon_mgmt_dequeue_rx_buffer()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | rx.c | 91 dma_sync_single_for_cpu(&efx->pci_dev->dev, rx_buf->dma_addr, len, in efx_sync_rx_buffer()
|
/linux-4.4.14/drivers/parisc/ |
D | ccio-dma.c | 1013 .dma_sync_single_for_cpu = NULL, /* NOP for U2/Uturn */
|
D | sba_iommu.c | 1070 .dma_sync_single_for_cpu = NULL,
|
/linux-4.4.14/drivers/net/fddi/ |
D | defxx.c | 3116 dma_sync_single_for_cpu(bp->bus_dev, in dfx_rcv_queue_process() 3190 dma_sync_single_for_cpu( in dfx_rcv_queue_process()
|
/linux-4.4.14/drivers/atm/ |
D | idt77252.c | 1061 dma_sync_single_for_cpu(&card->pcidev->dev, IDT77252_PRV_PADDR(skb), in dequeue_rx() 1258 dma_sync_single_for_cpu(&card->pcidev->dev, IDT77252_PRV_PADDR(queue), in idt77252_rx_raw() 1352 dma_sync_single_for_cpu(&card->pcidev->dev, in idt77252_rx_raw()
|
D | fore200e.c | 452 … dma_sync_single_for_cpu(&((struct pci_dev *) fore200e->bus_dev)->dev, dma_addr, size, direction); in fore200e_pca_dma_sync_for_cpu() 703 dma_sync_single_for_cpu(&op->dev, dma_addr, size, direction); in fore200e_sba_dma_sync_for_cpu()
|
D | nicstar.c | 1987 dma_sync_single_for_cpu(&card->pcidev->dev, in dequeue_rx()
|
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-core.c | 107 dma_sync_single_for_cpu(fei->dev, in channel_swdemux_tsklet()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | b44.c | 162 dma_sync_single_for_cpu(sdev->dma_dev, dma_base + offset, in b44_sync_dma_desc_for_cpu() 796 dma_sync_single_for_cpu(bp->sdev->dma_dev, map, in b44_rx()
|
D | bgmac.c | 406 dma_sync_single_for_cpu(dma_dev, slot->dma_addr, BGMAC_RX_BUF_SIZE, in bgmac_dma_rx_poison_buf()
|
D | bcm63xx_enet.c | 395 dma_sync_single_for_cpu(kdev, desc->address, in bcm_enet_receive_queue()
|
D | bnx2.c | 3187 dma_sync_single_for_cpu(&bp->pdev->dev, dma_addr, in bnx2_rx_int() 5894 dma_sync_single_for_cpu(&bp->pdev->dev, in bnx2_run_loopback()
|
/linux-4.4.14/drivers/net/wan/ |
D | ixp4xx_hss.c | 759 dma_sync_single_for_cpu(&dev->dev, desc->data, in hss_hdlc_poll()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | dma.c | 302 dma_sync_single_for_cpu(ring->dev->dev->dma_dev, in sync_descbuffer_for_cpu()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunbmac.c | 859 dma_sync_single_for_cpu(&bp->bigmac_op->dev, in bigmac_rx()
|
D | sunhme.c | 2067 dma_sync_single_for_cpu(hp->dma_dev, dma_addr, len, DMA_FROM_DEVICE); in happy_meal_rx()
|
/linux-4.4.14/drivers/dma/ioat/ |
D | init.c | 887 dma_sync_single_for_cpu(dev, dest_dma, PAGE_SIZE, DMA_FROM_DEVICE); in ioat_xor_val_self_test()
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | lib82596.c | 727 dma_sync_single_for_cpu(dev->dev.parent, in i596_rx()
|
/linux-4.4.14/Documentation/ |
D | DMA-API-HOWTO.txt | 664 dma_sync_single_for_cpu(dev, dma_handle, size, direction); 733 dma_sync_single_for_cpu(&cp->dev, cp->rx_dma,
|
D | DMA-API.txt | 340 dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size,
|
/linux-4.4.14/drivers/net/ethernet/aurora/ |
D | nb8800.c | 253 dma_sync_single_for_cpu(&dev->dev, dma, len, DMA_FROM_DEVICE); in nb8800_receive()
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 758 dma_sync_single_for_cpu(&dev->dev, desc->data - NET_IP_ALIGN, in eth_poll()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mr.c | 915 dma_sync_single_for_cpu(ddev, dma, size, DMA_TO_DEVICE); in mlx5_ib_update_mtt()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 801 dma_sync_single_for_cpu(greth->dev, in greth_rx()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | dma.c | 394 dma_sync_single_for_cpu(ring->dev->dev->dma_dev, in sync_descbuffer_for_cpu()
|
/linux-4.4.14/drivers/firewire/ |
D | ohci.c | 795 dma_sync_single_for_cpu(ctx->ohci->card.device, in ar_sync_buffers_for_cpu() 801 dma_sync_single_for_cpu(ctx->ohci->card.device, in ar_sync_buffers_for_cpu()
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 2779 dma_sync_single_for_cpu(dev->dma_device, addr, size, dir); in ib_dma_sync_single_for_cpu()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_gadget.c | 129 dma_sync_single_for_cpu(musb->controller, in unmap_dma_buffer()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1439 dma_sync_single_for_cpu(&pdev->dev, in e1000_run_loopback_test()
|
D | e1000_main.c | 4332 dma_sync_single_for_cpu(&adapter->pdev->dev, buffer_info->dma, in e1000_copybreak()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 489 dma_sync_single_for_cpu(device->dev, ttm_dma->dma_address[i], in nouveau_bo_sync_for_cpu()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1822 dma_sync_single_for_cpu(rspq->adapter->pdev_dev, in process_responses()
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
D | sundance.c | 1387 dma_sync_single_for_cpu(&np->pci_dev->dev, in rx_poll()
|
/linux-4.4.14/drivers/net/ethernet/via/ |
D | via-rhine.c | 2108 dma_sync_single_for_cpu(hwdev, in rhine_rx()
|
D | via-velocity.c | 2062 dma_sync_single_for_cpu(vptr->dev, rd_info->skb_dma, in velocity_receive_frame()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 1677 dma_sync_single_for_cpu(&pdev->dev, in e1000_run_loopback_test()
|
D | netdev.c | 1404 dma_sync_single_for_cpu(&pdev->dev, in e1000_clean_rx_irq_ps()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_mrmw.c | 2541 dma_sync_single_for_cpu(dev->dma_device, addr, size, dir); in ehca_dma_sync_single_for_cpu()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | trans.c | 2449 dma_sync_single_for_cpu(trans->dev, in iwl_trans_pcie_dump_monitor()
|
/linux-4.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 540 dma_sync_single_for_cpu(udc->gadget.dev.parent, in _nbu2ss_dma_unmap_single()
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 1809 dma_sync_single_for_cpu(rx_ring->dev, in igb_clean_test_rings()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 2608 dma_sync_single_for_cpu(&bp->pdev->dev, in bnx2x_run_loopback()
|
D | bnx2x_cmn.c | 1018 dma_sync_single_for_cpu(&bp->pdev->dev, in bnx2x_rx_int()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2104 dma_sync_single_for_cpu(q->adap->pdev_dev, in process_responses()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_main.c | 1351 dma_sync_single_for_cpu(&fep->pdev->dev, bdp->cbd_bufaddr, in fec_enet_copybreak()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1854 dma_sync_single_for_cpu(rx_ring->dev, in ixgbe_clean_test_rings()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 2002 dma_sync_single_for_cpu(&adapter->pdev->dev, in get_rx_page_info()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 766 dma_sync_single_for_cpu(&pdev->dev, mapping, in bnxt_copy_skb()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 7348 dma_sync_single_for_cpu(d, addr, pkt_size, DMA_FROM_DEVICE); in rtl8169_try_rx_copy()
|