Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dodp.c342 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()
[all …]
Dmain.c1001 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()
/linux-6.1.9/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-6.1.9/include/uapi/rdma/
Dib_user_verbs.h227 __u32 rc_odp_caps; member
/linux-6.1.9/include/linux/mlx5/
Ddevice.h506 __be32 rc_odp_caps; member
Dmlx5_ifc.h1243 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c462 ODP_CAP_SET_MAX(dev, rc_odp_caps.srq_receive); in handle_hca_cap_odp()
/linux-6.1.9/drivers/infiniband/core/
Duverbs_cmd.c3614 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()
3615 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
/linux-6.1.9/include/rdma/
Dib_verbs.h332 uint32_t rc_odp_caps; member