Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c136 ddi_dma_nextcookie(desc->qb_buf.bi_dma_handle, in hci1394_q_init()
187 ddi_dma_nextcookie(data->qb_buf.bi_dma_handle, in hci1394_q_init()
800 (void) ddi_dma_sync(desc->qb_buf.bi_dma_handle, 0, in hci1394_q_at_next()
983 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OLI()
1006 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OLI()
1078 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OL()
1101 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_write_OL()
1164 (void) ddi_dma_sync(qbuf->qb_buf.bi_dma_handle, 0, in hci1394_q_at_rep_put8()
1270 (void) ddi_dma_sync(descb->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_next()
1287 (void) ddi_dma_sync(datab->qb_buf.bi_dma_handle, 0, in hci1394_q_ar_next()
[all …]
H A Dhci1394_ixl_update.c540 dma_hdl = xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_dma_handle; in hci1394_ixl_update_prep_jump()
961 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_prep_recv_pkt()
1182 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_prep_send_pkt()
1368 xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1421 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1474 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1511 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1568 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1643 dma_hdl = xferctlp->dma[0].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
1687 dma_hdl = xferctlp->dma[ii].dma_buf->bi_dma_handle; in hci1394_ixl_update_perform()
H A Dhci1394_buf.c141 info->bi_dma_handle = buf->bu_dma_handle; in hci1394_buf_alloc()
H A Dhci1394_ixl_isr.c568 dma_hdl = dma->dma_buf->bi_dma_handle; in hci1394_ixl_intr_check_done()
721 dma_hdl = dma->dma_buf->bi_dma_handle; in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_misc.c255 dma_hdl = dma->dma_buf->bi_dma_handle; in hci1394_ixl_check_status()
H A Dhci1394_ixl_comp.c254 err = ddi_dma_sync(dma_nextp->mem.bi_dma_handle, in hci1394_compile_ixl_endup()
2242 ddi_dma_nextcookie(memp->bi_dma_handle, in hci1394_alloc_dma_mem()
2288 dma_new->mem.bi_dma_handle = NULL; in hci1394_alloc_dma_mem()
H A Dhci1394_ohci.c1819 (void) ddi_dma_sync(ohci_hdl->ohci_cfgrom.bi_dma_handle, 0, in hci1394_ohci_cfgrom_update()
2409 (void) ddi_dma_sync(ohci_hdl->ohci_selfid.bi_dma_handle, 0, in hci1394_ohci_selfid_sync()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_buf.h72 ddi_dma_handle_t bi_dma_handle; /* ddi_dma_alloc_handle */ member