Searched refs:hci1394_q_handle_t (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_q.h | 349 typedef struct hci1394_q_s *hci1394_q_handle_t; typedef in typeref:struct:hci1394_q_s 354 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_handl [all...] |
H A D | hci1394_async.h | 187 hci1394_q_handle_t as_atreq_q; 188 hci1394_q_handle_t as_arresp_q; 189 hci1394_q_handle_t as_arreq_q; 190 hci1394_q_handle_t as_atresp_q;
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 60 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) 236 hci1394_q_fini(hci1394_q_handle_t *q_handle) 299 hci1394_q_reset(hci1394_q_handle_t q_handle) 354 hci1394_q_resume(hci1394_q_handle_t q_handle) 370 hci1394_q_stop(hci1394_q_handle_t q_handl [all...] |
H A D | hci1394_async.c | 91 static int hci1394_async_arresp_size_get(uint_t tcode, hci1394_q_handle_t q, 3345 hci1394_async_arresp_size_get(uint_t tcode, hci1394_q_handle_t q_handle,
|
Completed in 57 milliseconds