Home
last modified time | relevance | path

Searched defs:tind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dsrq.c211 int tind = srqn >> MLX5_SRQ_TABLE_SHIFT; in mlx5_find_srq() local
222 int tind = srqn >> MLX5_SRQ_TABLE_SHIFT; in mlx5_store_srq() local
238 int tind = srqn >> MLX5_QP_TABLE_SHIFT; in mlx5_clear_srq() local
H A Dmlx5.c155 int32_t tind; in get_free_uidx() local
179 int32_t tind; in mlx5_store_uidx() local
208 int tind = uidx >> MLX5_UIDX_TABLE_SHIFT; in mlx5_clear_uidx() local
H A Dqp.c1230 int tind = qpn >> MLX5_QP_TABLE_SHIFT; in mlx5_find_qp() local
1240 int tind = qpn >> MLX5_QP_TABLE_SHIFT; in mlx5_store_qp() local
1256 int tind = qpn >> MLX5_QP_TABLE_SHIFT; in mlx5_clear_qp() local
H A Dmlx5.h683 int tind = uidx >> MLX5_UIDX_TABLE_SHIFT; in mlx5_find_uidx() local
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c744 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift; in mlx4_find_qp() local
754 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift; in mlx4_store_qp() local
770 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift; in mlx4_clear_qp() local