Searched refs:outmsg_len (Results 1 – 2 of 2) sorted by relevance
33 hvt->outmsg_len = 0; in hvt_reset()47 if (wait_event_interruptible(hvt->outmsg_q, hvt->outmsg_len > 0)) in hvt_op_read()56 if (count < hvt->outmsg_len) { in hvt_op_read()61 if (!copy_to_user(buf, hvt->outmsg, hvt->outmsg_len)) in hvt_op_read()62 ret = hvt->outmsg_len; in hvt_op_read()68 hvt->outmsg_len = 0; in hvt_op_read()102 if (hvt->outmsg_len > 0) in hvt_op_poll()208 hvt->outmsg_len = len; in hvutil_transport_send()
39 int outmsg_len; /* its length */ member