Home
last modified time | relevance | path

Searched refs:ixl_firstp (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c78 ixlstp = ctxtp->ixl_firstp; in hci1394_ixl_set_start()
85 if ((ixlstp != ctxtp->ixl_firstp) && (ixlstp->ixl_opcode != in hci1394_ixl_set_start()
140 ixlnext = ctxtp->ixl_firstp; in hci1394_ixl_reset_status()
H A Dhci1394_isoch.c389 ctxtp->ctxt_flags, tnf_opaque, first_ixl, ctxtp->ixl_firstp); in hci1394_start_isoch_dma()
409 ctxtp->ixl_execp = ctxtp->ixl_firstp; /* start of ixl chain */ in hci1394_start_isoch_dma()
793 ctxtp->ctxt_flags, tnf_opaque, first_ixl, ctxtp->ixl_firstp); in hci1394_free_isoch_dma()
H A Dhci1394_ixl_comp.c188 ctxtp->ixl_firstp = ixlp; in hci1394_compile_ixl_init()
268 err = hci1394_ixl_find_next_exec_xfer(wvp->ctxtp->ixl_firstp, in hci1394_compile_ixl_endup()
1007 ixlnextp = wvp->ctxtp->ixl_firstp; in hci1394_finalize_all_xfer_desc()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h93 ixl1394_command_t *ixl_firstp; /* 1st ixl cmmand in linked list */ member