Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dib.c159 !!(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()
/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c321 struct ib_odp_caps *caps = &dev->odp_caps; in internal_fill_odp_caps()
1599 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in mlx5_odp_init_mkey_cache()
1617 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_init_one()
1628 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT)) in mlx5_ib_odp_cleanup_one()
H A Dmain.c1027 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()
1029 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
1034 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()
1037 props->odp_caps.per_transport_caps.uc_odp_caps &= in mlx5_ib_query_device()
1040 props->odp_caps.per_transport_caps.ud_odp_caps &= in mlx5_ib_query_device()
1043 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
H A Dmlx5_ib.h1138 struct ib_odp_caps odp_caps; member
H A Dmr.c1427 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in create_user_odp_mr()
/linux/drivers/infiniband/core/
H A Duverbs_cmd.c3619 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()
3620 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()
3621 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
3622 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()
3623 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()
3624 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()
3625 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()
3626 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
/linux/include/uapi/rdma/
H A Dib_user_verbs.h275 struct ib_uverbs_odp_caps odp_caps; member
/linux/include/rdma/
H A Dib_verbs.h442 struct ib_odp_caps odp_caps; member