Home
last modified time | relevance | path

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

1234

/dragonfly/sys/bus/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()
/dragonfly/sys/dev/netif/oce/
H A Doce_util.c73 rc = bus_dmamem_alloc(dma->tag, in oce_dma_alloc()
189 rc = bus_dmamem_alloc(ring->dma.tag, in oce_create_ring_buffer()
/dragonfly/sys/dev/raid/amr/
H A Damr_pci.c593 error = bus_dmamem_alloc(sc->amr_sg_dmat, &p, BUS_DMA_NOWAIT, in amr_sglist_map()
648 error = bus_dmamem_alloc(sc->amr_mailbox_dmat, &p, BUS_DMA_NOWAIT, in amr_setup_mbox()
692 error = bus_dmamem_alloc(sc->amr_ccb_dmat, (void **)&sc->amr_ccb, in amr_ccb_map()
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas_ioctl.c241 if (bus_dmamem_alloc(ioctl_data_tag[i], (void **)&ioctl_data_mem[i], in mrsas_passthru()
280 if (bus_dmamem_alloc(ioctl_sense_tag, (void **)&ioctl_sense_mem, in mrsas_passthru()
490 if (bus_dmamem_alloc(sc->mficmd_frame_tag, (void **)&cmd->frame_mem, in mrsas_alloc_frame()
H A Dmrsas.c490 if (bus_dmamem_alloc(sc->el_info_tag, (void **)&sc->el_info_mem, in mrsas_alloc_evt_log_info_cmd()
1440 if (bus_dmamem_alloc(sc->verbuf_tag, (void **)&sc->verbuf_mem, in mrsas_alloc_mem()
1468 if (bus_dmamem_alloc(sc->io_request_tag, (void **)&sc->io_request_mem, in mrsas_alloc_mem()
1497 if (bus_dmamem_alloc(sc->chain_frame_tag, (void **)&sc->chain_frame_mem, in mrsas_alloc_mem()
1526 if (bus_dmamem_alloc(sc->reply_desc_tag, (void **)&sc->reply_desc_mem, in mrsas_alloc_mem()
1554 if (bus_dmamem_alloc(sc->sense_tag, (void **)&sc->sense_mem, in mrsas_alloc_mem()
1582 if (bus_dmamem_alloc(sc->evt_detail_tag, (void **)&sc->evt_detail_mem, in mrsas_alloc_mem()
1662 if (bus_dmamem_alloc(sc->raidmap_tag[i], (void **)&sc->raidmap_mem[i], in mrsas_setup_raidmap()
1865 if (bus_dmamem_alloc(sc->ioc_init_tag, (void **)&sc->ioc_init_mem, in mrsas_alloc_ioc_cmd()
2660 if (bus_dmamem_alloc(sc->ctlr_info_tag, (void **)&sc->ctlr_info_mem, in mrsas_alloc_ctlr_info_cmd()
[all …]
/dragonfly/sys/dev/disk/nvme/
H A Dnvme.c145 error = bus_dmamem_alloc(sc->sque_tag, (void **)&queue->ksubq, in nvme_alloc_subqueue()
163 error = bus_dmamem_alloc(sc->prps_tag, (void **)&queue->kprps, in nvme_alloc_subqueue()
178 error = bus_dmamem_alloc(sc->adm_tag, in nvme_alloc_subqueue()
249 error = bus_dmamem_alloc(sc->cque_tag, (void **)&queue->kcomq, in nvme_alloc_comqueue()
/dragonfly/sys/dev/sound/pci/
H A Dhdspe.c172 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->pbuf, in hdspe_alloc_resources()
185 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, in hdspe_alloc_resources()
/dragonfly/sys/dev/disk/nata/
H A Data-dma.c116 if (bus_dmamem_alloc(ch->dma->sg_tag, (void **)&ch->dma->sg, 0, in ata_dmaalloc()
136 if (bus_dmamem_alloc(ch->dma->work_tag, (void *)&ch->dma->work, 0, in ata_dmaalloc()
/dragonfly/sys/kern/
H A Dsubr_busdma.c71 error = bus_dmamem_alloc(dmem->dmem_tag, &dmem->dmem_addr, in bus_dmamem_coherent()
/dragonfly/sys/sys/
H A Dbus_dma.h199 int bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
/dragonfly/sys/dev/raid/ips/
H A Dips_commands.c307 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_adapter_info_cmd()
405 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_drive_info_cmd()
663 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_read_nvram()
H A Dips_ioctl.c116 if (bus_dmamem_alloc(ioctl_cmd->dmatag, &ioctl_cmd->data_buffer, in ips_ioctl_cmd()
H A Dips.c164 if (bus_dmamem_alloc(sc->command_dmatag, in ips_cmdqueue_init()
650 if (bus_dmamem_alloc(dmatag, (void *)&(sc->copper_queue), in ips_copperhead_queue_init()
/dragonfly/sys/dev/disk/advansys/
H A Dadv_pci.c217 if (bus_dmamem_alloc(overrun_dmat, in adv_pci_attach()
H A Dadwcam.c163 if (bus_dmamem_alloc(adw->sg_dmat, (void *)&sg_map->sg_vaddr, in adwallocsgmap()
1053 if (bus_dmamem_alloc(adw->carrier_dmat, (void *)&adw->carriers, in adw_init()
1106 if (bus_dmamem_alloc(adw->acb_dmat, (void *)&adw->acbs, in adw_init()
/dragonfly/sys/dev/raid/mps/
H A Dmps.c690 if (bus_dmamem_alloc(sc->queues_dmat, (void **)&queues, BUS_DMA_NOWAIT, in mps_alloc_queues()
732 if (bus_dmamem_alloc(sc->reply_dmat, (void **)&sc->reply_frames, in mps_alloc_replies()
764 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mps_alloc_requests()
786 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mps_alloc_requests()
808 if (bus_dmamem_alloc(sc->sense_dmat, (void **)&sc->sense_frames, in mps_alloc_requests()
/dragonfly/sys/dev/raid/mfi/
H A Dmfi.c432 if (bus_dmamem_alloc(sc->verbuf_h_dmat, (void **)&sc->verbuf, in mfi_attach()
475 if (bus_dmamem_alloc(sc->mfi_tb_dmat, (void **)&sc->request_message_pool, in mfi_attach()
497 if (bus_dmamem_alloc(sc->mfi_tb_init_dmat, (void **)&sc->mfi_tb_init, in mfi_attach()
532 if (bus_dmamem_alloc(sc->mfi_tb_ioc_init_dmat, in mfi_attach()
580 if (bus_dmamem_alloc(sc->mfi_comms_dmat, (void **)&sc->mfi_comms, in mfi_attach()
621 if (bus_dmamem_alloc(sc->mfi_frames_dmat, (void **)&sc->mfi_frames, in mfi_attach()
646 if (bus_dmamem_alloc(sc->mfi_sense_dmat, (void **)&sc->mfi_sense, in mfi_attach()
2762 if (bus_dmamem_alloc(sc->mfi_kbuff_arr_dmat[i], in mfi_stp_cmd()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_descdma.c208 error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc, in ath_descdma_alloc_desc()
/dragonfly/sys/dev/raid/twe/
H A Dtwe_freebsd.c273 if (bus_dmamem_alloc(sc->twe_cmd_dmat, (void **)&sc->twe_cmd, in twe_attach()
317 if (bus_dmamem_alloc(sc->twe_immediate_dmat, (void **)&sc->twe_immediate, in twe_attach()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_util.c462 error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr, in iwm_dma_contig_alloc()
/dragonfly/sys/dev/netif/age/
H A Dif_age.c914 error = bus_dmamem_alloc(sc->age_cdata.age_tx_ring_tag, in age_dma_alloc()
934 error = bus_dmamem_alloc(sc->age_cdata.age_rx_ring_tag, in age_dma_alloc()
954 error = bus_dmamem_alloc(sc->age_cdata.age_rr_ring_tag, in age_dma_alloc()
974 error = bus_dmamem_alloc(sc->age_cdata.age_cmb_block_tag, in age_dma_alloc()
994 error = bus_dmamem_alloc(sc->age_cdata.age_smb_block_tag, in age_dma_alloc()
/dragonfly/sys/dev/raid/mpr/
H A Dmpr.c1319 if (bus_dmamem_alloc(sc->queues_dmat, (void **)&queues, BUS_DMA_NOWAIT, in mpr_alloc_hw_queues()
1368 if (bus_dmamem_alloc(sc->reply_dmat, (void **)&sc->reply_frames, in mpr_alloc_replies()
1427 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mpr_alloc_requests()
1457 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mpr_alloc_requests()
1483 if (bus_dmamem_alloc(sc->sense_dmat, (void **)&sc->sense_frames, in mpr_alloc_requests()
1612 if (bus_dmamem_alloc(sc->prp_page_dmat, (void **)&sc->prp_pages, in mpr_alloc_nvme_prp_pages()
/dragonfly/sys/dev/netif/lnc/
H A Dif_lnc_pci.c378 error = bus_dmamem_alloc(lesc->sc_dmat, (void **)&sc->sc_mem, in le_pci_attach()
/dragonfly/sys/dev/raid/ida/
H A Dida.c219 error = bus_dmamem_alloc(ida->hwqcb_dmat, in ida_init()
/dragonfly/sys/dev/raid/twa/
H A Dtw_osl_freebsd.c575 if (bus_dmamem_alloc(sc->cmd_tag, &sc->dma_mem, in tw_osli_alloc_mem()
578 if (bus_dmamem_alloc(sc->cmd_tag, &sc->dma_mem, in tw_osli_alloc_mem()

1234