Searched refs:cec_new (Results 1 – 1 of 1) sorted by relevance
1607 s1394_isoch_cec_t *cec_new; in t1394_alloc_isoch_single() local1657 cec_new = kmem_zalloc(sizeof (s1394_isoch_cec_t), KM_SLEEP); in t1394_alloc_isoch_single()1660 cec_new->cec_type = S1394_SINGLE; in t1394_alloc_isoch_single()1663 mutex_init(&cec_new->isoch_cec_mutex, NULL, MUTEX_DRIVER, in t1394_alloc_isoch_single()1665 cv_init(&cec_new->in_callbacks_cv, NULL, CV_DRIVER, in t1394_alloc_isoch_single()1669 cec_new->cec_member_list_head = NULL; in t1394_alloc_isoch_single()1670 cec_new->cec_member_list_tail = NULL; in t1394_alloc_isoch_single()1673 cec_new->filter_min_speed = sii->si_speed; in t1394_alloc_isoch_single()1674 cec_new->filter_max_speed = sii->si_speed; in t1394_alloc_isoch_single()1675 cec_new->filter_current_speed = cec_new->filter_max_speed; in t1394_alloc_isoch_single()[all …]