Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c246 struct hn_nvs_rxbuf_disconn disconn; in hn_nvs_disconn_rxbuf() local
252 memset(&disconn, 0, sizeof(disconn)); in hn_nvs_disconn_rxbuf()
253 disconn.type = NVS_TYPE_RXBUF_DISCONN; in hn_nvs_disconn_rxbuf()
254 disconn.sig = NVS_RXBUF_SIG; in hn_nvs_disconn_rxbuf()
257 error = hn_nvs_req_send(hv, &disconn, sizeof(disconn)); in hn_nvs_disconn_rxbuf()
276 struct hn_nvs_chim_disconn disconn; in hn_nvs_disconn_chim() local
279 memset(&disconn, 0, sizeof(disconn)); in hn_nvs_disconn_chim()
280 disconn.type = NVS_TYPE_CHIM_DISCONN; in hn_nvs_disconn_chim()
281 disconn.sig = NVS_CHIM_SIG; in hn_nvs_disconn_chim()
284 error = hn_nvs_req_send(hv, &disconn, sizeof(disconn)); in hn_nvs_disconn_chim()