Searched refs:xrc_odp_caps (Results 1 – 5 of 5) sorted by relevance
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()[all …]
1084 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
285 __u32 xrc_odp_caps; member
3626 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
1435 struct mlx5_ifc_odp_per_transport_service_cap_bits xrc_odp_caps; member