Searched refs:vss_transaction (Results 1 – 1 of 1) sorted by relevance
62 } vss_transaction; variable85 vss_transaction.state = HVUTIL_READY; in vss_poll_wrapper()101 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func()106 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done()148 if (vss_transaction.state > HVUTIL_READY) { in vss_on_msg()154 } else if (vss_transaction.state == HVUTIL_USERSPACE_REQ) { in vss_on_msg()155 vss_transaction.state = HVUTIL_USERSPACE_RECV; in vss_on_msg()158 vss_transaction.msg->vss_cf.flags = in vss_on_msg()164 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg()177 int op = vss_transaction.msg->vss_hdr.operation; in vss_send_op()[all …]