Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
H A 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()
1524 mlxsw_core_schedule_dw(&vregion->rehash.dw, 0); in mlxsw_sp_acl_tcam_region_rehash_intrvl_set()
H A 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()
H A 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()
H A Dcore.h282 int mlxsw_core_schedule_dw(struct delayed_work *dwork, unsigned long delay);
H A Dcore.c3342 int mlxsw_core_schedule_dw(struct delayed_work *dwork, unsigned long delay) in mlxsw_core_schedule_dw() function
3346 EXPORT_SYMBOL(mlxsw_core_schedule_dw);
H A Dspectrum.c1000 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, in update_stats_cache()
1851 mlxsw_core_schedule_dw(&mlxsw_sp_port->periodic_hw_stats.update_dw, 0); in mlxsw_sp_port_create()
2403 mlxsw_core_schedule_dw(&mlxsw_sp_port->ptp.shaper_dw, 0); in mlxsw_sp_pude_event_func()
H A Dcore_linecards.c47 mlxsw_core_schedule_dw(&linecard->status_event_to_dw, in mlxsw_linecard_status_event_to_schedule()
H A Dspectrum_router.c2615 mlxsw_core_schedule_dw(&mlxsw_sp->router->neighs_update.dw, in mlxsw_sp_router_neighs_update_work_schedule()
2655 mlxsw_core_schedule_dw(&router->nexthop_probe_dw, in mlxsw_sp_router_probe_unresolved_nexthops()
2964 mlxsw_core_schedule_dw(&mlxsw_sp->router->neighs_update.dw, 0); in mlxsw_sp_neigh_init()
2965 mlxsw_core_schedule_dw(&mlxsw_sp->router->nexthop_probe_dw, 0); in mlxsw_sp_neigh_init()
4749 mlxsw_core_schedule_dw(&mlxsw_sp->router->nh_grp_activity_dw, in mlxsw_sp_nh_grp_activity_work_schedule()
H A Dspectrum_switchdev.c245 mlxsw_core_schedule_dw(&bridge->fdb_notify.dw, in mlxsw_sp_fdb_notify_work_schedule()