Home
last modified time | relevance | path

Searched refs:mlxsw_core_schedule_dw (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c247 mlxsw_core_schedule_dw(&clock->overflow_work, clock->overflow_period); in mlxsw_sp1_ptp_clock_overflow()
287 mlxsw_core_schedule_dw(&clock->overflow_work, 0); in mlxsw_sp1_ptp_clock_init()
685 mlxsw_core_schedule_dw(&ptp_state->ht_gc_dw, in mlxsw_sp1_ptp_ht_gc()
852 mlxsw_core_schedule_dw(&ptp_state->ht_gc_dw, in mlxsw_sp1_ptp_init()
Dspectrum_acl_tcam.c764 mlxsw_core_schedule_dw(&vregion->rehash.dw, in mlxsw_sp_acl_tcam_vregion_rehash_work_schedule()
785 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_vregion_rehash_work()
926 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_vregion_rehash_intrvl_set()
Dspectrum_acl.c871 mlxsw_core_schedule_dw(&acl->rule_activity_update.dw, in mlxsw_sp_acl_rule_activity_work_schedule()
973 mlxsw_core_schedule_dw(&acl->rule_activity_update.dw, 0); in mlxsw_sp_acl_init()
Dspectrum_mr.c1034 mlxsw_core_schedule_dw(&mr->stats_update_dw, interval); in mlxsw_sp_mr_stats_update()
1059 mlxsw_core_schedule_dw(&mr->stats_update_dw, interval); in mlxsw_sp_mr_init()
Dcore.h230 int mlxsw_core_schedule_dw(struct delayed_work *dwork, unsigned long delay);
Dspectrum.c805 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, in update_stats_cache()
1616 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, 0); in mlxsw_sp_port_create()
2066 mlxsw_core_schedule_dw(&mlxsw_sp_port->ptp.shaper_dw, 0); in mlxsw_sp_pude_event_func()
Dcore.c2973 int mlxsw_core_schedule_dw(struct delayed_work *dwork, unsigned long delay) in mlxsw_core_schedule_dw() function
2977 EXPORT_SYMBOL(mlxsw_core_schedule_dw);
Dspectrum_router.c2375 mlxsw_core_schedule_dw(&mlxsw_sp->router->neighs_update.dw, in mlxsw_sp_router_neighs_update_work_schedule()
2415 mlxsw_core_schedule_dw(&router->nexthop_probe_dw, in mlxsw_sp_router_probe_unresolved_nexthops()
2715 mlxsw_core_schedule_dw(&mlxsw_sp->router->neighs_update.dw, 0); in mlxsw_sp_neigh_init()
2716 mlxsw_core_schedule_dw(&mlxsw_sp->router->nexthop_probe_dw, 0); in mlxsw_sp_neigh_init()
Dspectrum_switchdev.c2687 mlxsw_core_schedule_dw(&bridge->fdb_notify.dw, in mlxsw_sp_fdb_notify_work_schedule()