Searched refs:xcsp (Results 1 – 2 of 2) sorted by relevance
406 hci1394_delete_xfer_ctl(hci1394_xfer_ctl_t *xcsp) in hci1394_delete_xfer_ctl() argument410 while ((delp = xcsp) != NULL) { in hci1394_delete_xfer_ctl()412 xcsp = xcsp->ctl_nextp; in hci1394_delete_xfer_ctl()
2153 hci1394_xfer_ctl_t *xcsp; in hci1394_alloc_xfer_ctl() local2160 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()