Searched refs:qp_table_shift (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/ofed/libmthca/src/
H A Dmthca.c152 context->qp_table_shift = ffs(context->num_qps) - 1 - MTHCA_QP_TABLE_BITS;
153 context->qp_table_mask = (1 << context->qp_table_shift) - 1;
H A Dmthca.h137 int qp_table_shift; member in struct:mthca_context
H A Dqp.c901 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift;
911 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift;
927 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift;
/freebsd-10.1-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c159 context->qp_table_shift = ffs(context->num_qps) - 1 - MLX4_QP_TABLE_BITS;
160 context->qp_table_mask = (1 << context->qp_table_shift) - 1;
H A Dqp.c674 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift;
684 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift;
700 int tind = (qpn & (ctx->num_qps - 1)) >> ctx->qp_table_shift;
H A Dmlx4.h190 int qp_table_shift; member in struct:mlx4_context

Completed in 176 milliseconds