Searched refs:xcsp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c483 hci1394_delete_xfer_ctl(hci1394_xfer_ctl_t *xcsp) argument
490 while ((delp = xcsp) != NULL) {
492 xcsp = xcsp->ctl_nextp;
H A Dhci1394_ixl_comp.c2596 hci1394_xfer_ctl_t *xcsp; local
2606 if ((xcsp = (hci1394_xfer_ctl_t *)kmem_zalloc(
2619 if ((xcsp = (hci1394_xfer_ctl_t *)calloc(1,
2632 xcsp->cnt = dmacnt;
2636 wvp->xcs_firstp = wvp->xcs_currentp = xcsp;
2638 wvp->xcs_currentp->ctl_nextp = xcsp;
2639 wvp->xcs_currentp = xcsp;
2646 return (xcsp);

Completed in 390 milliseconds