Searched refs:odp_caps (Results 1 – 10 of 10) sorted by relevance
92 rxe->attr.odp_caps.general_caps |= IB_ODP_SUPPORT; in rxe_init_device_param()94 rxe->attr.odp_caps.per_transport_caps.ud_odp_caps |= IB_ODP_SUPPORT_SEND; in rxe_init_device_param()95 rxe->attr.odp_caps.per_transport_caps.ud_odp_caps |= IB_ODP_SUPPORT_RECV; in rxe_init_device_param()96 rxe->attr.odp_caps.per_transport_caps.ud_odp_caps |= IB_ODP_SUPPORT_SRQ_RECV; in rxe_init_device_param()98 rxe->attr.odp_caps.per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SEND; in rxe_init_device_param()99 rxe->attr.odp_caps.per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_RECV; in rxe_init_device_param()100 rxe->attr.odp_caps.per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_WRITE; in rxe_init_device_param()101 rxe->attr.odp_caps.per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_READ; in rxe_init_device_param()102 rxe->attr.odp_caps.per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_ATOMIC; in rxe_init_device_param()103 rxe->attr.odp_caps.per_transport_caps.rc_odp_caps |= IB_ODP_SUPPORT_SRQ_RECV; in rxe_init_device_param()
93 if (!(rxe->attr.odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in rxe_odp_mr_init_user()
159 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()161 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps & in rds_ib_add_one()
3646 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()3647 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()3648 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()3649 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()3650 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()3651 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()3652 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()3653 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
358 struct ib_odp_caps *caps = &dev->odp_caps; in internal_fill_odp_caps()1859 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mkey_cache()1877 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_init_one()1888 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_cleanup_one()
1069 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()1071 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()1076 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()1079 props->odp_caps.per_transport_caps.uc_odp_caps &= in mlx5_ib_query_device()1082 props->odp_caps.per_transport_caps.ud_odp_caps &= in mlx5_ib_query_device()1085 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
1188 struct ib_odp_caps odp_caps; member
1488 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in create_user_odp_mr()
275 struct ib_uverbs_odp_caps odp_caps; member
439 struct ib_odp_caps odp_caps; member