Home
last modified time | relevance | path

Searched refs:ixlnextp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c140 ixl1394_command_t *ixlnextp; /* next ixl command */ in hci1394_ixl_dma_sync() local
151 ixlnextp = ctxtp->ixl_execp; in hci1394_ixl_dma_sync()
160 while (ixlnextp != NULL) { in hci1394_ixl_dma_sync()
161 ixlp = ixlnextp; in hci1394_ixl_dma_sync()
162 ixlnextp = ixlp->next_ixlp; in hci1394_ixl_dma_sync()
176 ixlp, &ixlnextp, &timestamp, &donecode); in hci1394_ixl_dma_sync()
192 ixlnextp = ((ixl1394_jump_t *)ixlp)->label; in hci1394_ixl_dma_sync()
H A Dhci1394_ixl_comp.c313 ixl1394_command_t *ixlnextp = ixlp; /* addr of next ixl cmd */ in hci1394_parse_ixl() local
321 while ((ixlnextp != NULL) && (wvp->dma_bld_error == 0)) { in hci1394_parse_ixl()
324 wvp->ixl_cur_cmdp = ixlcurp = ixlnextp; in hci1394_parse_ixl()
325 ixlnextp = ixlcurp->next_ixlp; in hci1394_parse_ixl()
827 ixl1394_command_t *ixlnextp; /* next ixl command */ in hci1394_finalize_all_xfer_desc() local
861 ixlnextp = wvp->ctxtp->ixl_firstp; in hci1394_finalize_all_xfer_desc()
864 while ((ixlnextp != NULL) && (wvp->dma_bld_error == 0)) { in hci1394_finalize_all_xfer_desc()
867 ixlcurp = ixlnextp; in hci1394_finalize_all_xfer_desc()
868 ixlnextp = ixlcurp->next_ixlp; in hci1394_finalize_all_xfer_desc()