Searched refs:rc_odp_caps (Results 1 – 7 of 7) sorted by relevance
352 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.send)) in mlx5_ib_internal_fill_odp_caps()353 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SEND; in mlx5_ib_internal_fill_odp_caps()355 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.receive)) in mlx5_ib_internal_fill_odp_caps()356 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_RECV; in mlx5_ib_internal_fill_odp_caps()358 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.write)) in mlx5_ib_internal_fill_odp_caps()359 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_WRITE; in mlx5_ib_internal_fill_odp_caps()361 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.read)) in mlx5_ib_internal_fill_odp_caps()362 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_READ; in mlx5_ib_internal_fill_odp_caps()364 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.atomic)) in mlx5_ib_internal_fill_odp_caps()365 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_ATOMIC; in mlx5_ib_internal_fill_odp_caps()[all …]
227 __u32 rc_odp_caps; member
502 __be32 rc_odp_caps; member
1011 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps; member
492 ODP_CAP_SET_MAX(dev, rc_odp_caps.srq_receive); in handle_hca_cap_odp()
3652 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3653 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
332 uint32_t rc_odp_caps; member