Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c328 caps->general_caps = IB_ODP_SUPPORT; in internal_fill_odp_caps()
381 caps->general_caps |= IB_ODP_SUPPORT_IMPLICIT; in internal_fill_odp_caps()
1604 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mkey_cache()
1622 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_init_one()
1633 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_cleanup_one()
H A Dmr.c1458 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in create_user_odp_mr()
H A Dmain.c1013 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()
/openbmc/linux/include/uapi/rdma/
H A Dib_user_verbs.h237 __aligned_u64 general_caps; member
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_cmd.c3618 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()
/openbmc/linux/include/rdma/
H A Dib_verbs.h334 uint64_t general_caps; member
/openbmc/qemu/migration/
H A Drdma.c1139 if (attr.odp_caps.general_caps & IBV_ODP_SUPPORT) { in rdma_support_odp()