Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c67 hci1394_isoch_handle_t *isoch_hdl) in hci1394_isoch_init() argument
73 ASSERT(isoch_hdl != NULL); in hci1394_isoch_init()
122 *isoch_hdl = isochp; in hci1394_isoch_init()
133 hci1394_isoch_fini(hci1394_isoch_handle_t *isoch_hdl) in hci1394_isoch_fini() argument
138 ASSERT(isoch_hdl != NULL); in hci1394_isoch_fini()
142 isochp = *isoch_hdl; in hci1394_isoch_fini()
153 *isoch_hdl = NULL; in hci1394_isoch_fini()
829 hci1394_isoch_recv_count_get(hci1394_isoch_handle_t isoch_hdl) in hci1394_isoch_recv_count_get() argument
831 ASSERT(isoch_hdl != NULL); in hci1394_isoch_recv_count_get()
832 return (isoch_hdl->ctxt_recv_count); in hci1394_isoch_recv_count_get()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h196 hci1394_isoch_handle_t *isoch_hdl);
197 void hci1394_isoch_fini(hci1394_isoch_handle_t *isoch_hdl);
203 int hci1394_isoch_recv_count_get(hci1394_isoch_handle_t isoch_hdl);
205 isoch_hdl, int num);
206 int hci1394_isoch_xmit_count_get(hci1394_isoch_handle_t isoch_hdl);
208 isoch_hdl, int num);