Home
last modified time | relevance | path

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

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