Searched defs:hci1394_q_handle_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h349 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...]

Completed in 70 milliseconds