Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c60 static void hci1394_q_reset(hci1394_q_handle_t q_handle);
63 static void hci1394_q_at_write_OLI(hci1394_q_handle_t q_handle,
66 static void hci1394_q_at_write_OMI(hci1394_q_handle_t q_handle,
69 static void hci1394_q_at_write_OL(hci1394_q_handle_t q_handle,
77 static void hci1394_q_ar_write_IM(hci1394_q_handle_t q_handle,
91 hci1394_q_handle_t *q_handle) in hci1394_q_init() argument
103 ASSERT(q_handle != NULL); in hci1394_q_init()
132 *q_handle = NULL; in hci1394_q_init()
164 *q_handle = NULL; in hci1394_q_init()
221 *q_handle = q; in hci1394_q_init()
[all …]
H A Dhci1394_async.c3345 hci1394_async_arresp_size_get(uint_t tcode, hci1394_q_handle_t q_handle, in hci1394_async_arresp_size_get() argument
3352 ASSERT(q_handle != NULL); in hci1394_async_arresp_size_get()
3364 quadlet = hci1394_q_ar_get32(q_handle, &addr[3]); in hci1394_async_arresp_size_get()
3374 quadlet = hci1394_q_ar_get32(q_handle, &addr[3]); in hci1394_async_arresp_size_get()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h354 hci1394_q_handle_t *q_handle);
355 void hci1394_q_fini(hci1394_q_handle_t *q_handle);
356 void hci1394_q_resume(hci1394_q_handle_t q_handle);
357 void hci1394_q_stop(hci1394_q_handle_t q_handle);
359 int hci1394_q_at(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd,
361 int hci1394_q_at_with_data(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd,
364 int hci1394_q_at_with_mblk(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd,
366 void hci1394_q_at_next(hci1394_q_handle_t q_handle, boolean_t flush_q,
369 void hci1394_q_ar_next(hci1394_q_handle_t q_handle, uint32_t **q_addr);
370 void hci1394_q_ar_free(hci1394_q_handle_t q_handle, uint_t size);
[all …]