Home
last modified time | relevance | path

Searched refs:stats_work (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_stats.c48 stats_work.work); in emac_stats_work_handler()
51 queue_delayed_work(system_long_wq, &emac->stats_work, in emac_stats_work_handler()
H A Dicssg_prueth.h176 struct delayed_work stats_work; member
H A Dicssg_prueth.c1407 queue_work(system_long_wq, &emac->stats_work.work); in emac_ndo_open()
1486 cancel_delayed_work_sync(&emac->stats_work); in emac_ndo_stop()
1739 INIT_DELAYED_WORK(&emac->stats_work, emac_stats_work_handler); in prueth_netdev_init()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_stats.c368 stats_work); in ocelot_check_stats_work()
391 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_check_stats_work()
978 INIT_DELAYED_WORK(&ocelot->stats_work, ocelot_check_stats_work); in ocelot_stats_init()
979 queue_delayed_work(ocelot->stats_queue, &ocelot->stats_work, in ocelot_stats_init()
987 cancel_delayed_work(&ocelot->stats_work); in ocelot_stats_deinit()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ethtool.c599 stats_work); in lan966x_check_stats_work()
603 queue_delayed_work(lan966x->stats_queue, &lan966x->stats_work, in lan966x_check_stats_work()
722 INIT_DELAYED_WORK(&lan966x->stats_work, lan966x_check_stats_work); in lan966x_stats_init()
723 queue_delayed_work(lan966x->stats_queue, &lan966x->stats_work, in lan966x_stats_init()
H A Dlan966x_main.c1257 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_probe()
1275 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_remove()
H A Dlan966x_main.h348 struct delayed_work stats_work; member
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ethtool.c1136 stats_work); in sparx5_check_stats_work()
1140 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx5_check_stats_work()
1259 INIT_DELAYED_WORK(&sparx5->stats_work, sparx5_check_stats_work); in sparx_stats_init()
1260 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx_stats_init()
H A Dsparx5_main.h252 struct delayed_work stats_work; member
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea.h437 struct delayed_work stats_work; member
H A Dehea_main.c350 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()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2124 stats_work); in mvpp2_gather_hw_statistics()
2133 cancel_delayed_work(&port->stats_work); in mvpp2_gather_hw_statistics()
2134 queue_delayed_work(port->priv->stats_queue, &port->stats_work, in mvpp2_gather_hw_statistics()
2148 mvpp2_gather_hw_statistics(&port->stats_work.work); in mvpp2_ethtool_get_stats()
4866 queue_delayed_work(priv->stats_queue, &port->stats_work, in mvpp2_open()
4909 cancel_delayed_work_sync(&port->stats_work); in mvpp2_stop()
6863 INIT_DELAYED_WORK(&port->stats_work, mvpp2_gather_hw_statistics); in mvpp2_port_probe()
H A Dmvpp2.h1235 struct delayed_work stats_work; member
/openbmc/linux/include/soc/mscc/
H A Docelot.h860 struct delayed_work stats_work; member