Home
last modified time | relevance | path

Searched refs:xrc_odp_caps (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c394 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 …]
H A Dmain.c1084 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
/linux/include/uapi/rdma/
H A Dib_user_verbs.h285 __u32 xrc_odp_caps; member
/linux/drivers/infiniband/core/
H A Duverbs_cmd.c3626 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h1435 struct mlx5_ifc_odp_per_transport_service_cap_bits xrc_odp_caps; member