Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_vf.c61 if (hv->vf_ctx.vf_attached) { in hn_vf_attach()
92 hv->vf_ctx.vf_attached = true; in hn_vf_attach()
117 hv->vf_ctx.vf_attached = false; in hn_remove_delayed()
414 if (hv->vf_ctx.vf_attached) { in hn_vf_configure()
550 if (hv->vf_ctx.vf_attached) { in hn_vf_close()
557 hv->vf_ctx.vf_attached = false; in hn_vf_close()
H A Dhn_var.h118 bool vf_attached; member
238 if (hv->vf_ctx.vf_attached) in hn_get_vf_dev()
H A Dhn_ethdev.c1184 hv->vf_ctx.vf_attached = false; in eth_hn_dev_init()