Lines Matching full:guest
130 * is set by the host on the host->guest buffer ring, and by the
131 * guest on the guest->host buffer ring.
134 * semantics that apply to both buffer rings. If the guest sets
135 * the feature bit in the guest->host buffer ring, the guest is
137 * 1) It will set the br_pending_snd_sz field in the guest->host buffer
139 * 2) It will read the pending_send_sz field in the host->guest
142 * Similarly, if the host sets the feature bit in the host->guest
143 * ring buffer, the host is telling the guest that:
144 * 1) It will set the pending_send_sz field in the host->guest ring
146 * 2) It will read the pending_send_sz field in the guest->host
147 * ring buffer and interrupt the guest when it frees enough space
149 * If either the guest or host does not set the feature bit that it
150 * owns, that guest or host must do polling if it encounters a full
166 * Total guest to host interrupt count
167 * - For rx ring, this counts the guest signaling host when this rx
170 * - For tx ring, this counts the guest signaling host when this tx
284 /* Hyper-V socket guest connect request */