Searched defs:mlxsw_sp1_ptp_state (Results 1 – 1 of 1) sorted by relevance
36 struct mlxsw_sp1_ptp_state { struct37 struct mlxsw_sp_ptp_state common;38 struct rhltable unmatched_ht;39 spinlock_t unmatched_lock; /* protects the HT */40 struct delayed_work ht_gc_dw;41 u32 gc_cycle;93 mlxsw_sp1_ptp_state(struct mlxsw_sp *mlxsw_sp) in mlxsw_sp1_ptp_state() function