Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c34 struct delayed_work ht_gc_dw; member
669 ptp_state = container_of(dwork, struct mlxsw_sp_ptp_state, ht_gc_dw); in mlxsw_sp1_ptp_ht_gc()
685 mlxsw_core_schedule_dw(&ptp_state->ht_gc_dw, in mlxsw_sp1_ptp_ht_gc()
851 INIT_DELAYED_WORK(&ptp_state->ht_gc_dw, mlxsw_sp1_ptp_ht_gc); in mlxsw_sp1_ptp_init()
852 mlxsw_core_schedule_dw(&ptp_state->ht_gc_dw, in mlxsw_sp1_ptp_init()
871 cancel_delayed_work_sync(&ptp_state->ht_gc_dw); in mlxsw_sp1_ptp_fini()