Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/include/
H A Dhyperv.h103 extern uint32_t vmbus_current_version;
/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_nvs.c373 if (vmbus_current_version < VMBUS_VERSION_WIN10 && sc->hn_rxbuf_gpadl != 0) { in hn_nvs_disconn_rxbuf()
434 if (vmbus_current_version < VMBUS_VERSION_WIN10 && sc->hn_chim_gpadl != 0) { in hn_nvs_disconn_chim()
H A Dif_hn.c6655 if (vmbus_current_version >= VMBUS_VERSION_WIN10 && sc->hn_rxbuf_gpadl != 0) { in hn_synth_detach()
6671 if (vmbus_current_version >= VMBUS_VERSION_WIN10 && sc->hn_chim_gpadl != 0) { in hn_synth_detach()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c160 uint32_t vmbus_current_version; variable
478 vmbus_current_version = vmbus_version[i]; in vmbus_init()
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c1404 if (vmbus_current_version < VMBUS_VERSION_WIN10_V5) { in hvsock_open_channel()