Home
last modified time | relevance | path

Searched refs:overflow_work (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c244 schedule_delayed_work(&hellcreek->overflow_work, in hellcreek_ptp_overflow_check()
406 INIT_DELAYED_WORK(&hellcreek->overflow_work, in hellcreek_ptp_setup()
458 schedule_delayed_work(&hellcreek->overflow_work, in hellcreek_ptp_setup()
468 cancel_delayed_work_sync(&hellcreek->overflow_work); in hellcreek_ptp_free()
H A Dhellcreek_ptp.h71 container_of(dw, struct hellcreek, overflow_work)
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c89 struct delayed_work overflow_work; member
265 clock = container_of(dwork, struct mlxsw_sp1_ptp_clock, overflow_work); in mlxsw_sp1_ptp_clock_overflow()
270 mlxsw_core_schedule_dw(&clock->overflow_work, clock->overflow_period); in mlxsw_sp1_ptp_clock_overflow()
308 INIT_DELAYED_WORK(&clock->overflow_work, mlxsw_sp1_ptp_clock_overflow); in mlxsw_sp1_ptp_clock_init()
309 mlxsw_core_schedule_dw(&clock->overflow_work, 0); in mlxsw_sp1_ptp_clock_init()
322 cancel_delayed_work_sync(&clock->overflow_work); in mlxsw_sp1_ptp_clock_init()
333 cancel_delayed_work_sync(&clock->overflow_work); in mlxsw_sp1_ptp_clock_fini()