Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c169 ctxtp->xcs_firstp = NULL; in hci1394_compile_ixl_init()
182 wvp->xcs_firstp = NULL; in hci1394_compile_ixl_init()
272 wvp->ctxtp->xcs_firstp = (void *)wvp->xcs_firstp; in hci1394_compile_ixl_endup()
291 wvp->ctxtp->xcs_firstp = (void *)wvp->xcs_firstp; in hci1394_compile_ixl_endup()
2184 if (wvp->xcs_firstp == NULL) { in hci1394_alloc_xfer_ctl()
2185 wvp->xcs_firstp = wvp->xcs_currentp = xcsp; in hci1394_alloc_xfer_ctl()
H A Dhci1394_ixl_misc.c358 hci1394_delete_xfer_ctl((hci1394_xfer_ctl_t *)ctxtp->xcs_firstp); in hci1394_ixl_cleanup()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h86 void *xcs_firstp; /* first alloc xfer_ctl_t struct */ member
H A Dhci1394_ixl.h150 hci1394_xfer_ctl_t *xcs_firstp; /* 1st alloc xfer_ctl_t struc */ member