Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c318 uint16_t ixldepth; in hci1394_ixl_intr_check_xfer() local
327 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_intr_check_xfer()
334 while ((skipped == 0) && (ixldepth < xferctlp->cnt)) { in hci1394_ixl_intr_check_xfer()
339 if (hci1394_ixl_check_status(&xferctlp->dma[ixldepth], in hci1394_ixl_intr_check_xfer()
343 ixldepth++; in hci1394_ixl_intr_check_xfer()
360 ctxtp->ixl_exec_depth = ixldepth; in hci1394_ixl_intr_check_xfer()
375 if (hci1394_ixl_check_status(&xferctlp->dma[ixldepth], in hci1394_ixl_intr_check_xfer()
499 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_intr_check_xfer()
513 if ((skipped == 0) && (ixldepth >= xferctlp->cnt)) { in hci1394_ixl_intr_check_xfer()
542 uint_t ixldepth; in hci1394_ixl_intr_check_done() local
[all …]
H A Dhci1394_ixl_update.c629 uvp->ixldepth = xferctlp->cnt - 1; in hci1394_ixl_update_prep_jump()
787 uvp->ixldepth = 0; in hci1394_ixl_update_prep_set_skipmode()
970 uvp->ixldepth = 0; in hci1394_ixl_update_prep_set_tagsync()
1061 uvp->ixldepth = 0; in hci1394_ixl_update_prep_recv_pkt()
1200 uvp->ixldepth = 0; in hci1394_ixl_update_prep_recv_buf()
1322 uvp->ixldepth = 0; in hci1394_ixl_update_prep_send_pkt()
1474 uvp->ixldepth = 0; in hci1394_ixl_update_prep_send_buf()
1994 int ixldepth; in hci1394_ixl_update_evaluate() local
2003 ixldepth = 0xFFFFFFFF; in hci1394_ixl_update_evaluate()
2011 (ixldepth != ctxtp->ixl_exec_depth)) { in hci1394_ixl_update_evaluate()
[all …]
H A Dhci1394_ixl_misc.c134 uint_t ixldepth; in hci1394_ixl_reset_status() local
164 ixldepth = 0; in hci1394_ixl_reset_status()
165 while (ixldepth < xferctlp->cnt) { in hci1394_ixl_reset_status()
167 &xferctlp->dma[ixldepth], ixlcur->ixl_opcode, in hci1394_ixl_reset_status()
169 ixldepth++; in hci1394_ixl_reset_status()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h230 uint_t ixldepth; member
246 uint_t ixldepth; /* xferp depth at which to start upd */ member