Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Dt1394.c1805 s1394_isoch_cec_t *cec_curr; in t1394_free_isoch_single() local
1815 cec_curr = (s1394_isoch_cec_t *)(*t1394_single_hdl); in t1394_free_isoch_single()
1821 (t1394_isoch_cec_handle_t)cec_curr, 0); in t1394_free_isoch_single()
1834 (t1394_isoch_cec_handle_t)cec_curr, 0); in t1394_free_isoch_single()
1847 (t1394_isoch_cec_handle_t *)&cec_curr); in t1394_free_isoch_single()
2004 s1394_isoch_cec_t *cec_curr; in t1394_free_isoch_cec() local
2015 cec_curr = (s1394_isoch_cec_t *)(*t1394_isoch_cec_hdl); in t1394_free_isoch_cec()
2018 mutex_enter(&cec_curr->isoch_cec_mutex); in t1394_free_isoch_cec()
2021 if (CEC_IN_ANY_CALLBACKS(cec_curr)) { in t1394_free_isoch_cec()
2023 mutex_exit(&cec_curr->isoch_cec_mutex); in t1394_free_isoch_cec()
[all …]
H A Ds1394_isoch.c56 s1394_isoch_cec_t *cec_curr; in s1394_isoch_rsrc_realloc() local
78 cec_curr = hal->isoch_cec_list_head; in s1394_isoch_rsrc_realloc()
79 while (cec_curr != NULL) { in s1394_isoch_rsrc_realloc()
81 mutex_enter(&cec_curr->isoch_cec_mutex); in s1394_isoch_rsrc_realloc()
84 if (!(cec_curr->cec_options & T1394_NO_IRM_ALLOC) && in s1394_isoch_rsrc_realloc()
85 (cec_curr->realloc_valid == B_TRUE) && in s1394_isoch_rsrc_realloc()
86 (cec_curr->realloc_failed == B_FALSE)) { in s1394_isoch_rsrc_realloc()
90 cec_curr->bandwidth, cec_curr->realloc_speed); in s1394_isoch_rsrc_realloc()
99 mutex_exit(&cec_curr->isoch_cec_mutex); in s1394_isoch_rsrc_realloc()
116 mutex_enter(&cec_curr->isoch_cec_mutex); in s1394_isoch_rsrc_realloc()
[all …]