Searched refs:router_xm (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_router_xm.c | 239 mlxsw_sp_router_xm_ltable_node_get(struct mlxsw_sp_router_xm *router_xm, u16 mindex) in mlxsw_sp_router_xm_ltable_node_get() argument 244 ltable_node = rhashtable_lookup_fast(&router_xm->ltable_ht, &mindex, in mlxsw_sp_router_xm_ltable_node_get() 256 err = rhashtable_insert_fast(&router_xm->ltable_ht, <able_node->ht_node, in mlxsw_sp_router_xm_ltable_node_get() 268 static void mlxsw_sp_router_xm_ltable_node_put(struct mlxsw_sp_router_xm *router_xm, in mlxsw_sp_router_xm_ltable_node_put() argument 273 rhashtable_remove_fast(&router_xm->ltable_ht, <able_node->ht_node, in mlxsw_sp_router_xm_ltable_node_put() 309 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_cache_flush_node_create() local 318 err = rhashtable_insert_fast(&router_xm->flush_ht, &flush_node->ht_node, in mlxsw_sp_router_xm_cache_flush_node_create() 324 router_xm->flush_count++; in mlxsw_sp_router_xm_cache_flush_node_create() 351 struct mlxsw_sp_router_xm *router_xm = mlxsw_sp->router->xm; in mlxsw_sp_router_xm_cache_flush_node_destroy() local 353 router_xm->flush_count--; in mlxsw_sp_router_xm_cache_flush_node_destroy() [all …]
|