Home
last modified time | relevance | path

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.c406 hci1394_delete_xfer_ctl(hci1394_xfer_ctl_t *xcsp) in hci1394_delete_xfer_ctl() argument
410 while ((delp = xcsp) != NULL) { in hci1394_delete_xfer_ctl()
412 xcsp = xcsp->ctl_nextp; in hci1394_delete_xfer_ctl()
H A Dhci1394_ixl_comp.c2153 hci1394_xfer_ctl_t *xcsp; in hci1394_alloc_xfer_ctl() local
2160 if ((xcsp = (hci1394_xfer_ctl_t *)kmem_zalloc( in hci1394_alloc_xfer_ctl()
2171 if ((xcsp = (hci1394_xfer_ctl_t *)calloc(1, in hci1394_alloc_xfer_ctl()
2181 xcsp->cnt = dmacnt; in hci1394_alloc_xfer_ctl()
2185 wvp->xcs_firstp = wvp->xcs_currentp = xcsp; in hci1394_alloc_xfer_ctl()
2187 wvp->xcs_currentp->ctl_nextp = xcsp; in hci1394_alloc_xfer_ctl()
2188 wvp->xcs_currentp = xcsp; in hci1394_alloc_xfer_ctl()
2192 return (xcsp); in hci1394_alloc_xfer_ctl()