Searched refs:params2 (Results 1 – 4 of 4) sorted by relevance
166 __be32 params2; member
144 __be32 params2; member467 to_ib_qp_access_flags(be32_to_cpu(context->params2)); in mthca_query_qp()487 1 << ((be32_to_cpu(context->params2) >> 21) & 0x7); in mthca_query_qp()726 qp_context->params2 |= in __mthca_modify_qp()733 qp_context->params2 |= get_hw_access_flags(qp, attr, attr_mask); in __mthca_modify_qp()739 qp_context->params2 |= cpu_to_be32(MTHCA_QP_BIT_RSC); in __mthca_modify_qp()742 qp_context->params2 |= cpu_to_be32(MTHCA_QP_BIT_RIC); in __mthca_modify_qp()
1169 context->params2 |= in __mlx4_ib_modify_qp()1175 context->params2 |= to_mlx4_access_flags(qp, attr, attr_mask); in __mlx4_ib_modify_qp()1180 context->params2 |= cpu_to_be32(MLX4_QP_BIT_RIC); in __mlx4_ib_modify_qp()2113 to_ib_qp_access_flags(be32_to_cpu(context.params2)); in mlx4_ib_query_qp()2134 1 << ((be32_to_cpu(context.params2) >> 21) & 0x7); in mlx4_ib_query_qp()
1590 int page_offset = (be32_to_cpu(qpc->params2) >> 6) & 0x3f; in qp_get_mtt_size()