Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c1279 hci1394_xfer_ctl_t *xctlp; in hci1394_bld_recv_pkt_desc() local
1296 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, 1)) == NULL) { in hci1394_bld_recv_pkt_desc()
1305 wvp->ixl_cur_xfer_stp->compiler_privatep = (void *)xctlp; in hci1394_bld_recv_pkt_desc()
1347 xctlp->dma[0].dma_bound = dma_desc_bound; in hci1394_bld_recv_pkt_desc()
1348 xctlp->dma[0].dma_descp = in hci1394_bld_recv_pkt_desc()
1350 xctlp->dma[0].dma_buf = &wvp->dma_currentp->mem; in hci1394_bld_recv_pkt_desc()
1361 hci1394_xfer_ctl_t *xctlp; in hci1394_bld_recv_buf_ppb_desc() local
1378 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, pktcnt)) == NULL) { in hci1394_bld_recv_buf_ppb_desc()
1387 local_ixl_cur_xfer_stp->compiler_privatep = (void *)xctlp; in hci1394_bld_recv_buf_ppb_desc()
1438 xctlp->dma[ii].dma_bound = dma_desc_bound; in hci1394_bld_recv_buf_ppb_desc()
[all …]