Searched refs:stats_work (Results 1 – 16 of 16) sorted by relevance
| /drivers/net/ethernet/ti/icssg/ |
| 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()
|
| A D | icssg_prueth_sr1.c | 605 queue_work(system_long_wq, &emac->stats_work.work); in emac_ndo_open() 698 cancel_delayed_work_sync(&emac->stats_work); in emac_ndo_stop() 790 INIT_DELAYED_WORK(&emac->stats_work, icssg_stats_work_handler); in prueth_netdev_init()
|
| A D | icssg_prueth.h | 233 struct delayed_work stats_work; member
|
| A D | icssg_prueth.c | 803 queue_work(system_long_wq, &emac->stats_work.work); in emac_ndo_open() 891 cancel_delayed_work_sync(&emac->stats_work); in emac_ndo_stop() 1169 INIT_DELAYED_WORK(&emac->stats_work, icssg_stats_work_handler); in prueth_netdev_init()
|
| /drivers/net/ethernet/mscc/ |
| 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 cancel_delayed_work(&ocelot->stats_work); in ocelot_stats_deinit()
|
| /drivers/net/ethernet/microchip/lan966x/ |
| 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()
|
| A D | lan966x_main.c | 1262 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_probe() 1280 cancel_delayed_work_sync(&lan966x->stats_work); in lan966x_remove()
|
| A D | lan966x_main.h | 301 struct delayed_work stats_work; member
|
| /drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_ethtool.c | 1135 stats_work); in sparx5_check_stats_work() 1139 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx5_check_stats_work() 1257 INIT_DELAYED_WORK(&sparx5->stats_work, sparx5_check_stats_work); in sparx_stats_init() 1258 queue_delayed_work(sparx5->stats_queue, &sparx5->stats_work, in sparx_stats_init()
|
| A D | sparx5_main.h | 387 struct delayed_work stats_work; member
|
| /drivers/net/ethernet/ibm/ehea/ |
| A D | ehea.h | 437 struct delayed_work stats_work; member
|
| 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()
|
| /drivers/net/ethernet/xilinx/ |
| A D | xilinx_axienet_main.c | 580 stats_work.work); in axienet_refresh_stats() 587 schedule_delayed_work(&lp->stats_work, 13 * HZ); in axienet_refresh_stats() 1668 schedule_delayed_work(&lp->stats_work, 0); in axienet_open() 1695 cancel_delayed_work_sync(&lp->stats_work); in axienet_open() 1725 cancel_delayed_work_sync(&lp->stats_work); in axienet_stop() 2796 INIT_DEFERRABLE_WORK(&lp->stats_work, axienet_refresh_stats); in axienet_probe()
|
| A D | xilinx_axienet.h | 603 struct delayed_work stats_work; member
|
| /drivers/net/ethernet/marvell/mvpp2/ |
| 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() 6968 INIT_DELAYED_WORK(&port->stats_work, mvpp2_gather_hw_statistics); in mvpp2_port_probe()
|
| A D | mvpp2.h | 1243 struct delayed_work stats_work; member
|
Completed in 65 milliseconds