Home
last modified time | relevance | path

Searched refs:rc_odp_caps (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dodp.c343 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.send)) in internal_fill_odp_caps()
344 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SEND; in internal_fill_odp_caps()
346 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.receive)) in internal_fill_odp_caps()
347 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_RECV; in internal_fill_odp_caps()
349 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.write)) in internal_fill_odp_caps()
350 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_WRITE; in internal_fill_odp_caps()
352 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.read)) in internal_fill_odp_caps()
353 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_READ; in internal_fill_odp_caps()
355 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.atomic)) in internal_fill_odp_caps()
356 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_ATOMIC; in internal_fill_odp_caps()
[all …]
Dmain.c1006 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()
/Linux-v5.15/net/rds/
Dib.c159 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()
161 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()
/Linux-v5.15/include/uapi/rdma/
Dib_user_verbs.h227 __u32 rc_odp_caps; member
/Linux-v5.15/include/linux/mlx5/
Ddevice.h522 __be32 rc_odp_caps; member
Dmlx5_ifc.h1144 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c473 ODP_CAP_SET_MAX(dev, rc_odp_caps.srq_receive); in handle_hca_cap_odp()
/Linux-v5.15/drivers/infiniband/core/
Duverbs_cmd.c3615 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()
3616 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
/Linux-v5.15/include/rdma/
Dib_verbs.h319 uint32_t rc_odp_caps; member