Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c56 s1394_isoch_cec_t *cec_curr; in s1394_isoch_rsrc_realloc()
209 s1394_isoch_cec_t *cec_curr; in s1394_isoch_rsrc_realloc_notify()
1096 s1394_isoch_cec_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec) in s1394_isoch_cec_list_insert()
1098 s1394_isoch_cec_t *cec_temp; in s1394_isoch_cec_list_insert()
1133 s1394_isoch_cec_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec) in s1394_isoch_cec_list_remove()
1135 s1394_isoch_cec_t *prev_cec; in s1394_isoch_cec_list_remove()
1136 s1394_isoch_cec_t *next_cec; in s1394_isoch_cec_list_remove()
1175 s1394_isoch_cec_member_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec, in s1394_isoch_cec_member_list_insert()
1222 s1394_isoch_cec_member_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec, in s1394_isoch_cec_member_list_remove()
H A Dt1394.c1607 s1394_isoch_cec_t *cec_new; in t1394_alloc_isoch_single()
1657 cec_new = kmem_zalloc(sizeof (s1394_isoch_cec_t), KM_SLEEP); in t1394_alloc_isoch_single()
1805 s1394_isoch_cec_t *cec_curr; in t1394_free_isoch_single()
1815 cec_curr = (s1394_isoch_cec_t *)(*t1394_single_hdl); in t1394_free_isoch_single()
1885 s1394_isoch_cec_t *cec_new; in t1394_alloc_isoch_cec()
1943 cec_new = kmem_zalloc(sizeof (s1394_isoch_cec_t), KM_SLEEP); in t1394_alloc_isoch_cec()
2004 s1394_isoch_cec_t *cec_curr; in t1394_free_isoch_cec()
2015 cec_curr = (s1394_isoch_cec_t *)(*t1394_isoch_cec_hdl); in t1394_free_isoch_cec()
2057 kmem_free(cec_curr, sizeof (s1394_isoch_cec_t)); in t1394_free_isoch_cec()
2096 s1394_isoch_cec_t *cec_curr; in t1394_join_isoch_cec()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h258 typedef struct s1394_isoch_cec_s s1394_isoch_cec_t; typedef
673 s1394_isoch_cec_t *isoch_cec_list_head;
674 s1394_isoch_cec_t *isoch_cec_list_tail;
814 s1394_isoch_cec_t *cec_next;
815 s1394_isoch_cec_t *cec_prev;
1179 void s1394_isoch_cec_list_insert(s1394_hal_t *hal, s1394_isoch_cec_t *cec);
1181 void s1394_isoch_cec_list_remove(s1394_hal_t *hal, s1394_isoch_cec_t *cec);
1184 s1394_isoch_cec_t *cec, s1394_isoch_cec_member_t *member);
1187 s1394_isoch_cec_t *cec, s1394_isoch_cec_member_t *member);