Searched refs:dma_alloc_coherent (Results 26 - 50 of 785) sorted by relevance

1234567891011>>

/linux-master/drivers/media/pci/mantis/
H A Dmantis_dma.c80 mantis->buf_cpu = dma_alloc_coherent(&mantis->pdev->dev,
95 mantis->risc_cpu = dma_alloc_coherent(&mantis->pdev->dev,
/linux-master/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_tx.c22 priv->tx_wqe_base = dma_alloc_coherent(priv->dev, size,
34 priv->tx_cc = dma_alloc_coherent(priv->dev, MLXBF_GIGE_TX_CC_SZ,
H A Dmlxbf_gige_rx.c95 priv->rx_wqe_base = dma_alloc_coherent(priv->dev, wq_size,
119 priv->rx_cqe_base = dma_alloc_coherent(priv->dev, cq_size,
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c205 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev,
245 dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE,
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_vp8.c164 aux_buf->cpu = dma_alloc_coherent(vpu->dev, aux_buf->size,
175 aux_buf->cpu = dma_alloc_coherent(vpu->dev, aux_buf->size,
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c217 ubuf = dma_alloc_coherent(dev, ZYNQMP_DMA_ALLOC_FIXED_SIZE, &update_dma_addr, GFP_KERNEL);
223 fbuf = dma_alloc_coherent(dev, SHA3_384_DIGEST_SIZE, &final_dma_addr, GFP_KERNEL);
/linux-master/drivers/nvmem/
H A Dzynqmp_nvmem.c98 efuse = dma_alloc_coherent(dev, sizeof(struct xilinx_efuse),
103 data = dma_alloc_coherent(dev, sizeof(bytes),
/linux-master/drivers/crypto/hisilicon/
H A Dsgl.c92 block[i].sgl = dma_alloc_coherent(dev, block_size,
104 block[i].sgl = dma_alloc_coherent(dev, remain_sgl * sgl_size,
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c265 addr = dma_alloc_coherent(&adapter->pdev->dev, rq_size,
271 addr = dma_alloc_coherent(&adapter->pdev->dev, rsp_size,
436 rq_addr = dma_alloc_coherent(&adapter->pdev->dev, rq_size,
442 rsp_addr = dma_alloc_coherent(&adapter->pdev->dev, rsp_size,
572 ptr = (__le32 *)dma_alloc_coherent(&pdev->dev, sizeof(u32),
582 addr = dma_alloc_coherent(&pdev->dev, TX_DESC_RINGSIZE(tx_ring),
595 addr = dma_alloc_coherent(&adapter->pdev->dev,
609 addr = dma_alloc_coherent(&adapter->pdev->dev,
863 nic_info_addr = dma_alloc_coherent(&adapter->pdev->dev, nic_size,
917 nic_info_addr = dma_alloc_coherent(
[all...]
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_msg.c76 msg->vaddr = dma_alloc_coherent(dev, msg->size, &msg->dma,
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mmio.c111 addr = dma_alloc_coherent(rt2x00dev->dev,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dswap.c107 virt_addr = dma_alloc_coherent(ar->dev, swap_bin_len, &paddr,
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c174 dma_alloc_coherent(core->dev, SIZE_WORKSPACE,
180 h264->sei_vaddr = dma_alloc_coherent(core->dev, SIZE_SEI,
240 h264->ext_fw_vaddr = dma_alloc_coherent(core->dev, SIZE_EXT_FW,
304 h264->ref_vaddr = dma_alloc_coherent(core->dev, h264->ref_size,
/linux-master/drivers/media/pci/tw68/
H A Dtw68-risc.c154 buf->cpu = dma_alloc_coherent(&pci->dev, buf->size, &buf->dma,
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_alloc.c105 trunks[i].buf = dma_alloc_coherent(hr_dev->dev, trunk_size,
/linux-master/drivers/scsi/snic/
H A Dvnic_dev.c214 ring->descs_unaligned = dma_alloc_coherent(&vdev->pdev->dev,
458 vdev->fw_info = dma_alloc_coherent(&vdev->pdev->dev,
522 vdev->stats = dma_alloc_coherent(&vdev->pdev->dev,
595 vdev->notify = dma_alloc_coherent(&vdev->pdev->dev,
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.c67 mem->va = dma_alloc_coherent(&plat_dev->dev, size, &mem->dma_addr, GFP_KERNEL);
/linux-master/drivers/net/ethernet/ti/
H A Dk3-cppi-desc-pool.c85 pool->cpumem = dma_alloc_coherent(pool->dev, pool->mem_size,
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info-gen3.c133 prph_scratch = dma_alloc_coherent(trans->dev, sizeof(*prph_scratch),
188 prph_info = dma_alloc_coherent(trans->dev, PAGE_SIZE,
197 ctxt_info_gen3 = dma_alloc_coherent(trans->dev,
232 trans_pcie->iml = dma_alloc_coherent(trans->dev, trans->iml_len,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c434 ctx->p = dma_alloc_coherent(dev, ctx->p_size, &ctx->dma_p, GFP_KERNEL);
445 ctx->g = dma_alloc_coherent(dev, ctx->p_size, &ctx->dma_g, GFP_KERNEL);
500 ctx->xa = dma_alloc_coherent(dev, ctx->p_size, &ctx->dma_xa,
1002 ctx->n = dma_alloc_coherent(dev, ctx->key_sz, &ctx->dma_n, GFP_KERNEL);
1031 ctx->e = dma_alloc_coherent(dev, ctx->key_sz, &ctx->dma_e, GFP_KERNEL);
1057 ctx->d = dma_alloc_coherent(dev, ctx->key_sz, &ctx->dma_d, GFP_KERNEL);
1090 ctx->p = dma_alloc_coherent(dev, half_key_sz, &ctx->dma_p, GFP_KERNEL);
1101 ctx->q = dma_alloc_coherent(dev, half_key_sz, &ctx->dma_q, GFP_KERNEL);
1112 ctx->dp = dma_alloc_coherent(dev, half_key_sz, &ctx->dma_dp,
1124 ctx->dq = dma_alloc_coherent(de
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-buffer.c106 buf->cpu = dma_alloc_coherent(&port->dev->pci->dev, buf->pci_size,
111 buf->pt_cpu = dma_alloc_coherent(&port->dev->pci->dev, buf->pt_size,
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_eq.c92 dma_alloc_coherent(&dev->pdev->dev, WARPPED_BUFSIZE(buf_size),
236 dma_alloc_coherent(&dev->pdev->dev, WARPPED_BUFSIZE(buf_size),
/linux-master/sound/soc/loongson/
H A Dloongson_dma.c252 prtd->dma_desc_arr = dma_alloc_coherent(card->dev, PAGE_SIZE,
261 prtd->dma_pos_desc = dma_alloc_coherent(card->dev,
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.c197 iq->desc_ring = dma_alloc_coherent(iq->dev, desc_ring_size,
208 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size,
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_tx.c196 iq->desc_ring = dma_alloc_coherent(iq->dev, desc_ring_size,
207 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size,

Completed in 278 milliseconds

1234567891011>>