Lines Matching refs:vio_msg_t
169 static int vdc_recv(vdc_t *vdc, vio_msg_t *msgp, size_t *nbytesp);
172 static int vdc_process_data_msg(vdc_t *vdc, vio_msg_t *msg);
190 static int vdc_wait_for_response(vdc_t *vdcp, vio_msg_t *msgp);
1680 vio_msg_t vio_msg; in vdc_ver_negotiation()
1776 vio_msg_t vio_msg; in vdc_attr_negotiation()
1883 vio_msg_t vio_msg; in vdc_dring_negotiation()
1927 vio_msg_t msg; in vdc_send_rdx()
1928 size_t msglen = sizeof (vio_msg_t); in vdc_send_rdx()
1992 vio_msg_t vio_msg; in vdc_rdx_exchange()
2025 vdc_recv(vdc_t *vdc, vio_msg_t *msgp, size_t *nbytesp) in vdc_recv()
2100 vdc_decode_tag(vdc_t *vdcp, vio_msg_t *msg) in vdc_decode_tag()
2176 vdc_decode_tag(vdc, (vio_msg_t *)(uintptr_t)pkt); in vdc_send()
3240 vio_msg_t vio_msg; in vdc_do_op()
3874 vdc_wait_for_response(vdc_t *vdcp, vio_msg_t *msgp) in vdc_wait_for_response()
4788 vio_msg_t msg; in vdc_process_msg_thread()
4946 vdc_process_data_msg(vdc_t *vdcp, vio_msg_t *msg) in vdc_process_data_msg()