Lines Matching refs:rc_odp_caps
342 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.send)) in internal_fill_odp_caps()
343 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SEND; in internal_fill_odp_caps()
345 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.receive)) in internal_fill_odp_caps()
346 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_RECV; in internal_fill_odp_caps()
348 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.write)) in internal_fill_odp_caps()
349 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_WRITE; in internal_fill_odp_caps()
351 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.read)) in internal_fill_odp_caps()
352 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_READ; in internal_fill_odp_caps()
354 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.atomic)) in internal_fill_odp_caps()
355 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_ATOMIC; in internal_fill_odp_caps()
357 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.srq_receive)) in internal_fill_odp_caps()
358 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SRQ_RECV; in internal_fill_odp_caps()