Lines Matching full:guest
136 * is set by the host on the host->guest buffer ring, and by the
137 * guest on the guest->host buffer ring.
140 * semantics that apply to both buffer rings. If the guest sets
141 * the feature bit in the guest->host buffer ring, the guest is
143 * 1) It will set the br_pending_snd_sz field in the guest->host buffer
145 * 2) It will read the pending_send_sz field in the host->guest
148 * Similarly, if the host sets the feature bit in the host->guest
149 * ring buffer, the host is telling the guest that:
150 * 1) It will set the pending_send_sz field in the host->guest ring
152 * 2) It will read the pending_send_sz field in the guest->host
153 * ring buffer and interrupt the guest when it frees enough space
155 * If either the guest or host does not set the feature bit that it
156 * owns, that guest or host must do polling if it encounters a full
172 * Total guest to host interrupt count
173 * - For rx ring, this counts the guest signaling host when this rx
176 * - For tx ring, this counts the guest signaling host when this tx
290 /* Hyper-V socket guest connect request */