Searched refs:vfns_work (Results 1 – 2 of 2) sorted by relevance
2525 INIT_DELAYED_WORK(&net_device_ctx->vfns_work, netvsc_vfns_work); in netvsc_probe()2670 cancel_delayed_work_sync(&ndev_ctx->vfns_work); in netvsc_remove()2713 cancel_delayed_work_sync(&ndev_ctx->vfns_work); in netvsc_suspend()2810 container_of(w, struct net_device_context, vfns_work.work); in netvsc_vfns_work()2814 schedule_delayed_work(&ndev_ctx->vfns_work, 1); in netvsc_vfns_work()2843 schedule_delayed_work(&ndev_ctx->vfns_work, 0); in netvsc_netdev_event()
1064 struct delayed_work vfns_work; member
Completed in 25 milliseconds