Home
last modified time | relevance | path

Searched refs:bi_dma_handle (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c142 ddi_dma_nextcookie(desc->qb_buf.bi_dma_handle, in hci1394_q_init()
196 ddi_dma_nextcookie(data->qb_buf.bi_dma_handle, in hci1394_q_init()
877 (void) ddi_dma_sync(desc->qb_buf.bi_dma_handle, 0, in hci1394_q_at_next()
1072 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OLI()
1095 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OLI()
1172 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OL()
1195 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OL()
1263 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_rep_put8()
1378 (void) ddi_dma_sync(descb->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_next()
1397 (void) ddi_dma_sync(datab->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_next()
[all …]
H A Dhci1394_ixl_update.c611 dma_hdl = xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_dma_handle; in hci1394_ixl_update_prep_jump()
1091 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_prep_recv_pkt()
1354 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_prep_send_pkt()
1568 xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1623 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1679 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1719 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1780 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1861 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1907 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
H A Dhci1394_buf.c156 info->bi_dma_handle = buf->bu_dma_handle; in hci1394_buf_alloc()
H A Dhci1394_ixl_isr.c655 dma_hdl = dma->dma_buf->bi_dma_handle; in hci1394_ixl_intr_check_done()
838 dma_hdl = dma->dma_buf->bi_dma_handle; in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_misc.c291 dma_hdl = dma->dma_buf->bi_dma_handle; in hci1394_ixl_check_status()
H A Dhci1394_ixl_comp.c284 err = ddi_dma_sync(dma_nextp->mem.bi_dma_handle, in hci1394_compile_ixl_endup()
2702 ddi_dma_nextcookie(memp->bi_dma_handle, in hci1394_alloc_dma_mem()
2754 dma_new->mem.bi_dma_handle = NULL; in hci1394_alloc_dma_mem()
H A Dhci1394_ohci.c2207 (void) ddi_dma_sync(ohci_hdl->ohci_cfgrom.bi_dma_handle, 0, in hci1394_ohci_cfgrom_update()
2928 (void) ddi_dma_sync(ohci_hdl->ohci_selfid.bi_dma_handle, 0, in hci1394_ohci_selfid_sync()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_buf.h74 ddi_dma_handle_t bi_dma_handle; /* ddi_dma_alloc_handle */ member