/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_asym_algs.c | 292 qat_req->src_align = dma_zalloc_coherent(dev, ctx->key_sz, in qat_rsa_enc() 311 qat_req->dst_align = dma_zalloc_coherent(dev, ctx->key_sz, in qat_rsa_enc() 423 qat_req->src_align = dma_zalloc_coherent(dev, ctx->key_sz, in qat_rsa_dec() 442 qat_req->dst_align = dma_zalloc_coherent(dev, ctx->key_sz, in qat_rsa_dec() 529 ctx->n = dma_zalloc_coherent(dev, ctx->key_sz, &ctx->dma_n, GFP_KERNEL); in qat_rsa_get_n() 559 ctx->e = dma_zalloc_coherent(dev, ctx->key_sz, &ctx->dma_e, GFP_KERNEL); in qat_rsa_get_e() 593 ctx->d = dma_zalloc_coherent(dev, ctx->key_sz, &ctx->dma_d, GFP_KERNEL); in qat_rsa_get_d()
|
D | adf_admin.c | 244 admin->virt_addr = dma_zalloc_coherent(&GET_DEV(accel_dev), PAGE_SIZE, in adf_init_admin_comms()
|
D | qat_algs.c | 598 ctx->enc_cd = dma_zalloc_coherent(dev, sizeof(*ctx->enc_cd), in qat_alg_aead_setkey() 604 ctx->dec_cd = dma_zalloc_coherent(dev, sizeof(*ctx->dec_cd), in qat_alg_aead_setkey() 928 ctx->enc_cd = dma_zalloc_coherent(dev, sizeof(*ctx->enc_cd), in qat_alg_ablkcipher_setkey() 935 ctx->dec_cd = dma_zalloc_coherent(dev, sizeof(*ctx->dec_cd), in qat_alg_ablkcipher_setkey()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00mmio.c | 122 addr = dma_zalloc_coherent(rt2x00dev->dev, in rt2x00mmio_alloc_queue_dma()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ctx.c | 437 rq_addr = dma_zalloc_coherent(&adapter->pdev->dev, rq_size, in qlcnic_82xx_fw_cmd_create_tx_ctx() 443 rsp_addr = dma_zalloc_coherent(&adapter->pdev->dev, rsp_size, in qlcnic_82xx_fw_cmd_create_tx_ctx() 856 nic_info_addr = dma_zalloc_coherent(&adapter->pdev->dev, nic_size, in qlcnic_82xx_get_nic_info() 910 nic_info_addr = dma_zalloc_coherent(&adapter->pdev->dev, nic_size, in qlcnic_82xx_set_nic_info() 965 pci_info_addr = dma_zalloc_coherent(&adapter->pdev->dev, pci_size, in qlcnic_82xx_get_pci_info() 1079 stats_addr = dma_zalloc_coherent(&adapter->pdev->dev, stats_size, in qlcnic_get_port_stats() 1135 stats_addr = dma_zalloc_coherent(&adapter->pdev->dev, stats_size, in qlcnic_get_mac_stats()
|
/linux-4.4.14/include/asm-generic/ |
D | pci-dma-compat.h | 20 return dma_zalloc_coherent(hwdev == NULL ? NULL : &hwdev->dev, in pci_zalloc_consistent()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 59 cpu_handle = dma_zalloc_coherent(&dev->pdev->dev, size, in mlx5_dma_zalloc_coherent_node()
|
D | cmd.c | 1508 cmd->cmd_alloc_buf = dma_zalloc_coherent(ddev, MLX5_ADAPTER_PAGE_SIZE, in alloc_cmd_page() 1523 cmd->cmd_alloc_buf = dma_zalloc_coherent(ddev, in alloc_cmd_page()
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_core.c | 178 bdc->scratchpad.buff = dma_zalloc_coherent(bdc->dev, sp_buff_size, in scratchpad_setup() 208 bdc->srr.sr_bds = dma_zalloc_coherent( in setup_srr()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 1763 get_fat_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, in be_cmd_get_regs() 2260 cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, cmd.size, &cmd.dma, in be_cmd_read_port_transceiver_data() 2784 cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, cmd.size, &cmd.dma, in be_cmd_get_phy_info() 2871 attribs_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, in be_cmd_get_cntl_attributes() 3044 get_mac_list_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, in be_cmd_get_mac_from_list() 3174 cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, cmd.size, &cmd.dma, in be_cmd_set_mac_list() 3376 cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, cmd.size, &cmd.dma, in be_cmd_get_acpi_wol_cap() 3427 extfat_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, in be_cmd_set_fw_log_level() 3465 extfat_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, in be_cmd_get_fw_log_level() 3684 cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, cmd.size, &cmd.dma, in be_cmd_get_func_config() [all …]
|
D | be_ethtool.c | 265 read_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, read_cmd.size, in lancer_cmd_read_file() 827 ddrdma_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, in be_test_ddr_dma() 962 eeprom_cmd.va = dma_zalloc_coherent(&adapter->pdev->dev, in be_read_eeprom()
|
D | be_main.c | 148 mem->va = dma_zalloc_coherent(&adapter->pdev->dev, mem->size, &mem->dma, in be_queue_alloc() 3625 cmd.va = dma_zalloc_coherent(dev, cmd.size, &cmd.dma, GFP_KERNEL); in be_setup_wol() 4910 flash_cmd.va = dma_zalloc_coherent(dev, flash_cmd.size, in lancer_fw_download() 5028 flash_cmd.va = dma_zalloc_coherent(dev, flash_cmd.size, &flash_cmd.dma, in be_fw_download() 5616 mbox_mem_alloc->va = dma_zalloc_coherent(dev, mbox_mem_alloc->size, in be_drv_init() 5627 rx_filter->va = dma_zalloc_coherent(dev, rx_filter->size, in be_drv_init() 5642 stats_cmd->va = dma_zalloc_coherent(dev, stats_cmd->size, in be_drv_init()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | rx.c | 577 rxq->bd = dma_zalloc_coherent(dev, sizeof(__le32) * RX_QUEUE_SIZE, in iwl_pcie_rx_alloc() 583 rxq->rb_stts = dma_zalloc_coherent(dev, sizeof(*rxq->rb_stts), in iwl_pcie_rx_alloc() 1472 dma_zalloc_coherent(trans->dev, ICT_SIZE, in iwl_pcie_alloc_ict()
|
/linux-4.4.14/include/linux/ |
D | dma-mapping.h | 187 static inline void *dma_zalloc_coherent(struct device *dev, size_t size, in dma_zalloc_coherent() function
|
/linux-4.4.14/drivers/atm/ |
D | he.c | 536 he_dev->tpdrq_base = dma_zalloc_coherent(&he_dev->pci_dev->dev, in he_init_tpdrq() 806 he_dev->rbpl_base = dma_zalloc_coherent(&he_dev->pci_dev->dev, in he_init_group() 845 he_dev->rbrq_base = dma_zalloc_coherent(&he_dev->pci_dev->dev, in he_init_group() 869 he_dev->tbrq_base = dma_zalloc_coherent(&he_dev->pci_dev->dev, in he_init_group() 914 he_dev->irq_base = dma_zalloc_coherent(&he_dev->pci_dev->dev, in he_init_irq() 1465 he_dev->hsp = dma_zalloc_coherent(&he_dev->pci_dev->dev, in he_start()
|
D | idt77252.c | 644 scq->base = dma_zalloc_coherent(&card->pcidev->dev, SCQ_SIZE, in alloc_scq() 974 card->rsq.base = dma_zalloc_coherent(&card->pcidev->dev, RSQSIZE, in init_rsq() 3401 card->raw_cell_hnd = dma_zalloc_coherent(&card->pcidev->dev, in init_card()
|
/linux-4.4.14/drivers/rapidio/devices/ |
D | tsi721_dma.c | 92 bd_ptr = dma_zalloc_coherent(dev, in tsi721_bdma_ch_init() 109 sts_ptr = dma_zalloc_coherent(dev, in tsi721_bdma_ch_init()
|
D | tsi721.c | 1006 priv->idb_base = dma_zalloc_coherent(&priv->pdev->dev, in tsi721_doorbell_init() 1071 bd_ptr = dma_zalloc_coherent(&priv->pdev->dev, in tsi721_bdma_maint_init() 1088 sts_ptr = dma_zalloc_coherent(&priv->pdev->dev, in tsi721_bdma_maint_init() 1542 priv->omsg_ring[mbox].sts_base = dma_zalloc_coherent(&priv->pdev->dev, in tsi721_open_outb_mbox()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | init.c | 1478 rcd->rcvhdrq = dma_zalloc_coherent( in hfi1_create_rcvhdrq() 1497 rcd->rcvhdrtail_kvaddr = dma_zalloc_coherent( in hfi1_create_rcvhdrq() 1592 dma_zalloc_coherent(&dd->pcidev->dev, in hfi1_setup_eagerbufs()
|
D | sdma.c | 1119 sde->descq = dma_zalloc_coherent( in sdma_init() 1141 dd->sdma_heads_dma = dma_zalloc_coherent( in sdma_init() 1153 dd->sdma_pad_dma = dma_zalloc_coherent( in sdma_init()
|
D | pio.c | 1733 dd->cr_base[i].va = dma_zalloc_coherent( in init_credit_return()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 563 pep->htpr = dma_zalloc_coherent(pep->dev->dev.parent, in init_hash_table() 1053 pep->p_rx_desc_area = dma_zalloc_coherent(pep->dev->dev.parent, size, in rxq_init() 1113 pep->p_tx_desc_area = dma_zalloc_coherent(pep->dev->dev.parent, size, in txq_init()
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
D | core.c | 50 r->space = dma_zalloc_coherent(&macio_get_pci_dev(i2sdev->macio)->dev, in alloc_dbdma_descriptor_ring()
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 880 ring->desc_addr = dma_zalloc_coherent(dev, size, &ring->dma, in xgene_enet_create_desc_ring() 889 ring->irq_mbox_addr = dma_zalloc_coherent(dev, INTR_MBOX_SIZE, in xgene_enet_create_desc_ring() 1000 tx_ring->exp_bufs = dma_zalloc_coherent(dev, size, &dma_exp_bufs, in xgene_enet_create_desc_rings()
|
/linux-4.4.14/drivers/net/irda/ |
D | w83977af_ir.c | 208 dma_zalloc_coherent(NULL, self->rx_buff.truesize, in w83977af_open() 216 dma_zalloc_coherent(NULL, self->tx_buff.truesize, in w83977af_open()
|
D | via-ircc.c | 357 dma_zalloc_coherent(&pdev->dev, self->rx_buff.truesize, in via_ircc_open() 365 dma_zalloc_coherent(&pdev->dev, self->tx_buff.truesize, in via_ircc_open()
|
D | ali-ircc.c | 346 dma_zalloc_coherent(NULL, self->rx_buff.truesize, in ali_ircc_open() 354 dma_zalloc_coherent(NULL, self->tx_buff.truesize, in ali_ircc_open()
|
D | nsc-ircc.c | 437 dma_zalloc_coherent(NULL, self->rx_buff.truesize, in nsc_ircc_open() 446 dma_zalloc_coherent(NULL, self->tx_buff.truesize, in nsc_ircc_open()
|
D | smsc-ircc2.c | 568 dma_zalloc_coherent(NULL, self->rx_buff.truesize, in smsc_ircc_open() 574 dma_zalloc_coherent(NULL, self->tx_buff.truesize, in smsc_ircc_open()
|
/linux-4.4.14/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 245 lp->tx_bd_v = dma_zalloc_coherent(ndev->dev.parent, in temac_dma_bd_init() 251 lp->rx_bd_v = dma_zalloc_coherent(ndev->dev.parent, in temac_dma_bd_init()
|
D | xilinx_axienet_main.c | 201 lp->tx_bd_v = dma_zalloc_coherent(ndev->dev.parent, in axienet_dma_bd_init() 207 lp->rx_bd_v = dma_zalloc_coherent(ndev->dev.parent, in axienet_dma_bd_init()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | nic.c | 37 buffer->addr = dma_zalloc_coherent(&efx->pci_dev->dev, len, in efx_nic_alloc_buffer()
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 1126 desc->l2ptr = dma_zalloc_coherent(smmu->dev, size, &desc->l2ptr_dma, in arm_smmu_init_l2_strtab() 1460 cfg->cdptr = dma_zalloc_coherent(smmu->dev, CTXDESC_CD_DWORDS << 3, in arm_smmu_domain_finalise_s1() 2080 strtab = dma_zalloc_coherent(smmu->dev, l1size, &cfg->strtab_dma, in arm_smmu_init_strtab_2lvl() 2115 strtab = dma_zalloc_coherent(smmu->dev, size, &cfg->strtab_dma, in arm_smmu_init_strtab_linear()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 1203 priv->dma_erx = dma_zalloc_coherent(priv->device, rxsize * in alloc_dma_desc_resources() 1211 priv->dma_etx = dma_zalloc_coherent(priv->device, txsize * in alloc_dma_desc_resources() 1223 priv->dma_rx = dma_zalloc_coherent(priv->device, rxsize * in alloc_dma_desc_resources() 1230 priv->dma_tx = dma_zalloc_coherent(priv->device, txsize * in alloc_dma_desc_resources()
|
/linux-4.4.14/drivers/net/ethernet/tundra/ |
D | tsi108_eth.c | 1309 data->rxring = dma_zalloc_coherent(NULL, rxring_size, &data->rxdma, in tsi108_open() 1314 data->txring = dma_zalloc_coherent(NULL, txring_size, &data->txdma, in tsi108_open()
|
/linux-4.4.14/drivers/net/ethernet/aeroflex/ |
D | greth.c | 1468 greth->tx_bd_base = dma_zalloc_coherent(greth->dev, 1024, in greth_of_probe() 1477 greth->rx_bd_base = dma_zalloc_coherent(greth->dev, 1024, in greth_of_probe()
|
/linux-4.4.14/drivers/dma/ |
D | mxs-dma.c | 424 mxs_chan->ccw = dma_zalloc_coherent(mxs_dma->dma_device.dev, in mxs_dma_alloc_chan_resources()
|
D | xgene-dma.c | 1368 ring->desc_vaddr = dma_zalloc_coherent(chan->dev, ring->size, in xgene_dma_create_ring_one()
|
D | imx-sdma.c | 1038 sdmac->bd = dma_zalloc_coherent(NULL, PAGE_SIZE, &sdmac->bd_phys, in sdma_request_channel()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | mal.c | 641 mal->bd_virt = dma_zalloc_coherent(&ofdev->dev, bd_size, &mal->bd_dma, in mal_probe()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | device_main.c | 454 vir_pool = dma_zalloc_coherent(&priv->pcid->dev, in device_init_rings() 473 priv->tx0_bufs = dma_zalloc_coherent(&priv->pcid->dev, in device_init_rings()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 626 ring->cpu_base = dma_zalloc_coherent(dma_dev, size, in bgmac_dma_alloc() 651 ring->cpu_base = dma_zalloc_coherent(dma_dev, size, in bgmac_dma_alloc()
|
D | bcm63xx_enet.c | 951 p = dma_zalloc_coherent(kdev, size, &priv->rx_desc_dma, GFP_KERNEL); in bcm_enet_open() 962 p = dma_zalloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enet_open()
|
D | bcmsysport.c | 1203 p = dma_zalloc_coherent(kdev, sizeof(struct dma_desc), &ring->desc_dma, in bcm_sysport_init_tx_ring()
|
D | tg3.c | 8688 tnapi->rx_rcb = dma_zalloc_coherent(&tp->pdev->dev, in tg3_mem_rx_acquire() 8740 tp->hw_stats = dma_zalloc_coherent(&tp->pdev->dev, in tg3_alloc_consistent() 8750 tnapi->hw_status = dma_zalloc_coherent(&tp->pdev->dev, in tg3_alloc_consistent()
|
D | bnx2.c | 843 status_blk = dma_zalloc_coherent(&bp->pdev->dev, bp->status_stats_size, in bnx2_alloc_stats_blk()
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 1484 dma_zalloc_coherent(&pdev->dev, size, in pch_gbe_alloc_rx_buffers_pool() 1799 tx_ring->desc = dma_zalloc_coherent(&pdev->dev, tx_ring->size, in pch_gbe_setup_tx_resources() 1843 rx_ring->desc = dma_zalloc_coherent(&pdev->dev, rx_ring->size, in pch_gbe_setup_rx_resources()
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | meth.c | 214 priv->tx_ring = dma_zalloc_coherent(NULL, TX_RING_BUFFER_SIZE, in meth_init_tx_ring()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 1016 txdr->desc = dma_zalloc_coherent(&pdev->dev, txdr->size, &txdr->dma, in e1000_setup_desc_rings() 1074 rxdr->desc = dma_zalloc_coherent(&pdev->dev, rxdr->size, &rxdr->dma, in e1000_setup_desc_rings()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 55 void *x = dma_zalloc_coherent(&bp->pdev->dev, size, y, GFP_KERNEL); \
|
D | bnx2x.h | 2182 x = dma_zalloc_coherent(&bp->pdev->dev, size, y, GFP_KERNEL)
|
/linux-4.4.14/drivers/net/ethernet/faraday/ |
D | ftmac100.c | 735 priv->descs = dma_zalloc_coherent(priv->dev, in ftmac100_alloc_buffers()
|
D | ftgmac100.c | 780 priv->descs = dma_zalloc_coherent(priv->dev, in ftgmac100_alloc_buffers()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 404 tx_ring->dma_tx = dma_zalloc_coherent(dev, in init_tx_ring() 486 rx_ring->dma_rx = dma_zalloc_coherent(priv->device, in init_rx_ring()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | dma.c | 334 ring->descbase = dma_zalloc_coherent(ring->dev->dev->dma_dev, in alloc_ringmemory()
|
/linux-4.4.14/drivers/ata/ |
D | sata_fsl.c | 738 mem = dma_zalloc_coherent(dev, SATA_FSL_PORT_PRIV_DMA_SZ, &mem_dma, in sata_fsl_port_start()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 58 dmem->unalign_base = dma_zalloc_coherent(&nic->pdev->dev, dmem->size, in nicvf_alloc_q_desc_mem()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | da8xx-fb.c | 1449 par->v_palette_base = dma_zalloc_coherent(NULL, PALETTE_SIZE, in fb_probe()
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | main.c | 533 alx->descmem.virt = dma_zalloc_coherent(&alx->hw.pdev->dev, in alx_alloc_descriptors()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | dma.c | 434 ring->descbase = dma_zalloc_coherent(ring->dev->dev->dma_dev, in alloc_ringmemory()
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 533 tq->buf_info = dma_zalloc_coherent(&adapter->pdev->dev, sz, in vmxnet3_tq_create() 1688 bi = dma_zalloc_coherent(&adapter->pdev->dev, sz, &rq->buf_info_pa, in vmxnet3_rq_create()
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 441 ring->buffers = dma_zalloc_coherent(&mac->dma_pdev->dev, in pasemi_mac_setup_rx_resources()
|
/linux-4.4.14/sound/sparc/ |
D | dbri.c | 2537 dbri->dma = dma_zalloc_coherent(&op->dev, sizeof(struct dbri_dma), in snd_dbri_create()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 716 txdr->desc = dma_zalloc_coherent(&pdev->dev, txdr->size, &txdr->dma, in ixgb_setup_tx_resources()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1819 viraddr = dma_zalloc_coherent(&phba->pcidev->dev, in lpfc_sli4_config()
|
D | lpfc_init.c | 5995 dmabuf->virt = dma_zalloc_coherent(&phba->pcidev->dev, in lpfc_sli4_create_rpi_hdr() 6391 phba->slim2p.virt = dma_zalloc_coherent(&pdev->dev, SLI2_SLIM_SIZE, in lpfc_sli_pci_mem_setup() 6760 dmabuf->virt = dma_zalloc_coherent(&phba->pcidev->dev, bmbx_size, in lpfc_create_bootstrap_mbox()
|
D | lpfc_bsg.c | 2689 dmabuf->virt = dma_zalloc_coherent(&pcidev->dev, BSG_MBOX_SIZE, in lpfc_bsg_dma_page_alloc()
|
D | lpfc_sli.c | 4873 dmabuf->virt = dma_zalloc_coherent(&phba->pcidev->dev, dma_size, in lpfc_sli4_read_rev() 12784 dmabuf->virt = dma_zalloc_coherent(&phba->pcidev->dev, in lpfc_sli4_queue_alloc()
|
/linux-4.4.14/drivers/net/fddi/ |
D | defxx.c | 1142 bp->kmalloced = top_v = dma_zalloc_coherent(bp->bus_dev, alloc_size, in dfx_driver_init()
|
/linux-4.4.14/Documentation/ |
D | DMA-API.txt | 59 dma_zalloc_coherent(struct device *dev, size_t size,
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 1019 ring_header->desc = dma_zalloc_coherent(&pdev->dev, ring_header->size, in atl1c_setup_ring_resources()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_init.c | 1585 tc = dma_zalloc_coherent(&ha->pdev->dev, FCE_SIZE, &tc_dma, in qla2x00_alloc_fw_dump() 1618 tc = dma_zalloc_coherent(&ha->pdev->dev, EFT_SIZE, &tc_dma, in qla2x00_alloc_fw_dump()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 1518 nvmeq->cqes = dma_zalloc_coherent(dev->dev, CQ_SIZE(depth), in nvme_alloc_queue()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_bsg.c | 3271 buf_info->virt = dma_zalloc_coherent(&bfad->pcidev->dev, in bfad_fcxp_map_sg()
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 3802 ss->rx_done.entry = dma_zalloc_coherent(&pdev->dev, bytes, in myri10ge_alloc_slices()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 4402 arvif->beacon_buf = dma_zalloc_coherent(ar->dev, in ath10k_add_interface()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 113 mem->va = dma_zalloc_coherent(&pf->pdev->dev, mem->size, in i40e_allocate_dma_mem_d()
|