Searched refs:odp_caps (Results 1 – 7 of 7) sorted by relevance
114 struct ib_odp_caps *caps = &dev->odp_caps; in mlx5_ib_internal_fill_odp_caps()440 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()446 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()452 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()465 if (!(dev->odp_caps.per_transport_caps.ud_odp_caps & in mlx5_ib_mr_initiator_pfault_handler()513 if (!(dev->odp_caps.per_transport_caps.rc_odp_caps & in mlx5_ib_mr_responder_pfault_handler()
427 struct ib_odp_caps odp_caps; member
300 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
3622 resp.response_length = offsetof(typeof(resp), odp_caps); in ib_uverbs_ex_query_device()3636 if (ucore->outlen < resp.response_length + sizeof(resp.odp_caps)) in ib_uverbs_ex_query_device()3640 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()3641 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3642 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()3643 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()3644 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()3645 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()3646 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()3647 resp.odp_caps.reserved = 0; in ib_uverbs_ex_query_device()[all …]
226 struct ib_uverbs_odp_caps odp_caps; member
828 struct mlx5_odp_caps *odp_caps);
238 struct ib_odp_caps odp_caps; member