Searched refs:odp_caps (Results 1 – 7 of 7) sorted by relevance
121 struct ib_odp_caps *caps = &dev->odp_caps; in mlx5_ib_internal_query_odp_caps()447 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()453 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()459 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()472 if (!(dev->odp_caps.per_transport_caps.ud_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()520 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_responder_pfault_handler()
437 struct ib_odp_caps odp_caps; member
161 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
3330 resp.response_length = offsetof(typeof(resp), odp_caps); in ib_uverbs_ex_query_device()3342 if (ucore->outlen < resp.response_length + sizeof(resp.odp_caps)) in ib_uverbs_ex_query_device()3346 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()3347 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3348 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()3349 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()3350 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()3351 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()3352 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()3353 resp.odp_caps.reserved = 0; in ib_uverbs_ex_query_device()[all …]
224 struct ib_uverbs_odp_caps odp_caps; member
758 struct mlx5_odp_caps *odp_caps);
212 struct ib_odp_caps odp_caps; member