Lines Matching refs:xrc_odp_caps
394 if (MLX5_CAP_ODP_SCHEME(dev->mdev, xrc_odp_caps.send)) in internal_fill_odp_caps()
395 caps->per_transport_caps.xrc_odp_caps |= IB_ODP_SUPPORT_SEND; in internal_fill_odp_caps()
397 if (MLX5_CAP_ODP_SCHEME(dev->mdev, xrc_odp_caps.receive)) in internal_fill_odp_caps()
398 caps->per_transport_caps.xrc_odp_caps |= IB_ODP_SUPPORT_RECV; in internal_fill_odp_caps()
400 if (MLX5_CAP_ODP_SCHEME(dev->mdev, xrc_odp_caps.write)) in internal_fill_odp_caps()
401 caps->per_transport_caps.xrc_odp_caps |= IB_ODP_SUPPORT_WRITE; in internal_fill_odp_caps()
403 if (MLX5_CAP_ODP_SCHEME(dev->mdev, xrc_odp_caps.read)) in internal_fill_odp_caps()
404 caps->per_transport_caps.xrc_odp_caps |= IB_ODP_SUPPORT_READ; in internal_fill_odp_caps()
406 if (MLX5_CAP_ODP_SCHEME(dev->mdev, xrc_odp_caps.atomic)) in internal_fill_odp_caps()
407 caps->per_transport_caps.xrc_odp_caps |= IB_ODP_SUPPORT_ATOMIC; in internal_fill_odp_caps()
409 if (MLX5_CAP_ODP_SCHEME(dev->mdev, xrc_odp_caps.srq_receive)) in internal_fill_odp_caps()
410 caps->per_transport_caps.xrc_odp_caps |= IB_ODP_SUPPORT_SRQ_RECV; in internal_fill_odp_caps()