Searched refs:qp_table_shift (Results 1 – 3 of 3) sorted by relevance
184 context->qp_table_shift = ffs(context->num_qps) - 1 - MLX4_QP_TABLE_BITS; in mlx4_init_context()185 context->qp_table_mask = (1 << context->qp_table_shift) - 1; in mlx4_init_context()
744 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift; in mlx4_find_qp()754 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift; in mlx4_store_qp()770 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift; in mlx4_clear_qp()
140 int qp_table_shift; member