Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_nvs.c334 struct hn_nvs_rxbuf_disconn disconn; in hn_nvs_disconn_rxbuf() local
339 memset(&disconn, 0, sizeof(disconn)); in hn_nvs_disconn_rxbuf()
340 disconn.nvs_type = HN_NVS_TYPE_RXBUF_DISCONN; in hn_nvs_disconn_rxbuf()
341 disconn.nvs_sig = HN_NVS_RXBUF_SIG; in hn_nvs_disconn_rxbuf()
344 error = hn_nvs_req_send(sc, &disconn, sizeof(disconn)); in hn_nvs_disconn_rxbuf()
394 struct hn_nvs_chim_disconn disconn; in hn_nvs_disconn_chim() local
399 memset(&disconn, 0, sizeof(disconn)); in hn_nvs_disconn_chim()
400 disconn.nvs_type = HN_NVS_TYPE_CHIM_DISCONN; in hn_nvs_disconn_chim()
401 disconn.nvs_sig = HN_NVS_CHIM_SIG; in hn_nvs_disconn_chim()
404 error = hn_nvs_req_send(sc, &disconn, sizeof(disconn)); in hn_nvs_disconn_chim()