Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_update.c474 hci1394_xfer_ctl_t *xferctlp; in hci1394_ixl_update_prep_jump() local
537 xferctlp = (hci1394_xfer_ctl_t *)uvp->ixlxferp->compiler_privatep; in hci1394_ixl_update_prep_jump()
538 hcidescp = (hci1394_desc_t *)xferctlp->dma[xferctlp->cnt - 1].dma_descp; in hci1394_ixl_update_prep_jump()
539 acc_hdl = xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_handle; in hci1394_ixl_update_prep_jump()
540 dma_hdl = xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_dma_handle; in hci1394_ixl_update_prep_jump()
555 uvp->ixldepth = xferctlp->cnt - 1; in hci1394_ixl_update_prep_jump()
563 if (((xferctlp->cnt == 1) && in hci1394_ixl_update_prep_jump()
564 ((xferctlp->ctl_flags & XCTL_LABELLED) != 0)) || (cbcnt != 0)) { in hci1394_ixl_update_prep_jump()
587 if ((xferctlp->skipmodep && (((ixl1394_set_skipmode_t *) in hci1394_ixl_update_prep_jump()
588 xferctlp->skipmodep)->skipmode == IXL1394_SKIP_TO_NEXT)) || in hci1394_ixl_update_prep_jump()
[all …]
H A Dhci1394_ixl_isr.c279 hci1394_xfer_ctl_t *xferctlp; in hci1394_ixl_intr_check_xfer() local
289 xferctlp = (hci1394_xfer_ctl_t *)ixlp->compiler_privatep; in hci1394_ixl_intr_check_xfer()
292 while ((skipped == 0) && (ixldepth < xferctlp->cnt)) { in hci1394_ixl_intr_check_xfer()
297 if (hci1394_ixl_check_status(&xferctlp->dma[ixldepth], in hci1394_ixl_intr_check_xfer()
333 if (hci1394_ixl_check_status(&xferctlp->dma[ixldepth], in hci1394_ixl_intr_check_xfer()
448 if ((skipped == 0) && (ixldepth >= xferctlp->cnt)) { in hci1394_ixl_intr_check_xfer()
473 hci1394_xfer_ctl_t *xferctlp; in hci1394_ixl_intr_check_done() local
503 xferctlp = (hci1394_xfer_ctl_t *)ixlp->compiler_privatep; in hci1394_ixl_intr_check_done()
504 dma = &xferctlp->dma[ixldepth]; in hci1394_ixl_intr_check_done()
608 if (xferctlp->skipmodep != NULL) { in hci1394_ixl_intr_check_done()
[all …]
H A Dhci1394_ixl_misc.c119 hci1394_xfer_ctl_t *xferctlp; in hci1394_ixl_reset_status() local
144 xferctlp = (hci1394_xfer_ctl_t *)ixlcur->compiler_privatep; in hci1394_ixl_reset_status()
148 while (ixldepth < xferctlp->cnt) { in hci1394_ixl_reset_status()
150 &xferctlp->dma[ixldepth], ixlcur->ixl_opcode, in hci1394_ixl_reset_status()