/linux-4.1.27/arch/m68k/kernel/ |
H A D | dma.c | 104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, dma_sync_single_for_device() function 117 printk("dma_sync_single_for_device: unsupported dir %u\n", dir); dma_sync_single_for_device() 121 EXPORT_SYMBOL(dma_sync_single_for_device); variable 129 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir); dma_sync_sg_for_device() 138 dma_sync_single_for_device(dev, handle, size, dir); dma_map_single() 149 dma_sync_single_for_device(dev, handle, size, dir); dma_map_page() 161 dma_sync_single_for_device(dev, sg->dma_address, sg->length, dir); dma_map_sg()
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | dma.c | 104 void dma_sync_single_for_device(struct device *dev, dma_addr_t handle, dma_sync_single_for_device() function 111 EXPORT_SYMBOL(dma_sync_single_for_device); variable 136 dma_sync_single_for_device(dev, sg_dma_address(sg), dma_sync_sg_for_device()
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | dma-mapping.h | 19 void (*dma_sync_single_for_device)(struct device *dev, dma_addr_t iova, unsigned long offset, size_t size, enum dma_data_direction direction); member in struct:hppa_dma_ops 132 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, dma_sync_single_for_device() function 135 if(hppa_dma_ops->dma_sync_single_for_device) dma_sync_single_for_device() 136 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, 0, size, direction); dma_sync_single_for_device() 153 if(hppa_dma_ops->dma_sync_single_for_device) dma_sync_single_range_for_device() 154 hppa_dma_ops->dma_sync_single_for_device(dev, dma_handle, offset, size, direction); dma_sync_single_range_for_device()
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | dma-mapping.h | 77 extern void dma_sync_single_for_device(struct device *, dma_addr_t, size_t, 87 dma_sync_single_for_device(dev, dma_handle, offset + size, direction); dma_sync_single_range_for_device()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_dma.c | 99 dma_sync_single_for_device(dma->txchan->device->dev, dma->tx_addr, serial8250_tx_dma() 155 dma_sync_single_for_device(dma->rxchan->device->dev, dma->rx_addr, serial8250_rx_dma()
|
H A D | 8250_omap.c | 814 dma_sync_single_for_device(dma->rxchan->device->dev, dma->rx_addr, omap_8250_rx_dma() 947 dma_sync_single_for_device(dma->txchan->device->dev, dma->tx_addr, omap_8250_tx_dma()
|
/linux-4.1.27/arch/nios2/mm/ |
H A D | dma-mapping.c | 132 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function 139 EXPORT_SYMBOL(dma_sync_single_for_device); variable
|
/linux-4.1.27/include/asm-generic/ |
H A D | dma-mapping-broken.h | 75 #define dma_sync_single_for_device dma_sync_single_for_cpu macro
|
H A D | pci-dma-compat.h | 89 dma_sync_single_for_device(hwdev == NULL ? NULL : &hwdev->dev, dma_handle, size, (enum dma_data_direction)direction); pci_dma_sync_single_for_device()
|
H A D | dma-mapping-common.h | 114 static inline void dma_sync_single_for_device(struct device *dev, dma_sync_single_for_device() function
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
H A D | altera_sgdma.c | 106 dma_sync_single_for_device(priv->device, priv->txdescphys, sgdma_initialize() 109 dma_sync_single_for_device(priv->device, priv->rxdescphys, sgdma_initialize() 375 dma_sync_single_for_device(priv->device, sgdma_async_read() 404 dma_sync_single_for_device(priv->device, priv->txdescphys, sgdma_async_write()
|
H A D | altera_tse_main.c | 608 dma_sync_single_for_device(priv->device, buffer->dma_addr, tse_start_xmit()
|
/linux-4.1.27/drivers/char/xillybus/ |
H A D | xillybus_of.c | 55 dma_sync_single_for_device(ep->dev, dma_handle, size, direction); xilly_dma_sync_single_for_device_of()
|
/linux-4.1.27/arch/c6x/include/asm/ |
H A D | dma-mapping.h | 83 extern void dma_sync_single_for_device(struct device *dev, dma_addr_t handle,
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | dma-mapping.h | 93 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, dma_sync_single_for_device() function
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | dma-mapping.h | 63 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, dma_sync_single_for_device() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | dma-mapping.h | 260 * dma_sync_single_for_device, and then the device again owns the 275 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function 296 dma_sync_single_for_device(dev, dma_handle, offset+size, direction); dma_sync_single_range_for_device()
|
/linux-4.1.27/drivers/parisc/ |
H A D | ccio-rm-dma.c | 155 NULL, /* dma_sync_single_for_device : NOP for U2 */
|
H A D | ccio-dma.c | 1016 .dma_sync_single_for_device = NULL, /* NOP for U2/Uturn */
|
H A D | sba_iommu.c | 1071 .dma_sync_single_for_device = NULL,
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | dma-mapping.h | 103 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | dma-mapping.h | 100 void dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | dma-mapping.h | 88 extern void dma_sync_single_for_device(struct device *dev,
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | dma-mapping.h | 133 dma_sync_single_for_device(struct device *dev, dma_addr_t handle, size_t size, dma_sync_single_for_device() function
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | dma-mapping.h | 112 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | dma-mapping.h | 155 dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, dma_sync_single_for_device() function
|
/linux-4.1.27/drivers/dma/ |
H A D | txx9dmac.c | 442 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_dequeue() 786 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_prep_dma_memcpy() 799 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_prep_dma_memcpy() 880 dma_sync_single_for_device(chan2parent(&dc->chan), for_each_sg() 894 dma_sync_single_for_device(chan2parent(&dc->chan), 957 dma_sync_single_for_device(chan2parent(&dc->chan), txx9dmac_chain_dynamic()
|
H A D | timb_dma.c | 558 dma_sync_single_for_device(chan2dmadev(chan), td_desc->txd.phys,
|
H A D | iop-adma.c | 1010 dma_sync_single_for_device(&iop_chan->device->pdev->dev, dest_dma, iop_adma_xor_val_self_test()
|
H A D | nbpfaxi.c | 552 dma_sync_single_for_device(dev, ldesc->hwdesc_dma_addr, sizeof(*hwdesc), nbpf_prep_one()
|
H A D | ste_dma40.c | 2191 dma_sync_single_for_device(chan->base->dev, desc->lli_pool.dma_addr, d40_prep_sg_phy()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | mmc_spi.c | 183 dma_sync_single_for_device(host->dma_dev, mmc_spi_readbytes() 539 dma_sync_single_for_device(host->dma_dev, mmc_spi_command_send() 683 dma_sync_single_for_device(host->dma_dev, mmc_spi_writeblock() 813 dma_sync_single_for_device(host->dma_dev, mmc_spi_readblock() 816 dma_sync_single_for_device(host->dma_dev, mmc_spi_readblock() 1013 dma_sync_single_for_device(host->dma_dev, mmc_spi_data_do()
|
H A D | sdhci.c | 593 dma_sync_single_for_device(mmc_dev(host->mmc), sdhci_adma_table_pre()
|
/linux-4.1.27/drivers/soc/ti/ |
H A D | knav_qmss_acc.c | 196 dma_sync_single_for_device(kdev->dev, list_dma, info->list_size, knav_acc_int_handler() 576 dma_sync_single_for_device(kdev->dev, list_dma, mem_size, knav_init_acc_range()
|
H A D | knav_qmss_queue.c | 683 dma_sync_single_for_device(pool->dev, dma_addr, dma_size, kdesc_fill_pool() 918 dma_sync_single_for_device(pool->dev, *dma, size, DMA_TO_DEVICE); knav_pool_desc_map()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | pci-dma.c | 307 dma_sync_single_for_device(dev, sg->dma_address, for_each_sg() 494 dma_sync_single_for_device(dev, sg->dma_address, for_each_sg()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | pci-dma.c | 553 .dma_sync_single_for_device = pa11_dma_sync_single_for_device, 593 .dma_sync_single_for_device = pa11_dma_sync_single_for_device,
|
/linux-4.1.27/drivers/iommu/ |
H A D | shmobile-iommu.c | 87 dma_sync_single_for_device(NULL, pgtable->handle + index * sizeof(val), pgtable_write()
|
/linux-4.1.27/drivers/crypto/ |
H A D | atmel-tdes.c | 331 dma_sync_single_for_device(dd->dev, dd->dma_addr_out, atmel_tdes_crypt_pdc_stop() 411 dma_sync_single_for_device(dd->dev, dma_addr_in, length, atmel_tdes_crypt_pdc() 448 dma_sync_single_for_device(dd->dev, dma_addr_in, length, atmel_tdes_crypt_dma() 656 dma_sync_single_for_device(dd->dev, dd->dma_addr_out, atmel_tdes_crypt_dma_stop()
|
H A D | talitos.c | 981 dma_sync_single_for_device(dev, edesc->dma_link_tbl, ipsec_esp() 997 dma_sync_single_for_device(dev, edesc->iv_dma, ivsize, DMA_TO_DEVICE); ipsec_esp() 1031 dma_sync_single_for_device(dev, edesc->dma_link_tbl, ipsec_esp() 1074 dma_sync_single_for_device(ctx->dev, edesc->dma_link_tbl, ipsec_esp() 1409 dma_sync_single_for_device(dev, edesc->dma_link_tbl, common_nonsnoop() 1440 dma_sync_single_for_device(ctx->dev, edesc->dma_link_tbl, common_nonsnoop() 1606 dma_sync_single_for_device(ctx->dev, common_nonsnoop_hash()
|
H A D | atmel-aes.c | 322 dma_sync_single_for_device(dd->dev, dma_addr_in, length, atmel_aes_crypt_dma() 324 dma_sync_single_for_device(dd->dev, dma_addr_out, length, atmel_aes_crypt_dma()
|
/linux-4.1.27/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 291 dma_sync_single_for_device(dev->dev.parent, ep93xx_rx() 373 dma_sync_single_for_device(dev->dev.parent, txd->buf_addr, skb->len, ep93xx_xmit()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
H A D | mthca_mr.c | 354 dma_sync_single_for_device(&dev->pdev->dev, dma_handle, mthca_arbel_write_mtt_seg() 790 dma_sync_single_for_device(&dev->pdev->dev, fmr->mem.arbel.dma_handle, mthca_arbel_map_phys_fmr()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-tegra114.c | 393 dma_sync_single_for_device(tspi->dev, tspi->tx_dma_phys, tegra_spi_copy_client_txbuf_to_spi_txbuf() 424 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_spi_copy_spi_rxbuf_to_client_rxbuf() 527 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_spi_start_dma_based_transfer()
|
H A D | spi-tegra20-slink.c | 402 dma_sync_single_for_device(tspi->dev, tspi->tx_dma_phys, tegra_slink_copy_client_txbuf_to_spi_txbuf() 433 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_slink_copy_spi_rxbuf_to_client_rxbuf() 541 dma_sync_single_for_device(tspi->dev, tspi->rx_dma_phys, tegra_slink_start_dma_based_transfer()
|
H A D | spi-au1550.c | 369 dma_sync_single_for_device(hw->dev, dma_rx_addr, au1550_spi_dma_txrxb() 374 dma_sync_single_for_device(hw->dev, dma_rx_addr, au1550_spi_dma_txrxb()
|
H A D | spi-sh-msiof.c | 700 dma_sync_single_for_device(p->master->dma_tx->device->dev, sh_msiof_dma_once()
|
H A D | spi-atmel.c | 666 dma_sync_single_for_device(&as->pdev->dev, atmel_spi_next_xfer_data()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | serial-tegra.c | 411 dma_sync_single_for_device(tup->uport.dev, tup->tx_dma_buf_phys, tegra_uart_start_tx_dma() 550 dma_sync_single_for_device(tup->uport.dev, tup->rx_dma_buf_phys, tegra_uart_copy_rx_to_tty() 639 dma_sync_single_for_device(tup->uport.dev, tup->rx_dma_buf_phys, tegra_uart_start_rx_dma()
|
H A D | fsl_lpuart.c | 341 dma_sync_single_for_device(sport->port.dev, sport->dma_rx_buf_bus, lpuart_copy_rx_to_tty() 374 dma_sync_single_for_device(sport->port.dev, sport->dma_tx_buf_bus, lpuart_dma_tx() 438 dma_sync_single_for_device(sport->port.dev, sport->dma_rx_buf_bus, lpuart_dma_rx()
|
H A D | atmel_serial.c | 1274 dma_sync_single_for_device(port->dev, atmel_tx_pdc() 1446 dma_sync_single_for_device(port->dev, pdc->dma_addr, atmel_rx_from_pdc()
|
H A D | samsung.c | 301 dma_sync_single_for_device(ourport->port.dev, dma->tx_transfer_addr, s3c24xx_serial_start_tx_dma() 512 dma_sync_single_for_device(ourport->port.dev, dma->rx_addr, s3c64xx_start_rx_dma()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | denali.c | 1078 dma_sync_single_for_device(denali->dev, addr, size, DMA_TO_DEVICE); write_page() 1170 dma_sync_single_for_device(denali->dev, addr, size, DMA_FROM_DEVICE); denali_read_page() 1217 dma_sync_single_for_device(denali->dev, addr, size, DMA_FROM_DEVICE); denali_read_page_raw()
|
/linux-4.1.27/drivers/net/ethernet/moxa/ |
H A D | moxart_ether.c | 352 dma_sync_single_for_device(&ndev->dev, priv->tx_mapping[tx_head], moxart_mac_start_xmit()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 153 dma_sync_single_for_device(sdev->dma_dev, dma_base + offset, b44_sync_dma_desc_for_device() 774 dma_sync_single_for_device(bp->sdev->dma_dev, dest_map->mapping, b44_recycle_rx() 1142 dma_sync_single_for_device(bp->sdev->dma_dev, bp->rx_ring_dma, b44_init_rings() 1146 dma_sync_single_for_device(bp->sdev->dma_dev, bp->tx_ring_dma, b44_init_rings()
|
H A D | bgmac.c | 410 dma_sync_single_for_device(dma_dev, slot->dma_addr, BGMAC_RX_BUF_SIZE, bgmac_dma_rx_poison_buf()
|
H A D | bcm63xx_enet.c | 398 dma_sync_single_for_device(kdev, desc->address, bcm_enet_receive_queue()
|
H A D | bnx2.c | 2990 dma_sync_single_for_device(&bp->pdev->dev, bnx2_reuse_rx_data()
|
/linux-4.1.27/drivers/net/ethernet/aeroflex/ |
H A D | greth.c | 432 dma_sync_single_for_device(greth->dev, dma_addr, skb->len, DMA_TO_DEVICE); greth_start_xmit() 826 dma_sync_single_for_device(greth->dev, dma_addr, MAX_FRAME_SIZE, DMA_FROM_DEVICE); greth_rx()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mr.c | 714 dma_sync_single_for_device(&dev->persist->pdev->dev, dma_handle, mlx4_write_mtt_chunk() 1026 dma_sync_single_for_device(&dev->persist->pdev->dev, fmr->dma_handle, mlx4_map_phys_fmr()
|
/linux-4.1.27/drivers/net/ethernet/octeon/ |
H A D | octeon_mgmt.c | 239 dma_sync_single_for_device(p->dev, p->rx_ring_handle, octeon_mgmt_rx_fill_ring() 1313 dma_sync_single_for_device(p->dev, p->tx_ring_handle, octeon_mgmt_xmit()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 128 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_rx_edma_buf_link() 654 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_edma_get_buffers()
|
H A D | xmit.c | 357 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_tx_set_retry() 2475 dma_sync_single_for_device(sc->dev, bf->bf_buf_addr, ath_tx_cabq()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.c | 453 dma_sync_single_for_device(ep->udc->gadget.dev.parent, qe_ep_rxbd_update() 1731 dma_sync_single_for_device(ep->udc->gadget.dev.parent, __qe_ep_queue() 2555 dma_sync_single_for_device(udc->gadget.dev.parent, qe_udc_probe()
|
H A D | fotg210-udc.c | 362 dma_sync_single_for_device(NULL, d, length, fotg210_start_dma()
|
H A D | udc-xilinx.c | 390 dma_sync_single_for_device(udc->dev, src, xudc_dma_send()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | sunbmac.c | 863 dma_sync_single_for_device(&bp->bigmac_op->dev, bigmac_rx()
|
H A D | sunhme.c | 2069 dma_sync_single_for_device(hp->dma_dev, dma_addr, len, DMA_FROM_DEVICE); happy_meal_rx()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
H A D | dma.c | 313 dma_sync_single_for_device(ring->dev->dev->dma_dev, sync_descbuffer_for_device()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 921 dma_sync_single_for_device(ddev, dma, size, DMA_TO_DEVICE); mlx5_ib_update_mtt()
|
/linux-4.1.27/drivers/atm/ |
H A D | fore200e.c | 460 dma_sync_single_for_device(&((struct pci_dev *) fore200e->bus_dev)->dev, dma_addr, size, direction); fore200e_pca_dma_sync_for_device() 712 dma_sync_single_for_device(&op->dev, dma_addr, size, direction); fore200e_sba_dma_sync_for_device()
|
H A D | idt77252.c | 1896 dma_sync_single_for_device(&card->pcidev->dev, IDT77252_PRV_PADDR(skb), recycle_rx_skb()
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 731 dma_sync_single_for_device(dev->dev.parent, i596_rx()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 1428 dma_sync_single_for_device(&pdev->dev, e1000_run_loopback_test()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
H A D | dma.c | 403 dma_sync_single_for_device(ring->dev->dev->dma_dev, sync_descbuffer_for_device()
|
/linux-4.1.27/drivers/dma/ioat/ |
H A D | dma_v3.c | 1338 dma_sync_single_for_device(dev, dest_dma, PAGE_SIZE, DMA_FROM_DEVICE); ioat_xor_val_self_test()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 474 dma_sync_single_for_device(nv_device_base(device), nouveau_bo_sync_for_device()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
H A D | ehca_mrmw.c | 2548 dma_sync_single_for_device(dev->dma_device, addr, size, dir); ehca_dma_sync_single_for_device()
|
/linux-4.1.27/drivers/net/ethernet/dlink/ |
H A D | sundance.c | 1391 dma_sync_single_for_device(&np->pci_dev->dev, rx_poll()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | ethtool.c | 1641 dma_sync_single_for_device(&pdev->dev, e1000_run_loopback_test()
|
H A D | netdev.c | 1411 dma_sync_single_for_device(&pdev->dev, e1000_clean_rx_irq_ps()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
H A D | trans.c | 115 dma_sync_single_for_device(trans->dev, trans_pcie->fw_mon_phys, iwl_pcie_alloc_fw_monitor()
|
/linux-4.1.27/drivers/staging/emxx_udc/ |
H A D | emxx_udc.c | 501 dma_sync_single_for_device( _nbu2ss_dma_map_single()
|
/linux-4.1.27/drivers/scsi/ |
H A D | 53c700.c | 367 dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); NCR_700_detect()
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_gadget.c | 96 dma_sync_single_for_device(musb->controller, map_dma_buffer()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 1504 dma_sync_single_for_device(&fep->pdev->dev, bdp->cbd_bufaddr, fec_enet_rx_queue()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 1823 dma_sync_single_for_device(rx_ring->dev, igb_clean_test_rings()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ethtool.c | 1859 dma_sync_single_for_device(rx_ring->dev, ixgbe_clean_test_rings()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
H A D | via-rhine.c | 2022 dma_sync_single_for_device(hwdev, rhine_rx()
|
H A D | via-velocity.c | 2091 dma_sync_single_for_device(vptr->dev, rd_info->skb_dma, velocity_receive_frame()
|
/linux-4.1.27/drivers/firewire/ |
H A D | ohci.c | 931 dma_sync_single_for_device(ctx->ohci->card.device, ar_recycle_buffers()
|
/linux-4.1.27/include/rdma/ |
H A D | ib_verbs.h | 2346 dma_sync_single_for_device(dev->dma_device, addr, size, dir); ib_dma_sync_single_for_device()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
H A D | r8169.c | 7283 dma_sync_single_for_device(d, addr, pkt_size, DMA_FROM_DEVICE); rtl8169_try_rx_copy()
|