Searched refs:vf_is_up (Results 1 – 1 of 1) sorted by relevance
2391 bool vf_is_up = netif_running(vf_netdev); in netvsc_vf_changed() local2402 if (net_device_ctx->data_path_is_vf == vf_is_up) in netvsc_vf_changed()2404 net_device_ctx->data_path_is_vf = vf_is_up; in netvsc_vf_changed()2406 netvsc_switch_datapath(ndev, vf_is_up); in netvsc_vf_changed()2408 vf_is_up ? "to" : "from", vf_netdev->name); in netvsc_vf_changed()