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

/illumos-gate/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)
103 ASSERT(q_handle != NULL);
132 *q_handle = NULL;
164 *q_handle = NULL;
221 *q_handle
89 hci1394_q_init(hci1394_drvinfo_t *drvinfo, hci1394_ohci_handle_t ohci_handle, hci1394_q_info_t *qinfo, hci1394_q_handle_t *q_handle) argument
236 hci1394_q_fini(hci1394_q_handle_t *q_handle) argument
299 hci1394_q_reset(hci1394_q_handle_t q_handle) argument
354 hci1394_q_resume(hci1394_q_handle_t q_handle) argument
370 hci1394_q_stop(hci1394_q_handle_t q_handle) argument
575 hci1394_q_at(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, uint_t hdrsize, int *result) argument
666 hci1394_q_at_with_data(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, uint_t hdrsize, uint8_t *data, uint_t datasize, int *result) argument
764 hci1394_q_at_with_mblk(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, uint_t hdrsize, h1394_mblk_t *mblk, int *result) argument
858 hci1394_q_at_next(hci1394_q_handle_t q_handle, boolean_t flush_q, hci1394_q_cmd_t **cmd) argument
950 hci1394_q_at_write_OMI(hci1394_q_handle_t q_handle, hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, uint_t hdrsize) argument
1009 hci1394_q_at_write_OLI(hci1394_q_handle_t q_handle, hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, uint_t hdrsize) argument
1136 hci1394_q_at_write_OL(hci1394_q_handle_t q_handle, hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, uint32_t io_addr, uint_t size) argument
1362 hci1394_q_ar_next(hci1394_q_handle_t q_handle, uint32_t **q_addr) argument
1418 hci1394_q_ar_free(hci1394_q_handle_t q_handle, uint_t size) argument
1479 hci1394_q_ar_get32(hci1394_q_handle_t q_handle, uint32_t *addr) argument
1522 hci1394_q_ar_rep_get8(hci1394_q_handle_t q_handle, uint8_t *dest, uint8_t *q_addr, uint_t size) argument
1597 hci1394_q_ar_copy_to_mblk(hci1394_q_handle_t q_handle, uint8_t *addr, h1394_mblk_t *mblk) argument
1691 hci1394_q_ar_write_IM(hci1394_q_handle_t q_handle, hci1394_q_buf_t *qbuf, uint32_t io_addr, uint_t datasize) argument
[all...]
H A Dhci1394_async.c3342 * Return the size of the arresp that was received in q_handle at addr.
3345 hci1394_async_arresp_size_get(uint_t tcode, hci1394_q_handle_t q_handle, argument
3352 ASSERT(q_handle != NULL);
3364 quadlet = hci1394_q_ar_get32(q_handle, &addr[3]);
3374 quadlet = hci1394_q_ar_get32(q_handle, &addr[3]);
/illumos-gate/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_
[all...]

Completed in 80 milliseconds