Home
last modified time | relevance | path

Searched refs:general_caps (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dodp.c365 caps->general_caps = IB_ODP_SUPPORT; in internal_fill_odp_caps()
418 caps->general_caps |= IB_ODP_SUPPORT_IMPLICIT; in internal_fill_odp_caps()
1859 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mkey_cache()
1877 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_init_one()
1888 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_cleanup_one()
H A Dmr.c1488 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in create_user_odp_mr()
H A Dmain.c1069 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()
/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_odp.c93 if (!(rxe->attr.odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in rxe_odp_mr_init_user()
H A Drxe.c92 rxe->attr.odp_caps.general_caps |= IB_ODP_SUPPORT; in rxe_init_device_param()
/linux-6.15/include/uapi/rdma/
H A Dib_user_verbs.h237 __aligned_u64 general_caps; member
/linux-6.15/drivers/infiniband/core/
H A Duverbs_cmd.c3646 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()
/linux-6.15/include/rdma/
H A Dib_verbs.h331 uint64_t general_caps; member