Searched refs:idx_xa (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | st.c | 21 struct xarray idx_xa; /* key == index, value == struct mlx5_st_idx_data */ member 67 xa_init_flags(&st->idx_xa, XA_FLAGS_ALLOC); in mlx5_st_create() 91 WARN_ON_ONCE(!xa_empty(&st->idx_xa)); in mlx5_st_destroy() 119 xa_for_each(&st->idx_xa, index, idx_data) { in mlx5_st_alloc_index() 136 ret = xa_alloc(&st->idx_xa, &xa_id, idx_data, st->index_limit, GFP_KERNEL); in mlx5_st_alloc_index() 148 xa_erase(&st->idx_xa, xa_id); in mlx5_st_alloc_index() 170 idx_data = xa_load(&st->idx_xa, st_index); in mlx5_st_dealloc_index() 177 xa_erase(&st->idx_xa, st_index); in mlx5_st_dealloc_index()
|