Searched refs:rc_odp_caps (Results 1 – 6 of 6) sorted by relevance
126 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.send)) in mlx5_ib_internal_fill_odp_caps()127 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SEND; in mlx5_ib_internal_fill_odp_caps()129 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.receive)) in mlx5_ib_internal_fill_odp_caps()130 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_RECV; in mlx5_ib_internal_fill_odp_caps()132 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.write)) in mlx5_ib_internal_fill_odp_caps()133 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_WRITE; in mlx5_ib_internal_fill_odp_caps()135 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.read)) in mlx5_ib_internal_fill_odp_caps()136 caps->per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_READ; in mlx5_ib_internal_fill_odp_caps()440 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()446 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()[all …]
215 __u32 rc_odp_caps; member
385 __be32 rc_odp_caps; member
555 struct mlx5_ifc_odp_per_transport_service_cap_bits rc_odp_caps; member
179 uint32_t rc_odp_caps; member
3641 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3642 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()