Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c280 uint16_t ixldepth; in hci1394_ixl_intr_check_xfer() local
285 ixldepth = ctxtp->ixl_exec_depth; 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()
301 ixldepth++; in hci1394_ixl_intr_check_xfer()
318 ctxtp->ixl_exec_depth = ixldepth; in hci1394_ixl_intr_check_xfer()
333 if (hci1394_ixl_check_status(&xferctlp->dma[ixldepth], in hci1394_ixl_intr_check_xfer()
434 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_intr_check_xfer()
448 if ((skipped == 0) && (ixldepth >= xferctlp->cnt)) { in hci1394_ixl_intr_check_xfer()
474 uint_t ixldepth; in hci1394_ixl_intr_check_done() local
[all …]
H A Dhci1394_ixl_update.c555 uvp->ixldepth = xferctlp->cnt - 1; in hci1394_ixl_update_prep_jump()
697 uvp->ixldepth = 0; in hci1394_ixl_update_prep_set_skipmode()
859 uvp->ixldepth = 0; in hci1394_ixl_update_prep_set_tagsync()
931 uvp->ixldepth = 0; in hci1394_ixl_update_prep_recv_pkt()
1044 uvp->ixldepth = 0; in hci1394_ixl_update_prep_recv_buf()
1150 uvp->ixldepth = 0; in hci1394_ixl_update_prep_send_pkt()
1282 uvp->ixldepth = 0; in hci1394_ixl_update_prep_send_buf()
1764 int ixldepth; in hci1394_ixl_update_evaluate() local
1770 ixldepth = 0xFFFFFFFF; in hci1394_ixl_update_evaluate()
1778 (ixldepth != ctxtp->ixl_exec_depth)) { in hci1394_ixl_update_evaluate()
[all …]
H A Dhci1394_ixl_misc.c120 uint_t ixldepth; in hci1394_ixl_reset_status() local
147 ixldepth = 0; 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()
152 ixldepth++; in hci1394_ixl_reset_status()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h228 uint_t ixldepth; member
244 uint_t ixldepth; /* xferp depth at which to start upd */ member