Searched defs:ixlnextp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c165 ixl1394_command_t *ixlnextp; /* next ixl command */ local
179 ixlnextp = ctxtp->ixl_execp;
188 while (ixlnextp != NULL) {
189 ixlp = ixlnextp;
190 ixlnextp = ixlp->next_ixlp;
204 ixlp, &ixlnextp, &timestamp, &donecode);
222 ixlnextp = ((ixl1394_jump_t *)ixlp)->label;
H A Dhci1394_ixl_comp.c350 ixl1394_command_t *ixlnextp = ixlp; /* addr of next ixl cmd */ local
361 while ((ixlnextp != NULL) && (wvp->dma_bld_error == 0)) {
364 wvp->ixl_cur_cmdp = ixlcurp = ixlnextp;
365 ixlnextp = ixlcurp->next_ixlp;
962 ixl1394_command_t *ixlnextp; /* next ixl command */ local
1007 ixlnextp = wvp->ctxtp->ixl_firstp;
1010 while ((ixlnextp != NULL) && (wvp->dma_bld_error == 0)) {
1013 ixlcurp = ixlnextp;
1014 ixlnextp = ixlcurp->next_ixlp;

Completed in 78 milliseconds