Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dst.c101 u32 xa_id; in mlx5_st_alloc_index() local
136 ret = xa_alloc(&st->idx_xa, &xa_id, idx_data, st->index_limit, GFP_KERNEL); in mlx5_st_alloc_index()
140 ret = pcie_tph_set_st_entry(dev->pdev, xa_id, tag); in mlx5_st_alloc_index()
144 *st_index = xa_id; in mlx5_st_alloc_index()
148 xa_erase(&st->idx_xa, xa_id); in mlx5_st_alloc_index()