Searched refs:unmatched_ht (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ptp.c | 38 struct rhltable unmatched_ht; member 536 err = rhltable_insert(&ptp_state->unmatched_ht, &unmatched->ht_node, in mlxsw_sp1_ptp_unmatched_save() 553 list = rhltable_lookup(&ptp_state->unmatched_ht, &key, in mlxsw_sp1_ptp_unmatched_lookup() 570 return rhltable_remove(&ptp_state->unmatched_ht, in mlxsw_sp1_ptp_unmatched_remove() 812 err = rhltable_remove(&ptp_state->unmatched_ht, &unmatched->ht_node, in mlxsw_sp1_ptp_ht_gc_collect() 855 rhltable_walk_enter(&ptp_state->unmatched_ht, &iter); in mlxsw_sp1_ptp_ht_gc() 1042 err = rhltable_init(&ptp_state->unmatched_ht, in mlxsw_sp1_ptp_init() 1063 rhltable_destroy(&ptp_state->unmatched_ht); in mlxsw_sp1_ptp_init() 1080 rhltable_free_and_destroy(&ptp_state->unmatched_ht, in mlxsw_sp1_ptp_fini()
|