Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1381 s1394_isoch_cec_t *cec_new; in t1394_alloc_isoch_single() local
1416 cec_new->cec_type = S1394_SINGLE; in t1394_alloc_isoch_single()
1425 cec_new->cec_member_list_head = NULL; in t1394_alloc_isoch_single()
1426 cec_new->cec_member_list_tail = NULL; in t1394_alloc_isoch_single()
1431 cec_new->filter_current_speed = cec_new->filter_max_speed; in t1394_alloc_isoch_single()
1509 mutex_enter(&cec_new->isoch_cec_mutex); in t1394_alloc_isoch_single()
1511 mutex_exit(&cec_new->isoch_cec_mutex); in t1394_alloc_isoch_single()
1603 s1394_isoch_cec_t *cec_new; in t1394_alloc_isoch_cec() local
1650 cec_new->cec_member_list_head = NULL; in t1394_alloc_isoch_cec()
1651 cec_new->cec_member_list_tail = NULL; in t1394_alloc_isoch_cec()
[all …]