Home
last modified time | relevance | path

Searched refs:rep_comp (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv.c124 uint16_t rep_comp; in hv_do_rep_hypercall() local
134 rep_comp = hv_repcomp(status); in hv_do_rep_hypercall()
137 control |= (uint64_t)rep_comp << HV_HYPERCALL_REP_START_OFFSET; in hv_do_rep_hypercall()
139 } while (rep_comp < rep_count); in hv_do_rep_hypercall()