Searched defs:xferctlp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c133 hci1394_xfer_ctl_t *xferctlp; local
161 xferctlp = (hci1394_xfer_ctl_t *)ixlcur->compiler_privatep;
165 while (ixldepth < xferctlp->cnt) {
167 &xferctlp->dma[ixldepth], ixlcur->ixl_opcode,
H A Dhci1394_ixl_isr.c317 hci1394_xfer_ctl_t *xferctlp; local
331 xferctlp = (hci1394_xfer_ctl_t *)ixlp->compiler_privatep;
334 while ((skipped == 0) && (ixldepth < xferctlp->cnt)) {
339 if (hci1394_ixl_check_status(&xferctlp->dma[ixldepth],
375 if (hci1394_ixl_check_status(&xferctlp->dma[ixldepth],
513 if ((skipped == 0) && (ixldepth >= xferctlp->cnt)) {
541 hci1394_xfer_ctl_t *xferctlp; local
575 xferctlp = (hci1394_xfer_ctl_t *)ixlp->compiler_privatep;
576 dma = &xferctlp->dma[ixldepth];
703 if (xferctlp
[all...]
H A Dhci1394_ixl_update.c534 hci1394_xfer_ctl_t *xferctlp; local
608 xferctlp = (hci1394_xfer_ctl_t *)uvp->ixlxferp->compiler_privatep;
609 hcidescp = (hci1394_desc_t *)xferctlp->dma[xferctlp->cnt - 1].dma_descp;
610 acc_hdl = xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_handle;
611 dma_hdl = xferctlp->dma[xferctlp->cnt - 1].dma_buf->bi_dma_handle;
629 uvp->ixldepth = xferctlp->cnt - 1;
637 if (((xferctlp
705 hci1394_xfer_ctl_t *xferctlp; local
882 hci1394_xfer_ctl_t *xferctlp; local
988 hci1394_xfer_ctl_t *xferctlp; local
1127 hci1394_xfer_ctl_t *xferctlp; local
1236 hci1394_xfer_ctl_t *xferctlp; local
1406 hci1394_xfer_ctl_t *xferctlp; local
1521 hci1394_xfer_ctl_t *xferctlp; local
[all...]

Completed in 83 milliseconds