Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c251 struct hn_nvs_rxbuf_disconn disconn; in hn_nvs_disconn_rxbuf() local
257 memset(&disconn, 0, sizeof(disconn)); in hn_nvs_disconn_rxbuf()
258 disconn.type = NVS_TYPE_RXBUF_DISCONN; in hn_nvs_disconn_rxbuf()
259 disconn.sig = NVS_RXBUF_SIG; in hn_nvs_disconn_rxbuf()
262 error = hn_nvs_req_send(hv, &disconn, sizeof(disconn)); in hn_nvs_disconn_rxbuf()
281 struct hn_nvs_chim_disconn disconn; in hn_nvs_disconn_chim() local
284 memset(&disconn, 0, sizeof(disconn)); in hn_nvs_disconn_chim()
285 disconn.type = NVS_TYPE_CHIM_DISCONN; in hn_nvs_disconn_chim()
286 disconn.sig = NVS_CHIM_SIG; in hn_nvs_disconn_chim()
289 error = hn_nvs_req_send(hv, &disconn, sizeof(disconn)); in hn_nvs_disconn_chim()