Searched refs:dma_alloc_coherent (Results 126 - 150 of 785) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c171 bdc->scratchpad.buff = dma_alloc_coherent(bdc->dev, sp_buff_size,
202 bdc->srr.sr_bds = dma_alloc_coherent(bdc->dev,
/linux-master/drivers/net/ethernet/apple/
H A Dmacmace.c388 mp->tx_ring = dma_alloc_coherent(mp->device,
394 mp->rx_ring = dma_alloc_coherent(mp->device,
/linux-master/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.c195 pkt_buf = dma_alloc_coherent(dev, XGENE_ENET_STD_MTU, &dma_addr,
417 ring->desc_addr = dma_alloc_coherent(dev, size, &ring->dma_addr,
/linux-master/drivers/net/ethernet/moxa/
H A Dmoxart_ether.c498 priv->tx_desc_base = dma_alloc_coherent(p_dev, TX_REG_DESC_SIZE *
506 priv->rx_desc_base = dma_alloc_coherent(p_dev, RX_REG_DESC_SIZE *
/linux-master/drivers/infiniband/hw/irdma/
H A Dhmc.c490 dma_mem.va = dma_alloc_coherent(hw->device, dma_mem.size,
573 page->va = dma_alloc_coherent(dev->hw->device,
/linux-master/drivers/message/fusion/
H A Dmptctl.c1042 sglbuf = dma_alloc_coherent(&ioc->pcidev->dev, MAX_SGL_BYTES,
1064 buflist[buflist_ent].kptr = dma_alloc_coherent(&ioc->pcidev->dev,
2105 bufOut.kptr = dma_alloc_coherent(&ioc->pcidev->dev,
2140 bufIn.kptr = dma_alloc_coherent(&ioc->pcidev->dev,
2401 pbuf = dma_alloc_coherent(&ioc->pcidev->dev,
2481 pbuf = dma_alloc_coherent(&ioc->pcidev->dev, 4, &buf_dma, GFP_KERNEL);
2594 pg0_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz, &page_dma,
2660 pg3_alloc = dma_alloc_coherent(&ioc->pcidev->dev, data_sz,
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1881 hba->task_ctx_bd_tbl = dma_alloc_coherent(&hba->pcidev->dev,
1918 hba->task_ctx[i] = dma_alloc_coherent(&hba->pcidev->dev,
2055 hba->hash_tbl_segments[i] = dma_alloc_coherent(&hba->pcidev->dev,
2065 hba->hash_tbl_pbl = dma_alloc_coherent(&hba->pcidev->dev, PAGE_SIZE,
2124 hba->t2_hash_tbl_ptr = dma_alloc_coherent(&hba->pcidev->dev, mem_size,
2135 hba->t2_hash_tbl = dma_alloc_coherent(&hba->pcidev->dev, mem_size,
2150 hba->dummy_buffer = dma_alloc_coherent(&hba->pcidev->dev,
2159 hba->stats_buffer = dma_alloc_coherent(&hba->pcidev->dev, PAGE_SIZE,
/linux-master/drivers/i2c/busses/
H A Di2c-cpm.c528 cpm->rxbuf[i] = dma_alloc_coherent(&cpm->ofdev->dev,
537 cpm->txbuf[i] = dma_alloc_coherent(&cpm->ofdev->dev,
/linux-master/drivers/video/fbdev/
H A Dvt8500lcdfb.c352 fb_mem_virt = dma_alloc_coherent(&pdev->dev, fb_mem_len, &fb_mem_phys,
365 fbi->palette_cpu = dma_alloc_coherent(&pdev->dev,
/linux-master/drivers/bus/mhi/host/
H A Dboot.c343 mhi_buf->buf = dma_alloc_coherent(mhi_cntrl->cntrl_dev,
455 buf = dma_alloc_coherent(mhi_cntrl->cntrl_dev, size, &dma_addr,
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h248 token->vaddr = dma_alloc_coherent(&asd_ha->pcidev->dev,
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c289 desc->virt = dma_alloc_coherent(desc->dev, bytes,
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.c217 tlv = dma_alloc_coherent(&pdev->dev, tlv_size, &tlv_pa, GFP_ATOMIC);
/linux-master/sound/mips/
H A Dsnd-n64.c166 * which combined with dma_alloc_coherent aligning the buffer to the largest
306 priv->ring_base = dma_alloc_coherent(card->dev, 32 * 1024, &priv->ring_base_dma,
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_init.c312 dd->pioavailregs_dma = dma_alloc_coherent(
1555 rcd->rcvhdrq = dma_alloc_coherent(&dd->pcidev->dev, amt,
1574 rcd->rcvhdrtail_kvaddr = dma_alloc_coherent(
1651 dma_alloc_coherent(&dd->pcidev->dev, size,
/linux-master/drivers/dma/ptdma/
H A Dptdma-dev.c207 cmd_q->qbase = dma_alloc_coherent(dev, cmd_q->qsize,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.c390 p_addr = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
398 p_addr = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
409 p_addr = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
417 p_addr = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
/linux-master/drivers/net/ethernet/sfc/
H A Dnic.c34 buffer->addr = dma_alloc_coherent(&efx->pci_dev->dev, len,
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-g723.c127 solo_pcm->g723_buf = dma_alloc_coherent(&solo_dev->pdev->dev,
/linux-master/arch/powerpc/platforms/cell/
H A Daxon_msi.c362 msic->fifo_virt = dma_alloc_coherent(&device->dev, MSIC_FIFO_SIZE_BYTES,
/linux-master/drivers/crypto/amlogic/
H A Damlogic-gxl-core.c178 mc->chanlist[i].tl = dma_alloc_coherent(mc->dev,
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c272 read_cmd.va = dma_alloc_coherent(&adapter->pdev->dev, read_cmd.size,
820 cmd.va = dma_alloc_coherent(dev, cmd.size, &cmd.dma, GFP_KERNEL);
856 ddrdma_cmd.va = dma_alloc_coherent(&adapter->pdev->dev,
1035 eeprom_cmd.va = dma_alloc_coherent(&adapter->pdev->dev,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.c288 hb->dma.virt_addr = dma_alloc_coherent(&GET_DEV(accel_dev), PAGE_SIZE,
/linux-master/drivers/uio/
H A Duio_dmem_genirq.c61 addr = dma_alloc_coherent(&priv->pdev->dev, uiomem->size,
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c574 mdata_buf = dma_alloc_coherent(__scm->dev, size, &mdata_phys,
1028 ptr = dma_alloc_coherent(__scm->dev, ptr_sz, &ptr_phys, GFP_KERNEL);
1218 * bounce buffers. Instead, just use dma_alloc_coherent(). Programming
1222 keybuf = dma_alloc_coherent(__scm->dev, key_size, &key_phys,
1378 payload_buf = dma_alloc_coherent(__scm->dev, payload_size, &payload_phys, GFP_KERNEL);

Completed in 1259 milliseconds

1234567891011>>