Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c270 mlxsw_core_schedule_dw(&clock->overflow_work, clock->overflow_period); in mlxsw_sp1_ptp_clock_overflow()
309 mlxsw_core_schedule_dw(&clock->overflow_work, 0); in mlxsw_sp1_ptp_clock_init()
868 mlxsw_core_schedule_dw(&ptp_state->ht_gc_dw, in mlxsw_sp1_ptp_ht_gc()
1056 mlxsw_core_schedule_dw(&ptp_state->ht_gc_dw, in mlxsw_sp1_ptp_init()
Dspectrum_acl_tcam.c705 mlxsw_core_schedule_dw(&vregion->rehash.dw, in mlxsw_sp_acl_tcam_vregion_rehash_work_schedule()
728 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_vregion_rehash_work()
1525 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_region_rehash_intrvl_set()
Dspectrum_mr.c1031 mlxsw_core_schedule_dw(&mr->stats_update_dw, interval); in mlxsw_sp_mr_stats_update()
1056 mlxsw_core_schedule_dw(&mr->stats_update_dw, interval); in mlxsw_sp_mr_init()
Dspectrum_acl.c993 mlxsw_core_schedule_dw(&acl->rule_activity_update.dw, in mlxsw_sp_acl_rule_activity_work_schedule()
1095 mlxsw_core_schedule_dw(&acl->rule_activity_update.dw, 0); in mlxsw_sp_acl_init()
Dcore.h286 int mlxsw_core_schedule_dw(struct delayed_work *dwork, unsigned long delay);
Dcore.c3279 int mlxsw_core_schedule_dw(struct delayed_work *dwork, unsigned long delay) in mlxsw_core_schedule_dw() function
3283 EXPORT_SYMBOL(mlxsw_core_schedule_dw);
Dspectrum.c985 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, in update_stats_cache()
1831 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, 0); in mlxsw_sp_port_create()
2382 mlxsw_core_schedule_dw(&mlxsw_sp_port->ptp.shaper_dw, 0); in mlxsw_sp_pude_event_func()
Dcore_linecards.c47 mlxsw_core_schedule_dw(&linecard->status_event_to_dw, in mlxsw_linecard_status_event_to_schedule()
Dspectrum_router.c2616 mlxsw_core_schedule_dw(&mlxsw_sp->router->neighs_update.dw, in mlxsw_sp_router_neighs_update_work_schedule()
2656 mlxsw_core_schedule_dw(&router->nexthop_probe_dw, in mlxsw_sp_router_probe_unresolved_nexthops()
2965 mlxsw_core_schedule_dw(&mlxsw_sp->router->neighs_update.dw, 0); in mlxsw_sp_neigh_init()
2966 mlxsw_core_schedule_dw(&mlxsw_sp->router->nexthop_probe_dw, 0); in mlxsw_sp_neigh_init()
4870 mlxsw_core_schedule_dw(&mlxsw_sp->router->nh_grp_activity_dw, in mlxsw_sp_nh_grp_activity_work_schedule()
Dspectrum_switchdev.c245 mlxsw_core_schedule_dw(&bridge->fdb_notify.dw, in mlxsw_sp_fdb_notify_work_schedule()