/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_pkt.c | 230 if (ddi_dma_addr_bind_handle(pkt->pkt_cmd_dma, NULL, in emlxs_pkt_alloc() 236 if (ddi_dma_addr_bind_handle(pkt->pkt_cmd_dma, NULL, in emlxs_pkt_alloc() 295 if (ddi_dma_addr_bind_handle(pkt->pkt_resp_dma, NULL, in emlxs_pkt_alloc() 301 if (ddi_dma_addr_bind_handle(pkt->pkt_resp_dma, NULL, in emlxs_pkt_alloc() 355 if (ddi_dma_addr_bind_handle(pkt->pkt_data_dma, NULL, in emlxs_pkt_alloc() 361 if (ddi_dma_addr_bind_handle(pkt->pkt_data_dma, NULL, in emlxs_pkt_alloc()
|
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_buf.c | 139 status = ddi_dma_addr_bind_handle(buf->bu_dma_handle, NULL, in hci1394_buf_alloc()
|
/titanic_41/usr/src/uts/common/io/cxgbe/shared/ |
H A D | shared.c | 125 rc = ddi_dma_addr_bind_handle(rxb->dhdl, NULL, rxb->va, p->buf_size, in rxbuf_ctor()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_buf.c | 378 ret = ddi_dma_addr_bind_handle(tx_ring->tbd_area.dma_handle, in ixgbe_alloc_tbd_ring() 497 ret = ddi_dma_addr_bind_handle(rx_data->rbd_area.dma_handle, in ixgbe_alloc_rbd_ring() 593 ret = ddi_dma_addr_bind_handle(buf->dma_handle, NULL, in ixgbe_alloc_dma_buffer()
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_buf.c | 273 ret = ddi_dma_addr_bind_handle(tx_ring->tbd_area.dma_handle, in igb_alloc_tbd_ring() 500 ret = ddi_dma_addr_bind_handle(rx_data->rbd_area.dma_handle, in igb_alloc_rbd_ring() 598 ret = ddi_dma_addr_bind_handle(buf->dma_handle, NULL, in igb_alloc_dma_buffer()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_buf.c | 102 ret = ddi_dma_addr_bind_handle(dbuf->dma_handle, in oce_alloc_dma_buffer()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | dvma.c | 150 (void) ddi_dma_addr_bind_handle(handle, NULL, a, len, in dvma_kaddr_load()
|
/titanic_41/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam_ring_buff.c | 131 rc = ddi_dma_addr_bind_handle( in ring_buff_create()
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.c | 96 rc = ddi_dma_addr_bind_handle(mem->idm_dma_handle, NULL, mem->va, len, in i40e_allocate_dma_mem()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiovia97/ |
H A D | audiovia97.c | 360 if (ddi_dma_addr_bind_handle(portc->sgd_dmah, NULL, in via97_alloc_port() 382 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in via97_alloc_port()
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_alloc.c | 432 mystat = ddi_dma_addr_bind_handle(tx_ring->tbd_dma_handle, in e1000g_alloc_tx_descriptors() 614 mystat = ddi_dma_addr_bind_handle(rx_data->rbd_dma_handle, in e1000g_alloc_rx_descriptors() 895 mystat = ddi_dma_addr_bind_handle(buf->dma_handle, in e1000g_alloc_dma_buffer() 988 mystat = ddi_dma_addr_bind_handle(buf->dma_handle, in e1000g_alloc_dma_buffer_82546()
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | drm_pci.c | 247 ret = ddi_dma_addr_bind_handle(dmah->dma_hdl, NULL, in drm_pci_alloc()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.c | 420 if (ddi_dma_addr_bind_handle(portc->sgd_dmah, NULL, in auvia_alloc_port() 442 if (ddi_dma_addr_bind_handle(portc->buf_dmah, NULL, portc->buf_kaddr, in auvia_alloc_port()
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_dma.c | 132 rc = ddi_dma_addr_bind_handle(ata_ctlp->ac_sg_handle, NULL, in ata_pciide_alloc()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioixp/ |
H A D | audioixp.c | 763 rc = ddi_dma_addr_bind_handle(port->samp_dmah, NULL, in audioixp_alloc_port() 796 rc = ddi_dma_addr_bind_handle(port->bdl_dmah, NULL, port->bdl_kaddr, in audioixp_alloc_port()
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.c | 158 if ((i = ddi_dma_addr_bind_handle(p->dmem_dma_handle, NULL, in qlt_dmem_init() 694 if ((rv = ddi_dma_addr_bind_handle( in qlt_dma_setup_dbuf()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_commands.c | 104 if ((rv = ddi_dma_addr_bind_handle(smdma->smdma_dma_handle, in smrt_contig_alloc()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_cfg.c | 521 status = ddi_dma_addr_bind_handle(dmahdl, NULL, kaddr, actual_len, in hermon_check_iommu_bypass()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audio1575/ |
H A D | audio1575.c | 884 rc = ddi_dma_addr_bind_handle(port->samp_dmah, NULL, in audio1575_alloc_port() 934 rc = ddi_dma_addr_bind_handle(port->bdl_dmah, NULL, port->bdl_kaddr, in audio1575_alloc_port()
|
/titanic_41/usr/src/uts/common/io/audio/drv/audio810/ |
H A D | audio810.c | 1117 rc = ddi_dma_addr_bind_handle(port->samp_dmah, NULL, in audio810_alloc_port() 1150 rc = ddi_dma_addr_bind_handle(port->bdl_dmah, NULL, port->bdl_kaddr, in audio810_alloc_port()
|
/titanic_41/usr/src/uts/common/io/xge/drv/ |
H A D | xge_osdep.h | 381 ret = ddi_dma_addr_bind_handle(dmah, NULL, vaddr, size, flags, in xge_os_dma_map()
|
/titanic_41/usr/src/uts/common/io/afe/ |
H A D | afe.c | 1572 if (ddi_dma_addr_bind_handle(txb->txb_dmah, NULL, txb->txb_buf, in afe_alloctxbuf() 1618 if (ddi_dma_addr_bind_handle(rxb->rxb_dmah, NULL, rxb->rxb_buf, len, in afe_allocrxbuf() 1675 rval = ddi_dma_addr_bind_handle(afep->afe_rxdesc_dmah, NULL, kaddr, in afe_allocrxring() 1739 rval = ddi_dma_addr_bind_handle(afep->afe_txdesc_dmah, NULL, kaddr, in afe_alloctxring()
|
/titanic_41/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 488 ret = ddi_dma_addr_bind_handle(xfer.x_dmah, NULL, (caddr_t)&sc->devid, in vioblk_get_id() 774 ret = ddi_dma_addr_bind_handle(req->dmah, NULL, in vioblk_alloc_reqs()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xnf.c | 1582 rc = ddi_dma_addr_bind_handle(txp->tx_dma_handle, in xnf_send() 2183 if ((rc = ddi_dma_addr_bind_handle(xnfp->xnf_tx_ring_dma_handle, NULL, in xnf_alloc_dma_resources() 2220 if ((rc = ddi_dma_addr_bind_handle(xnfp->xnf_rx_ring_dma_handle, NULL, in xnf_alloc_dma_resources() 2340 if (ddi_dma_addr_bind_handle(bdesc->dma_handle, NULL, in xnf_buf_constructor()
|
/titanic_41/usr/src/uts/common/io/pcn/ |
H A D | pcn.c | 1563 if (ddi_dma_addr_bind_handle(buf->pb_dmah, NULL, buf->pb_buf, len, in pcn_allocbuf() 1604 rval = ddi_dma_addr_bind_handle(pcnp->pcn_txdesc_dmah, NULL, kaddr, in pcn_alloctxring() 1661 rval = ddi_dma_addr_bind_handle(pcnp->pcn_rxdesc_dmah, NULL, kaddr, in pcn_allocrxring()
|