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

/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Dqp.h104 /* params1 */
203 __be32 params1; member in struct:mlx4_qp_context
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c88 /* params1 */
136 __be32 params1; member in struct:mthca_qp_context
492 qp_attr->max_rd_atomic = 1 << ((be32_to_cpu(context->params1) >> 21) & 0x7);
499 qp_attr->retry_cnt = (be32_to_cpu(context->params1) >> 16) & 0x7;
703 qp_context->params1 = cpu_to_be32((MTHCA_ACK_REQ_FREQ << 28) |
707 qp_context->params1 |= cpu_to_be32(MTHCA_QP_BIT_SSC);
709 qp_context->params1 |= cpu_to_be32(attr->retry_cnt << 16);
715 qp_context->params1 |=
718 qp_context->params1 |=
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1896 context->params1 = cpu_to_be32(MLX4_IB_ACK_REQ_FREQ << 28);
1900 context->params1 |= cpu_to_be32(1 << 11);
1903 context->params1 |= cpu_to_be32(attr->rnr_retry << 13);
1908 context->params1 |= cpu_to_be32(attr->retry_cnt << 16);
1914 context->params1 |=
3533 qp_attr->max_rd_atomic = 1 << ((be32_to_cpu(context.params1) >> 21) & 0x7);
3540 qp_attr->retry_cnt = (be32_to_cpu(context.params1) >> 16) & 0x7;
3541 qp_attr->rnr_retry = (be32_to_cpu(context.params1) >> 13) & 0x7;
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c881 (*in)->ctx.params1 |= cpu_to_be32(1 << 11);
1946 context->params1 = cpu_to_be32(MLX5_IB_ACK_REQ_FREQ << 28);
1949 context->params1 |= cpu_to_be32(attr->rnr_retry << 13);
1952 context->params1 |= cpu_to_be32(attr->retry_cnt << 16);
1956 context->params1 |=
2903 qp_attr->max_rd_atomic = 1 << ((be32_to_cpu(context->params1) >> 21) & 0x7);
2910 qp_attr->retry_cnt = (be32_to_cpu(context->params1) >> 16) & 0x7;
2911 qp_attr->rnr_retry = (be32_to_cpu(context->params1) >> 13) & 0x7;
/freebsd-10-stable/sys/dev/mlx5/
H A Dqp.h112 /* params1 */
466 __be32 params1; member in struct:mlx5_qp_context
/freebsd-10-stable/sys/dev/bxe/
H A Decore_hsi.h12924 uint32_t params1; member in struct:toe_rx_cqe

Completed in 295 milliseconds