Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c243 ctxtp->ixl_exec_depth = 0; in hci1394_ixl_dma_sync()
285 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_intr_check_xfer()
318 ctxtp->ixl_exec_depth = ixldepth; in hci1394_ixl_intr_check_xfer()
365 ctxtp->ixl_exec_depth = 0; in hci1394_ixl_intr_check_xfer()
434 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_intr_check_xfer()
449 ctxtp->ixl_exec_depth = 0; in hci1394_ixl_intr_check_xfer()
500 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_intr_check_done()
739 ctxtp->ixl_exec_depth = skipdepth; in hci1394_ixl_intr_check_done()
766 ctxtp->ixl_exec_depth = skipdepth; in hci1394_ixl_intr_check_done()
H A Dhci1394_ixl_update.c1778 (ixldepth != ctxtp->ixl_exec_depth)) { in hci1394_ixl_update_evaluate()
1781 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_update_evaluate()
1858 (ixldepth != ctxtp->ixl_exec_depth)) { in hci1394_ixl_update_analysis()
1861 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_update_analysis()
1944 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_update_set_locn_info()
H A Dhci1394_ixl_misc.c96 ctxtp->ixl_exec_depth = 0; in hci1394_ixl_set_start()
H A Dhci1394_isoch.c346 ctxtp->ixl_exec_depth = 0; in hci1394_start_isoch_dma()
H A Dhci1394_ixl_comp.c170 ctxtp->ixl_exec_depth = 0; in hci1394_compile_ixl_init()
294 wvp->ctxtp->ixl_exec_depth = 0; in hci1394_compile_ixl_endup()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h93 uint_t ixl_exec_depth; /* curr exec ixl cmd xfer_ctl idx */ member