Searched refs:outmsg_len (Results 1 – 2 of 2) sorted by relevance
22 hvt->outmsg_len = 0; in hvt_reset()35 if (wait_event_interruptible(hvt->outmsg_q, hvt->outmsg_len > 0 || in hvt_op_read()51 if (count < hvt->outmsg_len) { in hvt_op_read()56 if (!copy_to_user(buf, hvt->outmsg, hvt->outmsg_len)) in hvt_op_read()57 ret = hvt->outmsg_len; in hvt_op_read()63 hvt->outmsg_len = 0; in hvt_op_read()108 if (hvt->outmsg_len > 0) in hvt_op_poll()260 hvt->outmsg_len = len; in hvutil_transport_send()
31 int outmsg_len; /* its length */ member