Searched refs:bi_dma_handle (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 136 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 D | hci1394_ixl_update.c | 540 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 D | hci1394_buf.c | 141 info->bi_dma_handle = buf->bu_dma_handle; in hci1394_buf_alloc()
|
H A D | hci1394_ixl_isr.c | 568 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 D | hci1394_ixl_misc.c | 255 dma_hdl = dma->dma_buf->bi_dma_handle; in hci1394_ixl_check_status()
|
H A D | hci1394_ixl_comp.c | 254 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 D | hci1394_ohci.c | 1819 (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 D | hci1394_buf.h | 72 ddi_dma_handle_t bi_dma_handle; /* ddi_dma_alloc_handle */ member
|