Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dodp.c114 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()
Dmlx5_ib.h427 struct ib_odp_caps odp_caps; member
Dmain.c300 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c3622 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 …]
/linux-4.4.14/include/uapi/rdma/
Dib_user_verbs.h226 struct ib_uverbs_odp_caps odp_caps; member
/linux-4.4.14/include/linux/mlx5/
Ddriver.h828 struct mlx5_odp_caps *odp_caps);
/linux-4.4.14/include/rdma/
Dib_verbs.h238 struct ib_odp_caps odp_caps; member