Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dst.c20 struct xa_limit index_limit; member
73 st->index_limit.min = MLX5_MKC_PCIE_TPH_NO_STEERING_TAG_INDEX + 1; in mlx5_st_create()
74 st->index_limit.max = num_entries - 1; in mlx5_st_create()
136 ret = xa_alloc(&st->idx_xa, &xa_id, idx_data, st->index_limit, GFP_KERNEL); in mlx5_st_alloc_index()