Searched refs:odp_caps (Results 1 – 8 of 8) sorted by relevance
252 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()
881 struct ib_odp_caps odp_caps; member
1322 !(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_ib_reg_user_mr()
921 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
4013 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()
262 struct ib_uverbs_odp_caps odp_caps; member
1144 struct mlx5_odp_caps *odp_caps);
381 struct ib_odp_caps odp_caps; member