Home
last modified time | relevance | path

Searched refs:dma_currentp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c186 wvp->dma_currentp = NULL; in hci1394_compile_ixl_init()
1350 xctlp->dma[0].dma_buf = &wvp->dma_currentp->mem; in hci1394_bld_recv_pkt_desc()
1440 xctlp->dma[ii].dma_buf = &wvp->dma_currentp->mem; in hci1394_bld_recv_buf_ppb_desc()
1522 xctlp->dma[0].dma_buf = &wvp->dma_currentp->mem; in hci1394_bld_recv_buf_fill_desc()
1621 xctlp->dma[0].dma_buf = &wvp->dma_currentp->mem; in hci1394_bld_xmit_pkt_desc()
1721 xctlp->dma[ii].dma_buf = &wvp->dma_currentp->mem; in hci1394_bld_xmit_buf_desc()
1848 xctlp->dma[ii].dma_buf = &wvp->dma_currentp->mem; in hci1394_bld_xmit_hdronly_nopkt_desc()
1877 ddi_rep_put32(wvp->dma_currentp->mem.bi_handle, in hci1394_bld_dma_mem_desc_blk()
2213 if ((wvp->dma_currentp == NULL) || in hci1394_alloc_dma_mem()
2214 (size > (wvp->dma_currentp->mem.bi_cookie.dmac_size - in hci1394_alloc_dma_mem()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h154 hci1394_idma_desc_mem_t *dma_currentp; /* cur dma descriptor mem */ member