Searched refs:unmatched_ht (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_ptp.c | 37 struct rhltable unmatched_ht; member 547 err = rhltable_insert(&ptp_state->unmatched_ht, &unmatched->ht_node, in mlxsw_sp1_ptp_unmatched_save() 564 list = rhltable_lookup(&ptp_state->unmatched_ht, &key, in mlxsw_sp1_ptp_unmatched_lookup() 581 return rhltable_remove(&ptp_state->unmatched_ht, in mlxsw_sp1_ptp_unmatched_remove() 823 err = rhltable_remove(&ptp_state->unmatched_ht, &unmatched->ht_node, in mlxsw_sp1_ptp_ht_gc_collect() 866 rhltable_walk_enter(&ptp_state->unmatched_ht, &iter); in mlxsw_sp1_ptp_ht_gc() 1053 err = rhltable_init(&ptp_state->unmatched_ht, in mlxsw_sp1_ptp_init() 1074 rhltable_destroy(&ptp_state->unmatched_ht); in mlxsw_sp1_ptp_init() 1091 rhltable_free_and_destroy(&ptp_state->unmatched_ht, in mlxsw_sp1_ptp_fini()
|