Searched refs:ixl_execp (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c179 ixlnextp = ctxtp->ixl_execp;
262 * If we jumped to NULL because of an updateable JUMP, set ixl_execp
267 ctxtp->ixl_execp = ixlp;
275 ctxtp->ixl_execp = NULL;
359 ctxtp->ixl_execp = ixlp;
411 ctxtp->ixl_execp = NULL;
498 *ixlnextpp = ctxtp->ixl_execp;
571 ixlp = ctxtp->ixl_execp;
860 ctxtp->ixl_execp = skipdestp;
894 ctxtp->ixl_execp
[all...]
H A Dhci1394_ixl_misc.c107 ctxtp->ixl_execp = ixlstp;
H A Dhci1394_ixl_update.c2010 while ((ixlp != ctxtp->ixl_execp) ||
2013 ixlp = ctxtp->ixl_execp;
2099 while ((ixlp != ctxtp->ixl_execp) ||
2102 ixlp = ctxtp->ixl_execp;
2196 (void) hci1394_ixl_find_next_exec_xfer(ctxtp->ixl_execp, NULL, &ixlp);
2202 if (ixlp != ctxtp->ixl_execp)
H A Dhci1394_isoch.c409 ctxtp->ixl_execp = ctxtp->ixl_firstp; /* start of ixl chain */
H A Dhci1394_ixl_comp.c187 ctxtp->ixl_execp = NULL;
330 wvp->ctxtp->ixl_execp = NULL;
/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h94 ixl1394_command_t *ixl_execp; /* currently executing ixl cmmand */ member in struct:hci1394_iso_ctxt_s

Completed in 106 milliseconds