| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_stats.c | 69 stats_work.work); in icssg_stats_work_handler() 72 queue_delayed_work(system_long_wq, &emac->stats_work, in icssg_stats_work_handler()
|
| H A D | icssg_prueth.c | 1103 queue_work(system_long_wq, &emac->stats_work.work); in emac_ndo_open() 1157 cancel_delayed_work_sync(&emac->stats_work); in emac_ndo_stop() 1687 INIT_DELAYED_WORK(&emac->stats_work, icssg_stats_work_handler); in prueth_netdev_init()
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_stats.c | 368 stats_work); in ocelot_check_stats_work() 391 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_check_stats_work() 1015 INIT_DELAYED_WORK(&ocelot->stats_work, ocelot_check_stats_work); in ocelot_stats_init() 1016 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_stats_init() 1024 disable_delayed_work_sync(&ocelot->stats_work); in ocelot_stats_deinit()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ethtool.c | 588 stats_work); in lan966x_check_stats_work() 592 queue_delayed_work(lan966x->stats_queue, &lan966x->stats_work, in lan966x_check_stats_work() 711 INIT_DELAYED_WORK(&lan966x->stats_work, lan966x_check_stats_work); in lan966x_stats_init() 712 queue_delayed_work(lan966x->stats_queue, &lan966x->stats_work, in lan966x_stats_init()
|
| H A D | lan966x_main.c | 1262 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_probe() 1279 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_remove()
|
| H A D | lan966x_main.h | 301 struct delayed_work stats_work; member
|
| /linux/drivers/net/dsa/mxl862xx/ |
| H A D | mxl862xx.c | 686 schedule_delayed_work(&priv->stats_work, in mxl862xx_setup() 2022 container_of(work, struct mxl862xx_priv, stats_work.work); in mxl862xx_stats_work_fn() 2030 schedule_delayed_work(&priv->stats_work, in mxl862xx_stats_work_fn() 2062 schedule_delayed_work(&priv->stats_work, 0); in mxl862xx_get_stats64() 2161 INIT_DELAYED_WORK(&priv->stats_work, mxl862xx_stats_work_fn); in mxl862xx_probe() 2168 cancel_delayed_work_sync(&priv->stats_work); in mxl862xx_probe() 2189 cancel_delayed_work_sync(&priv->stats_work); in mxl862xx_remove() 2218 cancel_delayed_work_sync(&priv->stats_work); in mxl862xx_shutdown()
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea.h | 437 struct delayed_work stats_work; member
|
| H A D | ehea_main.c | 350 container_of(work, struct ehea_port, stats_work.work); in ehea_update_stats() 379 schedule_delayed_work(&port->stats_work, in ehea_update_stats() 2423 schedule_delayed_work(&port->stats_work, in ehea_open() 2465 cancel_delayed_work_sync(&port->stats_work); in ehea_stop() 3013 INIT_DELAYED_WORK(&port->stats_work, ehea_update_stats); in ehea_setup_single_port() 3055 cancel_delayed_work_sync(&port->stats_work); in ehea_shutdown_single_port()
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet.h | 603 struct delayed_work stats_work; member
|
| H A D | xilinx_axienet_main.c | 582 stats_work.work); in axienet_refresh_stats() 589 schedule_delayed_work(&lp->stats_work, 13 * HZ); in axienet_refresh_stats() 1683 schedule_delayed_work(&lp->stats_work, 0); in axienet_open() 1710 cancel_delayed_work_sync(&lp->stats_work); in axienet_open() 1740 cancel_delayed_work_sync(&lp->stats_work); in axienet_stop() 2813 INIT_DEFERRABLE_WORK(&lp->stats_work, axienet_refresh_stats); in axienet_probe()
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530.c | 977 stats_work.work); in mt7530_stats_poll() 980 schedule_delayed_work(&priv->stats_work, in mt7530_stats_poll() 998 &priv->stats_work, 0); in mt7530_get_stats64() 3192 schedule_delayed_work(&priv->stats_work, in mt753x_setup() 3205 cancel_delayed_work_sync(&priv->stats_work); in mt753x_teardown() 3465 INIT_DELAYED_WORK(&priv->stats_work, mt7530_stats_poll); in mt7530_probe_common()
|
| H A D | mt7530.h | 909 struct delayed_work stats_work; member
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_main.h | 387 struct delayed_work stats_work; member
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 2123 stats_work); in mvpp2_gather_hw_statistics() 2132 cancel_delayed_work(&port->stats_work); in mvpp2_gather_hw_statistics() 2133 queue_delayed_work(port->priv->stats_queue, &port->stats_work, in mvpp2_gather_hw_statistics() 2147 mvpp2_gather_hw_statistics(&port->stats_work.work); in mvpp2_ethtool_get_stats() 4870 queue_delayed_work(priv->stats_queue, &port->stats_work, in mvpp2_open() 4913 cancel_delayed_work_sync(&port->stats_work); in mvpp2_stop() 6980 INIT_DELAYED_WORK(&port->stats_work, mvpp2_gather_hw_statistics); in mvpp2_port_probe()
|
| H A D | mvpp2.h | 1243 struct delayed_work stats_work; member
|
| /linux/include/soc/mscc/ |
| H A D | ocelot.h | 867 struct delayed_work stats_work; member
|