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()
301 ixldepth++; in hci1394_ixl_intr_check_xfer()
318 ctxtp->ixl_exec_depth = 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
500 ixldepth = ctxtp->ixl_exec_depth; in hci1394_ixl_intr_check_done()
504 dma = &xferctlp->dma[ixldepth]; in hci1394_ixl_intr_check_done()
647 skipdepth = ixldepth + 1; in hci1394_ixl_intr_check_done()
[all …]
H A Dhci1394_ixl_update.c697 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()
1764 int ixldepth; in hci1394_ixl_update_evaluate() local
1817 (uvp->locn_info[ii].ixldepth == ixldepth)) { in hci1394_ixl_update_evaluate()
1843 int ixldepth; in hci1394_ixl_update_analysis() local
1911 (uvp->locn_info[ii].ixldepth >= uvp->ixldepth) && in hci1394_ixl_update_analysis()
1935 int ixldepth; in hci1394_ixl_update_set_locn_info() local
1952 ixldepth = 0; in hci1394_ixl_update_set_locn_info()
1961 uvp->locn_info[ii].ixldepth = ixldepth; in hci1394_ixl_update_set_locn_info()
[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