Lines Matching refs:rc_odp_caps
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()
922 transport_caps = dev->odp_caps.per_transport_caps.rc_odp_caps; in mlx5_ib_mr_initiator_pfault_handler()
992 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_responder_pfault_handler()