Searched refs:vss_transaction (Results 1 – 1 of 1) sorted by relevance
59 } vss_transaction; variable82 vss_transaction.state = HVUTIL_READY; in vss_poll_wrapper()98 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func()103 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done()145 if (vss_transaction.state > HVUTIL_READY) { in vss_on_msg()151 } else if (vss_transaction.state == HVUTIL_USERSPACE_REQ) { in vss_on_msg()152 vss_transaction.state = HVUTIL_USERSPACE_RECV; in vss_on_msg()155 vss_transaction.msg->vss_cf.flags = in vss_on_msg()161 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg()174 int op = vss_transaction.msg->vss_hdr.operation; in vss_send_op()[all …]