Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c70 ixlstp = ctxtp->ixl_firstp; in hci1394_ixl_set_start()
77 if ((ixlstp != ctxtp->ixl_firstp) && (ixlstp->ixl_opcode != in hci1394_ixl_set_start()
123 ixlnext = ctxtp->ixl_firstp; in hci1394_ixl_reset_status()
H A Dhci1394_ixl_comp.c172 ctxtp->ixl_firstp = ixlp; in hci1394_compile_ixl_init()
242 err = hci1394_ixl_find_next_exec_xfer(wvp->ctxtp->ixl_firstp, in hci1394_compile_ixl_endup()
861 ixlnextp = wvp->ctxtp->ixl_firstp; in hci1394_finalize_all_xfer_desc()
H A Dhci1394_isoch.c345 ctxtp->ixl_execp = ctxtp->ixl_firstp; /* start of ixl chain */ in hci1394_start_isoch_dma()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h91 ixl1394_command_t *ixl_firstp; /* 1st ixl cmmand in linked list */ member