Searched refs:vfns_work (Results 1 – 2 of 2) sorted by relevance
2519 INIT_DELAYED_WORK(&net_device_ctx->vfns_work, netvsc_vfns_work); in netvsc_probe()2664 cancel_delayed_work_sync(&ndev_ctx->vfns_work); in netvsc_remove()2707 cancel_delayed_work_sync(&ndev_ctx->vfns_work); in netvsc_suspend()2804 container_of(w, struct net_device_context, vfns_work.work); in netvsc_vfns_work()2808 schedule_delayed_work(&ndev_ctx->vfns_work, 1); in netvsc_vfns_work()2837 schedule_delayed_work(&ndev_ctx->vfns_work, 0); in netvsc_netdev_event()
1064 struct delayed_work vfns_work; member