Searched refs:hci1394_q_cmd_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_q.h | 171 } hci1394_q_cmd_t; typedef 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, 367 hci1394_q_cmd_t **cmd);
|
H A D | hci1394_async.h | 167 hci1394_q_cmd_t ac_qcmd;
|
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 64 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, 67 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, hci1394_basic_pkt_t *hdr, 70 hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, uint32_t io_addr, 72 static void hci1394_q_at_rep_put8(hci1394_q_buf_t *qbuf, hci1394_q_cmd_t *cmd, 75 hci1394_q_cmd_t *cmd, h1394_mblk_t *mblk); 575 hci1394_q_at(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd, in hci1394_q_at() 666 hci1394_q_at_with_data(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd, in hci1394_q_at_with_data() 764 hci1394_q_at_with_mblk(hci1394_q_handle_t q_handle, hci1394_q_cmd_t *cmd, in hci1394_q_at_with_mblk() 859 hci1394_q_cmd_t **cmd) in hci1394_q_at_next() 895 *cmd = (hci1394_q_cmd_t *)node->tln_addr; in hci1394_q_at_next() [all …]
|
H A D | hci1394_async.c | 496 hci1394_q_cmd_t *qcmd; in hci1394_async_atreq_process() 1079 hci1394_q_cmd_t *qcmd; in hci1394_async_atresp_process()
|