Searched refs:dma_alloc_coherent (Results 226 - 250 of 785) sorted by relevance

1234567891011>>

/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c133 cio2->dummy_page = dma_alloc_coherent(dev, PAGE_SIZE,
136 cio2->dummy_lop = dma_alloc_coherent(dev, PAGE_SIZE,
234 q->fbpt = dma_alloc_coherent(dev, CIO2_FBPT_SIZE, &q->fbpt_bus_addr,
854 b->lop[i] = dma_alloc_coherent(dev, PAGE_SIZE,
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dcore.c50 r->space = dma_alloc_coherent(&macio_get_pci_dev(i2sdev->macio)->dev,
/linux-master/drivers/net/ipa/
H A Dipa_table.c731 * by dma_alloc_coherent() is guaranteed to be a power-of-2 number
735 virt = dma_alloc_coherent(dev, size, &addr, GFP_KERNEL);
H A Dipa_mem.c354 virt = dma_alloc_coherent(dev, IPA_MEM_MAX, &addr, GFP_KERNEL);
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c734 rxq->bd = dma_alloc_coherent(dev, free_size * rxq->queue_size,
740 rxq->used_bd = dma_alloc_coherent(dev,
797 dma_alloc_coherent(trans->dev,
2115 dma_alloc_coherent(trans->dev, ICT_SIZE,
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c401 data_out = dma_alloc_coherent(&ioc->pdev->dev, data_out_sz + data_in_sz,
1315 data_out = dma_alloc_coherent(&ioc->pdev->dev, sz, &data_out_dma,
1606 data_out = dma_alloc_coherent(&ioc->pdev->dev, sz, &data_out_dma,
2015 *p = dma_alloc_coherent(dev, buf->payload_len, dma_addr,
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c648 chap_flash_data = dma_alloc_coherent(&ha->pdev->dev, chap_size,
1091 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size,
1832 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size,
2739 init_fw_cb = dma_alloc_coherent(&ha->pdev->dev,
3155 fw_ddb_entry = dma_alloc_coherent(&ha->pdev->dev, sizeof(*fw_ddb_entry),
3280 fw_ddb_entry = dma_alloc_coherent(&ha->pdev->dev, sizeof(*fw_ddb_entry),
3429 task_data->resp_buffer = dma_alloc_coherent(&ha->pdev->dev,
3437 task_data->req_buffer = dma_alloc_coherent(&ha->pdev->dev,
3919 fw_ddb_entry = dma_alloc_coherent(&ha->pdev->dev, sizeof(*fw_ddb_entry),
3961 fw_ddb_entry = dma_alloc_coherent(
[all...]
H A Dql4_init.c153 sys_info = dma_alloc_coherent(&ha->pdev->dev, sizeof(*sys_info),
331 md_tmp = dma_alloc_coherent(&ha->pdev->dev, ha->fw_dump_tmplt_size,
/linux-master/drivers/message/fusion/
H A Dmptsas.c705 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
1402 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2062 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2416 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2491 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2555 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2618 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2701 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2781 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4,
2900 data_out = dma_alloc_coherent(
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sdma.c252 ppd->sdma_descq = dma_alloc_coherent(&ppd->dd->pcidev->dev,
263 ppd->sdma_head_dma = dma_alloc_coherent(&ppd->dd->pcidev->dev,
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c126 void *buf = dma_alloc_coherent(dev, PAGE_SIZE << order, &sg_dma_address(mem),
630 page->db_rec = dma_alloc_coherent(&dev->pdev->dev,
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c234 private->rx_buffer = dma_alloc_coherent(d, 8192,
240 private->tx_buffer = dma_alloc_coherent(d, 8192,
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c155 risc->cpu = dma_alloc_coherent(&pci->dev, risc->size, &risc->dma,
194 risc->cpu = dma_alloc_coherent(&pci->dev, risc->size, &risc->dma,
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_qp.c335 rq->cqe[i] = dma_alloc_coherent(&pdev->dev,
414 rq->pi_virt_addr = dma_alloc_coherent(&pdev->dev, pi_size,
H A Dhinic_hw_wq.c109 *vaddr = dma_alloc_coherent(&pdev->dev, page_sz, &dma_addr,
474 *vaddr = dma_alloc_coherent(&pdev->dev, wq->wq_page_size,
/linux-master/sound/core/
H A Dmemalloc.c469 return dma_alloc_coherent(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP);
786 p = dma_alloc_coherent(dmab->dev.dev, chunk, &addr, DEFAULT_GFP);
/linux-master/drivers/scsi/
H A Da100u2w.c1121 host->scb_virt = dma_alloc_coherent(&pdev->dev, sz, &host->scb_phys,
1130 host->escb_virt = dma_alloc_coherent(&pdev->dev, sz, &host->escb_phys,
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c120 rx->dcbs = dma_alloc_coherent(lan966x->dev, size, &rx->dma, GFP_KERNEL);
256 tx->dcbs = dma_alloc_coherent(lan966x->dev, size, &tx->dma, GFP_KERNEL);
/linux-master/drivers/net/ethernet/sun/
H A Dsunqe.c883 qe->qe_block = dma_alloc_coherent(&op->dev, PAGE_SIZE,
885 qe->buffers = dma_alloc_coherent(&op->dev, sizeof(struct sunqe_buffers),
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c958 bat_req->bat_base = dma_alloc_coherent(dpmaif_ctrl->dev,
1016 rxq->pit_base = dma_alloc_coherent(rxq->dpmaif_ctrl->dev,
/linux-master/drivers/rapidio/devices/
H A Dtsi721_dma.c81 bd_ptr = dma_alloc_coherent(dev,
99 sts_ptr = dma_alloc_coherent(dev,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_admin.c552 admin->virt_addr = dma_alloc_coherent(&GET_DEV(accel_dev), PAGE_SIZE,
560 admin->virt_tbl_addr = dma_alloc_coherent(&GET_DEV(accel_dev),
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c136 pbl->pg_arr[i] = dma_alloc_coherent(&pdev->dev,
862 stats->dma = dma_alloc_coherent(&pdev->dev, stats->size,
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c148 self->dx_ring = dma_alloc_coherent(aq_nic_get_dev(aq_nic),
220 self->dx_ring = dma_alloc_coherent(dev, sz, &self->dx_ring_pa,
/linux-master/drivers/media/platform/sunxi/sun8i-di/
H A Dsun8i-di.c606 ctx->flag1_buf = dma_alloc_coherent(dev, FLAG_SIZE,
615 ctx->flag2_buf = dma_alloc_coherent(dev, FLAG_SIZE,

Completed in 378 milliseconds

1234567891011>>