Searched refs:dma_alloc_coherent (Results 251 - 275 of 785) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/s390/net/
H A Dism_drv.c184 sba = dma_alloc_coherent(&ism->pdev->dev, PAGE_SIZE, &dma_handle,
211 ieq = dma_alloc_coherent(&ism->pdev->dev, PAGE_SIZE, &dma_handle,
/linux-master/drivers/infiniband/hw/irdma/
H A Dhw.c951 cqp->sq.va = dma_alloc_coherent(dev->hw->device, cqp->sq.size,
1046 ccq->mem_cq.va = dma_alloc_coherent(dev->hw->device, ccq->mem_cq.size,
1203 iwceq->mem.va = dma_alloc_coherent(dev->hw->device, iwceq->mem.size,
1395 aeq->mem.va = dma_alloc_coherent(dev->hw->device, aeq->mem.size,
1708 rf->obj_mem.va = dma_alloc_coherent(rf->hw.device, rf->obj_mem.size,
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c658 desc_ptr = dma_alloc_coherent(dev->hw->dev,
782 desc = dma_alloc_coherent(dev->hw->dev,
834 desc = dma_alloc_coherent(dev->hw->dev,
1305 ring->desc = dma_alloc_coherent(dev->hw->dev,
1863 ring->desc = dma_alloc_coherent(dev->hw->dev, size * desc_size,
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c2029 wx->isb_mem = dma_alloc_coherent(&pdev->dev,
2447 rx_ring->desc = dma_alloc_coherent(dev, rx_ring->size,
2451 rx_ring->desc = dma_alloc_coherent(dev, rx_ring->size,
2538 tx_ring->desc = dma_alloc_coherent(dev, tx_ring->size,
2542 tx_ring->desc = dma_alloc_coherent(dev, tx_ring->size,
/linux-master/drivers/usb/host/
H A Dxhci-mem.c567 return dma_alloc_coherent(dev, size, dma, mem_flags);
1640 xhci->scratchpad->sp_array = dma_alloc_coherent(dev,
1654 void *buf = dma_alloc_coherent(dev, xhci->page_size, &dma,
1782 erst->entries = dma_alloc_coherent(xhci_to_hcd(xhci)->self.sysdev,
2425 xhci->dcbaa = dma_alloc_coherent(dev, sizeof(*xhci->dcbaa), &dma,
2465 * will be allocated with dma_alloc_coherent()
/linux-master/drivers/scsi/
H A Dips.c1516 bigger_buf = dma_alloc_coherent(&ha->pcidev->dev, length, &dma_busaddr,
1666 ha->flash_data = dma_alloc_coherent(&ha->pcidev->dev,
4295 ha->scbs = dma_alloc_coherent(&ha->pcidev->dev,
4300 ips_sg.list = dma_alloc_coherent(&ha->pcidev->dev,
4546 scb = dma_alloc_coherent(&ha->pcidev->dev, sizeof(ips_scb_t),
6914 ips_FlashData = dma_alloc_coherent(&pci_dev->dev,
6918 ha->enq = dma_alloc_coherent(&pci_dev->dev, sizeof (IPS_ENQ),
6926 ha->adapt = dma_alloc_coherent(&pci_dev->dev,
6939 ha->logical_drive_info = dma_alloc_coherent(&pci_dev->dev,
6978 ha->ioctl_data = dma_alloc_coherent(
[all...]
H A Dhptiop.c1184 hba->u.mv.internal_req = dma_alloc_coherent(&hba->pcidev->dev,
1213 p = dma_alloc_coherent(&hba->pcidev->dev,
1430 start_virt = dma_alloc_coherent(&pcidev->dev,
H A Daha1740.c393 SCpnt->host_scribble = dma_alloc_coherent (&host->edev->dev,
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c278 cmd->va = dma_alloc_coherent(&phba->ctrl.pdev->dev, size, &cmd->dma,
1023 nonemb_cmd->va = dma_alloc_coherent(&phba->ctrl.pdev->dev,
1516 nonemb_cmd.va = dma_alloc_coherent(&phba->ctrl.pdev->dev,
/linux-master/drivers/net/ethernet/packetengines/
H A Dyellowfin.c439 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma,
446 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma,
453 ring_space = dma_alloc_coherent(&pdev->dev, STATUS_TOTAL_SIZE,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c486 p_iov->vf2pf_request = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
493 p_iov->pf2vf_reply = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
509 p_iov->bulletin.p_virt = dma_alloc_coherent(&p_hwfn->cdev->pdev->dev,
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.c96 sring->va = dma_alloc_coherent(dev, sz, &sring->pa, GFP_KERNEL);
389 ring->va = dma_alloc_coherent(dev, sz, &ring->pa, GFP_KERNEL);
396 dma_alloc_coherent(dev, sz, &ring->edma_rx_swtail.pa,
/linux-master/drivers/net/ethernet/alacritech/
H A Dslicoss.c786 descs = dma_alloc_coherent(&sdev->pdev->dev, size, &paddr,
1231 sm_data = dma_alloc_coherent(&sdev->pdev->dev, sizeof(*sm_data),
1607 eeprom = dma_alloc_coherent(&sdev->pdev->dev, SLIC_EEPROM_SIZE,
/linux-master/drivers/net/ethernet/faraday/
H A Dftgmac100.c930 priv->rxdes = dma_alloc_coherent(priv->dev,
935 priv->txdes = dma_alloc_coherent(priv->dev,
942 priv->rx_scratch = dma_alloc_coherent(priv->dev,
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c4168 ha->init_cb = dma_alloc_coherent(&ha->pdev->dev, ha->init_cb_size,
4180 ha->gid_list = dma_alloc_coherent(&ha->pdev->dev,
4324 ha->sns_cmd = dma_alloc_coherent(&ha->pdev->dev,
4337 ha->ct_sns = dma_alloc_coherent(&ha->pdev->dev,
4354 (*req)->ring = dma_alloc_coherent(&ha->pdev->dev,
4371 (*rsp)->ring = dma_alloc_coherent(&ha->pdev->dev,
4445 ha->sfp_data = dma_alloc_coherent(&ha->pdev->dev,
4453 ha->flt = dma_alloc_coherent(&ha->pdev->dev,
4473 ha->elsrej.c = dma_alloc_coherent(&ha->pdev->dev,
4487 ha->lsrjt.c = dma_alloc_coherent(
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h1198 vaddr = dma_alloc_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, &baddr,
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-desc.c134 ring->dma_desc_head = dma_alloc_coherent(pdata->dev,
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_io.c407 ci_addr_base = dma_alloc_coherent(&pdev->dev, CI_TABLE_SIZE(num_qps),
/linux-master/drivers/crypto/ccree/
H A Dcc_request_mgr.c159 dma_alloc_coherent(dev, sizeof(u32),
/linux-master/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c37 va = dma_alloc_coherent(dma_dev, dma_sz, dma_addr, GFP_KERNEL);
/linux-master/drivers/scsi/aacraid/
H A Dcomminit.c87 base = dma_alloc_coherent(&dev->pdev->dev, size, &phys, GFP_KERNEL);
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c279 mcode->code = dma_alloc_coherent(&cpt->pdev->dev, mcode->code_size,
/linux-master/drivers/scsi/elx/efct/
H A Defct_driver.c264 dma.virt = dma_alloc_coherent(&efct->pci->dev,
/linux-master/drivers/crypto/intel/keembay/
H A Docs-hcu.c119 * backing the list is allocated with dma_alloc_coherent() and pointed by
499 dma_list->head = dma_alloc_coherent(hcu_dev->dev,
/linux-master/drivers/video/fbdev/via/
H A Dvia-core.c242 descrpages = dma_alloc_coherent(&global_dev.pdev->dev,

Completed in 321 milliseconds

<<11121314151617181920>>