Searched refs:stats_work (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_ethtool.c | 1136 stats_work); in sparx5_check_stats_work() 1140 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx5_check_stats_work() 1222 INIT_DELAYED_WORK(&sparx5->stats_work, sparx5_check_stats_work); in sparx_stats_init() 1223 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx_stats_init()
|
A D | sparx5_main.h | 198 struct delayed_work stats_work; member
|
/linux/drivers/net/ethernet/ibm/ehea/ |
A D | ehea.h | 436 struct delayed_work stats_work; member
|
A D | ehea_main.c | 347 container_of(work, struct ehea_port, stats_work.work); in ehea_update_stats() 376 schedule_delayed_work(&port->stats_work, in ehea_update_stats() 2420 schedule_delayed_work(&port->stats_work, in ehea_open() 2462 cancel_delayed_work_sync(&port->stats_work); in ehea_stop() 3009 INIT_DELAYED_WORK(&port->stats_work, ehea_update_stats); in ehea_setup_single_port() 3051 cancel_delayed_work_sync(&port->stats_work); in ehea_shutdown_single_port()
|
/linux/drivers/net/ethernet/mscc/ |
A D | ocelot.c | 1633 stats_work); in ocelot_check_stats_work() 1637 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_check_stats_work() 2620 INIT_DELAYED_WORK(&ocelot->stats_work, ocelot_check_stats_work); in ocelot_init() 2621 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_init() 2630 cancel_delayed_work(&ocelot->stats_work); in ocelot_deinit()
|
/linux/include/soc/mscc/ |
A D | ocelot.h | 675 struct delayed_work stats_work; member
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_main.c | 2097 stats_work); in mvpp2_gather_hw_statistics() 2106 cancel_delayed_work(&port->stats_work); in mvpp2_gather_hw_statistics() 2107 queue_delayed_work(port->priv->stats_queue, &port->stats_work, in mvpp2_gather_hw_statistics() 2121 mvpp2_gather_hw_statistics(&port->stats_work.work); in mvpp2_ethtool_get_stats() 4835 queue_delayed_work(priv->stats_queue, &port->stats_work, in mvpp2_open() 4878 cancel_delayed_work_sync(&port->stats_work); in mvpp2_stop() 6852 INIT_DELAYED_WORK(&port->stats_work, mvpp2_gather_hw_statistics); in mvpp2_port_probe()
|
A D | mvpp2.h | 1235 struct delayed_work stats_work; member
|
Completed in 56 milliseconds