Lines Matching refs:rc_odp_caps
126 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.send)) in mlx5_ib_internal_fill_odp_caps()
127 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SEND; in mlx5_ib_internal_fill_odp_caps()
129 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.receive)) in mlx5_ib_internal_fill_odp_caps()
130 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_RECV; in mlx5_ib_internal_fill_odp_caps()
132 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.write)) in mlx5_ib_internal_fill_odp_caps()
133 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_WRITE; in mlx5_ib_internal_fill_odp_caps()
135 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.read)) in mlx5_ib_internal_fill_odp_caps()
136 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_READ; in mlx5_ib_internal_fill_odp_caps()
440 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()
446 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()
452 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()
513 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_responder_pfault_handler()