Home
last modified time | relevance | path

Searched refs:bus_dmamem_alloc (Results 1 – 25 of 182) sorted by relevance

12345678

/freebsd-14.2/sys/dev/firewire/
H A Dfwdma.c94 err = bus_dmamem_alloc(dma->dma_tag, &dma->v_addr, in fwdma_malloc()
123 if (bus_dmamem_alloc(dmat, &v_addr, flag, dmamap)) { in fwdma_malloc_size()
/freebsd-14.2/sys/dev/oce/
H A Doce_util.c72 rc = bus_dmamem_alloc(dma->tag, in oce_dma_alloc()
181 rc = bus_dmamem_alloc(ring->dma.tag, in oce_create_ring_buffer()
/freebsd-14.2/sys/dev/xdma/
H A Dxdma_fdt_test.c144 err = bus_dmamem_alloc(sc->src_dma_tag, (void **)&sc->src, in xdmatest_alloc_test_memory()
178 err = bus_dmamem_alloc(sc->dst_dma_tag, (void **)&sc->dst, in xdmatest_alloc_test_memory()
/freebsd-14.2/sys/dev/qat/qat_common/
H A Dqat_freebsd.c69 error = bus_dmamem_alloc(mem->dma_tag, in bus_dma_mem_create()
/freebsd-14.2/sys/dev/isp/
H A Disp_pci.c932 if (bus_dmamem_alloc(isp->isp_osinfo.reqdmat, (void **)&base, in isp_pci_mbxdma()
960 if (bus_dmamem_alloc(isp->isp_osinfo.ecmd_dmat, (void **)&base, in isp_pci_mbxdma()
997 if (bus_dmamem_alloc(isp->isp_osinfo.respdmat, (void **)&base, in isp_pci_mbxdma()
1025 if (bus_dmamem_alloc(isp->isp_osinfo.atiodmat, (void **)&base, in isp_pci_mbxdma()
1049 if (bus_dmamem_alloc(isp->isp_osinfo.iocbdmat, in isp_pci_mbxdma()
1066 if (bus_dmamem_alloc(isp->isp_osinfo.scdmat, in isp_pci_mbxdma()
/freebsd-14.2/sys/dev/ips/
H A Dips_commands.c228 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_adapter_info_cmd()
330 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_drive_info_cmd()
564 if(bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_read_nvram()
H A Dips_ioctl.c107 if(bus_dmamem_alloc(ioctl_cmd->dmatag, &ioctl_cmd->data_buffer, in ips_ioctl_cmd()
H A Dips.c162 if(bus_dmamem_alloc(sc->command_dmatag,&command->command_buffer, in ips_cmdqueue_init()
607 if(bus_dmamem_alloc(dmatag, (void *)&(sc->copper_queue), in ips_copperhead_queue_init()
/freebsd-14.2/sys/dev/mrsas/
H A Dmrsas_ioctl.c235 if (bus_dmamem_alloc(ioctl_data_tag[i], (void **)&ioctl_data_mem[i], in mrsas_passthru()
291 if (bus_dmamem_alloc(ioctl_sense_tag, (void **)&ioctl_sense_mem, in mrsas_passthru()
721 if (bus_dmamem_alloc(sc->mficmd_frame_tag, (void **)&cmd->frame_mem, in mrsas_alloc_frame()
H A Dmrsas.c521 if (bus_dmamem_alloc(sc->el_info_tag, (void **)&sc->el_info_mem, in mrsas_alloc_evt_log_info_cmd()
1932 if (bus_dmamem_alloc(sc->verbuf_tag, (void **)&sc->verbuf_mem, in mrsas_alloc_mem()
1962 if (bus_dmamem_alloc(sc->io_request_tag, (void **)&sc->io_request_mem, in mrsas_alloc_mem()
2023 if (bus_dmamem_alloc(sc->reply_desc_tag, (void **)&sc->reply_desc_mem, in mrsas_alloc_mem()
2052 if (bus_dmamem_alloc(sc->sense_tag, (void **)&sc->sense_mem, in mrsas_alloc_mem()
2082 if (bus_dmamem_alloc(sc->evt_detail_tag, (void **)&sc->evt_detail_mem, in mrsas_alloc_mem()
2113 if (bus_dmamem_alloc(sc->pd_info_tag, (void **)&sc->pd_info_mem, in mrsas_alloc_mem()
2208 if (bus_dmamem_alloc(sc->raidmap_tag[i], in mrsas_setup_raidmap()
2278 if (bus_dmamem_alloc(sc->jbodmap_tag[i], in megasas_setup_jbod_map()
2664 if (bus_dmamem_alloc(sc->ioc_init_tag, (void **)&sc->ioc_init_mem, in mrsas_alloc_ioc_cmd()
[all …]
/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_mem.c100 if ((ret = bus_dmamem_alloc(dma_mem->dma_tag, (void **)&dma_mem->virt_addr, in os_dma_mem_alloc()
/freebsd-14.2/sys/dev/ata/
H A Data-dma.c107 if (bus_dmamem_alloc(ch->dma.work_tag, (void **)&ch->dma.work, in ata_dmainit()
176 if (bus_dmamem_alloc(slot->sg_tag, (void **)&slot->sg, BUS_DMA_WAITOK, in ata_dmaalloc()
/freebsd-14.2/sys/dev/sfxge/
H A Dsfxge_dma.c154 if (bus_dmamem_alloc(esmp->esm_tag, (void **)&vaddr, in sfxge_dma_alloc()
/freebsd-14.2/sys/riscv/include/
H A Dbus_dma.h42 bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags, in bus_dmamem_alloc() function
/freebsd-14.2/sys/arm64/include/
H A Dbus_dma.h54 bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags, in bus_dmamem_alloc() function
/freebsd-14.2/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c156 err = bus_dmamem_alloc(bcm_slots_dma_tag, (void **)&g_slot_mem, in vchiq_platform_init()
435 err = bus_dmamem_alloc(bi->pagelist_dma_tag, (void **)&pagelist, in create_pagelist()
/freebsd-14.2/sys/dev/ixl/
H A Di40e_osdep.c92 err = bus_dmamem_alloc(mem->tag, (void **)&mem->va, in i40e_allocate_dma_mem()
/freebsd-14.2/sys/x86/include/
H A Dbus_dma.h80 bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags, in bus_dmamem_alloc() function
/freebsd-14.2/sys/dev/sound/pci/
H A Dhdspe.c182 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->pbuf, BUS_DMA_WAITOK, in hdspe_alloc_resources()
195 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, BUS_DMA_WAITOK, in hdspe_alloc_resources()
/freebsd-14.2/sys/dev/iavf/
H A Diavf_osdep.c142 err = bus_dmamem_alloc(mem->tag, (void **)&mem->va, in iavf_allocate_dma_mem()
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_buf.c227 error = bus_dmamem_alloc(sgt->dmat, (void **)&sgt->vaddr, in dpaa2_buf_seed_txb()
/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.c766 if (bus_dmamem_alloc(op_req_q->q_base_tag, (void **)&op_req_q->q_base, in mpi3mr_create_op_req_queue()
1004 if (bus_dmamem_alloc(sc->admin_req_tag, (void **)&sc->admin_req, in mpi3mr_setup_admin_qpair()
1042 if (bus_dmamem_alloc(sc->admin_reply_tag, (void **)&sc->admin_reply, in mpi3mr_setup_admin_qpair()
1464 if (bus_dmamem_alloc(data_tag, (void **)&data, in mpi3mr_issue_iocfacts()
1753 if (bus_dmamem_alloc(sc->reply_buf_tag, (void **)&sc->reply_buf, in mpi3mr_reply_dma_alloc()
1823 if (bus_dmamem_alloc(sc->sense_buf_tag, (void **)&sc->sense_buf, in mpi3mr_reply_dma_alloc()
1857 if (bus_dmamem_alloc(sc->sense_buf_q_tag, (void **)&sc->sense_buf_q, in mpi3mr_reply_dma_alloc()
2116 if (bus_dmamem_alloc(drvr_info_tag, (void **)&drvr_info, in mpi3mr_issue_iocinit()
5134 if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr, in mpi3mr_alloc_ioctl_dma_memory()
5164 if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr, in mpi3mr_alloc_ioctl_dma_memory()
[all …]
/freebsd-14.2/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c102 err = -bus_dmamem_alloc(buf->dma_tag, &buf->direct.buf, in mlx5_buf_alloc()
/freebsd-14.2/sys/sys/
H A Dbus_dma.h381 BUS_DMAMAP_OP int bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
/freebsd-14.2/sys/dev/ice/
H A Dice_osdep.c393 err = bus_dmamem_alloc(mem->tag, (void **)&mem->va, in ice_alloc_dma_mem()

12345678