Searched refs:skipxferp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c560 ixl1394_command_t *skipxferp; local
706 skipxferp = (ixl1394_command_t *)
711 skipxferp = ctxtp->default_skipxferp;
752 skipxferp = ixlp;
766 skipxferp = xferctlp->execp;
790 skipxferp = NULL;
803 if (skipxferp == NULL) {
835 xferctlp = (hci1394_xfer_ctl_t *)skipxferp->compiler_privatep;
904 * else, advance working current locn to skipxferp and
907 ixlp = skipxferp;
[all...]
H A Dhci1394_ixl_comp.c228 wvp->skipxferp = NULL;
1154 (wvp->skipxferp != NULL)) {
1156 wvp->skipxferp->compiler_privatep;
2324 wvp->skipxferp = wvp->default_skipxferp;
2328 wvp->skipxferp = NULL;
2331 NULL, &wvp->skipxferp);
2339 wvp->skipxferp = NULL;
2344 (void *)wvp->skipxferp;
H A Dhci1394_ixl_update.c129 uv.skipxferp = NULL;
651 * and set uvp->skipxferp to uvp->jumpaddr and set uvp->hci_offset to
835 if ((uvp->skipxferp = ixlp) != NULL) {
1654 * uvp->skipxferp
1659 (ixl1394_priv_t)uvp->skipxferp;
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h194 ixl1394_command_t *skipxferp; member in struct:hci1394_comp_ixl_vars_s
241 ixl1394_command_t *skipxferp; /* xfer cmd if mode is skip to label */ member in struct:hci1394_ixl_update_vars

Completed in 90 milliseconds