Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/sf/
Ddevlink.c25 struct xarray port_indices; /* port index based lookup. */ member
37 return xa_load(&table->port_indices, port_index); in mlx5_sf_lookup_by_index()
46 xa_for_each(&table->port_indices, index, sf) { in mlx5_sf_lookup_by_function_id()
55 return xa_insert(&table->port_indices, sf->port_index, sf, GFP_KERNEL); in mlx5_sf_id_insert()
60 xa_erase(&table->port_indices, sf->port_index); in mlx5_sf_id_erase()
474 xa_for_each(&table->port_indices, index, sf) { in mlx5_sf_deactivate_all()
534 xa_init(&table->port_indices); in mlx5_sf_table_init()
569 WARN_ON(!xa_empty(&table->port_indices)); in mlx5_sf_table_cleanup()