Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Dhyperv_net.h278 int netvsc_switch_datapath(struct net_device *nv_dev, bool vf);
H A Dnetvsc.c35 int netvsc_switch_datapath(struct net_device *ndev, bool vf) in netvsc_switch_datapath() function
H A Dnetvsc_drv.c2375 * to avoid the duplicate call of netvsc_switch_datapath() and the duplicate in netvsc_register_vf()
2409 ret = netvsc_switch_datapath(ndev, vf_is_up); in netvsc_vf_changed()