Searched refs:ndev_ctx (Results 1 – 1 of 1) sorted by relevance
648 struct net_device_context *ndev_ctx; in netvsc_linkstatus_callback() local674 ndev_ctx = netdev_priv(net); in netvsc_linkstatus_callback()676 schedule_delayed_work(&ndev_ctx->dwork, 0); in netvsc_linkstatus_callback()677 schedule_delayed_work(&ndev_ctx->dwork, msecs_to_jiffies(20)); in netvsc_linkstatus_callback()679 schedule_delayed_work(&ndev_ctx->dwork, 0); in netvsc_linkstatus_callback()916 struct net_device_context *ndev_ctx = netdev_priv(net); in netvsc_get_stats64() local920 struct netvsc_stats *tx_stats = per_cpu_ptr(ndev_ctx->tx_stats, in netvsc_get_stats64()922 struct netvsc_stats *rx_stats = per_cpu_ptr(ndev_ctx->rx_stats, in netvsc_get_stats64()1021 struct net_device_context *ndev_ctx; in netvsc_link_change() local1031 ndev_ctx = container_of(w, struct net_device_context, dwork.work); in netvsc_link_change()[all …]