Searched refs:vss_transaction (Results 1 – 1 of 1) sorted by relevance
69 } vss_transaction; variable92 vss_transaction.state = HVUTIL_READY; in vss_poll_wrapper()108 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func()113 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done()155 if (vss_transaction.state > HVUTIL_READY) { in vss_on_msg()161 } else if (vss_transaction.state == HVUTIL_USERSPACE_REQ) { in vss_on_msg()162 vss_transaction.state = HVUTIL_USERSPACE_RECV; in vss_on_msg()165 vss_transaction.msg->vss_cf.flags = in vss_on_msg()171 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg()184 int op = vss_transaction.msg->vss_hdr.operation; in vss_send_op()[all …]