Searched defs:ixldepth (Results 1 - 4 of 4) sorted by relevance

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

Completed in 64 milliseconds