Searched refs:rc_odp_caps (Results 1 – 6 of 6) sorted by relevance
269 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.send)) in mlx5_ib_internal_fill_odp_caps()270 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SEND; in mlx5_ib_internal_fill_odp_caps()272 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.receive)) in mlx5_ib_internal_fill_odp_caps()273 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_RECV; in mlx5_ib_internal_fill_odp_caps()275 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.write)) in mlx5_ib_internal_fill_odp_caps()276 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_WRITE; in mlx5_ib_internal_fill_odp_caps()278 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.read)) in mlx5_ib_internal_fill_odp_caps()279 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_READ; in mlx5_ib_internal_fill_odp_caps()281 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.atomic)) in mlx5_ib_internal_fill_odp_caps()282 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_ATOMIC; in mlx5_ib_internal_fill_odp_caps()[all …]
226 __u32 rc_odp_caps; member
471 __be32 rc_odp_caps; member
787 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps; member
4029 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()4030 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
276 uint32_t rc_odp_caps; member