Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ti/icssg/
Dicssg_stats.c59 stats_work.work); in icssg_stats_work_handler()
62 queue_delayed_work(system_long_wq, &emac->stats_work, in icssg_stats_work_handler()
Dicssg_prueth_sr1.c585 queue_work(system_long_wq, &emac->stats_work.work); in emac_ndo_open()
678 cancel_delayed_work_sync(&emac->stats_work); in emac_ndo_stop()
770 INIT_DELAYED_WORK(&emac->stats_work, icssg_stats_work_handler); in prueth_netdev_init()
Dicssg_prueth.h197 struct delayed_work stats_work; member
Dicssg_prueth.c642 queue_work(system_long_wq, &emac->stats_work.work); in emac_ndo_open()
729 cancel_delayed_work_sync(&emac->stats_work); in emac_ndo_stop()
867 INIT_DELAYED_WORK(&emac->stats_work, icssg_stats_work_handler); in prueth_netdev_init()
/linux-6.12.1/drivers/net/ethernet/mscc/
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()
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ethtool.c588 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()
Dlan966x_main.c1256 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_probe()
1274 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_remove()
Dlan966x_main.h296 struct delayed_work stats_work; member
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ethtool.c1135 stats_work); in sparx5_check_stats_work()
1139 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx5_check_stats_work()
1255 INIT_DELAYED_WORK(&sparx5->stats_work, sparx5_check_stats_work); in sparx_stats_init()
1256 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx_stats_init()
Dsparx5_main.h247 struct delayed_work stats_work; member
/linux-6.12.1/drivers/net/ethernet/ibm/ehea/
Dehea.h437 struct delayed_work stats_work; member
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()
/linux-6.12.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet.h593 struct delayed_work stats_work; member
Dxilinx_axienet_main.c551 stats_work.work); in axienet_refresh_stats()
558 schedule_delayed_work(&lp->stats_work, 13 * HZ); in axienet_refresh_stats()
1605 schedule_delayed_work(&lp->stats_work, 0); in axienet_open()
1631 cancel_delayed_work_sync(&lp->stats_work); in axienet_open()
1660 cancel_delayed_work_sync(&lp->stats_work); in axienet_stop()
2600 INIT_DEFERRABLE_WORK(&lp->stats_work, axienet_refresh_stats); in axienet_probe()
/linux-6.12.1/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c2136 stats_work); in mvpp2_gather_hw_statistics()
2145 cancel_delayed_work(&port->stats_work); in mvpp2_gather_hw_statistics()
2146 queue_delayed_work(port->priv->stats_queue, &port->stats_work, in mvpp2_gather_hw_statistics()
2160 mvpp2_gather_hw_statistics(&port->stats_work.work); in mvpp2_ethtool_get_stats()
4879 queue_delayed_work(priv->stats_queue, &port->stats_work, in mvpp2_open()
4922 cancel_delayed_work_sync(&port->stats_work); in mvpp2_stop()
6886 INIT_DELAYED_WORK(&port->stats_work, mvpp2_gather_hw_statistics); in mvpp2_port_probe()
Dmvpp2.h1235 struct delayed_work stats_work; member
/linux-6.12.1/include/soc/mscc/
Docelot.h860 struct delayed_work stats_work; member