Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dodp.c252 struct ib_odp_caps *caps = &dev->odp_caps; in mlx5_ib_internal_fill_odp_caps()
922 transport_caps = dev->odp_caps.per_transport_caps.rc_odp_caps; in mlx5_ib_mr_initiator_pfault_handler()
925 transport_caps = dev->odp_caps.per_transport_caps.ud_odp_caps; in mlx5_ib_mr_initiator_pfault_handler()
992 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_responder_pfault_handler()
1182 if (!(ent->dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mr_cache_entry()
1210 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT) { in mlx5_ib_odp_init_one()
Dmlx5_ib.h881 struct ib_odp_caps odp_caps; member
Dmr.c1322 !(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_ib_reg_user_mr()
Dmain.c921 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_cmd.c4013 resp.response_length = offsetof(typeof(resp), odp_caps); in ib_uverbs_ex_query_device()
4024 if (ucore->outlen < resp.response_length + sizeof(resp.odp_caps)) in ib_uverbs_ex_query_device()
4028 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()
4029 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()
4030 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
4031 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()
4032 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()
4033 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()
4034 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()
4036 resp.response_length += sizeof(resp.odp_caps); in ib_uverbs_ex_query_device()
/Linux-v4.19/include/uapi/rdma/
Dib_user_verbs.h262 struct ib_uverbs_odp_caps odp_caps; member
/Linux-v4.19/include/linux/mlx5/
Ddriver.h1144 struct mlx5_odp_caps *odp_caps);
/Linux-v4.19/include/rdma/
Dib_verbs.h381 struct ib_odp_caps odp_caps; member