Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dnetvsc_drv.c2407 bool vf_is_up = netif_running(vf_netdev); in netvsc_vf_changed() local
2418 if (net_device_ctx->data_path_is_vf == vf_is_up) in netvsc_vf_changed()
2420 net_device_ctx->data_path_is_vf = vf_is_up; in netvsc_vf_changed()
2422 if (vf_is_up && !net_device_ctx->vf_alloc) { in netvsc_vf_changed()
2427 netvsc_switch_datapath(ndev, vf_is_up); in netvsc_vf_changed()
2429 vf_is_up ? "to" : "from", vf_netdev->name); in netvsc_vf_changed()