| /freebsd-13.1/contrib/ofed/libibverbs/ |
| H A D | marshall.c | 81 dst->max_rd_atomic = src->max_rd_atomic; in ibv_copy_qp_attr_from_kern()
|
| H A D | kern-abi.h | 606 __u8 max_rd_atomic; member 736 __u8 max_rd_atomic; member 767 __u8 max_rd_atomic; member
|
| H A D | cmd.c | 1180 attr->max_rd_atomic = resp.max_rd_atomic; in ibv_cmd_query_qp() 1282 cmd->max_rd_atomic = attr->max_rd_atomic; in copy_modify_qp_fields()
|
| H A D | verbs.h | 901 uint8_t max_rd_atomic; member
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_marshall.c | 85 dst->max_rd_atomic = src->max_rd_atomic; in ib_copy_qp_attr_to_user()
|
| H A D | ib_uverbs_cmd.c | 2279 resp.max_rd_atomic = attr->max_rd_atomic; in ib_uverbs_query_qp() 2403 attr->max_rd_atomic = cmd.max_rd_atomic; in ib_uverbs_modify_qp()
|
| H A D | ib_cm.c | 3925 qp_attr->max_rd_atomic = cm_id_priv->initiator_depth; in cm_init_qp_rts_attr()
|
| H A D | ib_cma.c | 940 qp_attr.max_rd_atomic = conn_param->initiator_depth; in cma_modify_qp_rts()
|
| /freebsd-13.1/sys/ofed/include/uapi/rdma/ |
| H A D | ib_user_verbs.h | 517 __u8 max_rd_atomic; member 651 __u8 max_rd_atomic; member 682 __u8 max_rd_atomic; member
|
| /freebsd-13.1/sys/dev/mthca/ |
| H A D | mthca_qp.c | 485 qp_attr->max_rd_atomic = 1 << ((be32_to_cpu(context->params1) >> 21) & 0x7); in mthca_query_qp() 707 if (attr->max_rd_atomic) { in __mthca_modify_qp() 712 cpu_to_be32(fls(attr->max_rd_atomic - 1) << 21); in __mthca_modify_qp() 885 attr->max_rd_atomic > dev->limits.max_qp_init_rdma) { in mthca_modify_qp() 887 attr->max_rd_atomic, dev->limits.max_qp_init_rdma); in mthca_modify_qp()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_roce_api.h | 492 u8 max_rd_atomic; member
|
| H A D | ecore_rdma_api.h | 587 u8 max_rd_atomic; member
|
| H A D | ecore_rdma.c | 1480 out_params->max_rd_atomic = qp->max_rd_atomic_req; in ecore_rdma_query_qp()
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_qp.c | 1858 if (attr->max_rd_atomic) in __mlx4_ib_modify_qp() 1860 cpu_to_be32(fls(attr->max_rd_atomic - 1) << 21); in __mlx4_ib_modify_qp() 2223 attr->max_rd_atomic > dev->dev->caps.max_qp_init_rdma) { in _mlx4_ib_modify_qp() 2226 ibqp->qp_num, attr->max_rd_atomic, cur_state, in _mlx4_ib_modify_qp() 3472 qp_attr->max_rd_atomic = 1 << ((be32_to_cpu(context.params1) >> 21) & 0x7); in mlx4_ib_query_qp()
|
| /freebsd-13.1/contrib/ofed/libibverbs/examples/ |
| H A D | rc_pingpong.c | 137 attr.max_rd_atomic = 1; in pp_connect_ctx()
|
| H A D | srq_pingpong.c | 129 attr.max_rd_atomic = 1; in pp_connect_ctx()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_qp.c | 2794 if (attr->max_rd_atomic) in __mlx5_ib_modify_qp() 2796 cpu_to_be32(fls(attr->max_rd_atomic - 1) << 21); in __mlx5_ib_modify_qp() 2981 attr->max_rd_atomic > in mlx5_ib_modify_qp() 2984 attr->max_rd_atomic); in mlx5_ib_modify_qp() 4519 qp_attr->max_rd_atomic = 1 << ((be32_to_cpu(context->params1) >> 21) & 0x7); in query_qp_attr()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_verbs.c | 3715 if (attr->max_rd_atomic > qattr->max_qp_req_rd_atomic_resc) { 3719 attr->max_rd_atomic, 3727 qp_params.max_rd_atomic_req = attr->max_rd_atomic; 3927 qp_attr->max_rd_atomic = params.max_rd_atomic;
|
| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1179 u8 max_rd_atomic; member
|
| /freebsd-13.1/contrib/ofed/librdmacm/ |
| H A D | cma.c | 1064 qp_attr.max_rd_atomic = init_depth; in ucma_modify_qp_rts()
|
| /freebsd-13.1/sys/dev/bnxt/ |
| H A D | hsi_struct_def.h | 25311 uint8_t max_rd_atomic; member 27431 uint8_t max_rd_atomic; member
|