Searched refs:vss_transaction (Results 1 – 1 of 1) sorted by relevance
58 } vss_transaction; variable81 vss_transaction.state = HVUTIL_READY; in vss_poll_wrapper()97 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func()102 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done()144 if (vss_transaction.state > HVUTIL_READY) { in vss_on_msg()150 } else if (vss_transaction.state == HVUTIL_USERSPACE_REQ) { in vss_on_msg()151 vss_transaction.state = HVUTIL_USERSPACE_RECV; in vss_on_msg()154 vss_transaction.msg->vss_cf.flags = in vss_on_msg()160 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg()173 int op = vss_transaction.msg->vss_hdr.operation; in vss_send_op()[all …]