Home
last modified time | relevance | path

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

/Linux-v6.6/net/rds/
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-v6.6/drivers/infiniband/hw/mlx5/
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()
Dmain.c1012 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT) in mlx5_ib_query_device()
1014 props->odp_caps = dev->odp_caps; in mlx5_ib_query_device()
1019 props->odp_caps.per_transport_caps.rc_odp_caps &= in mlx5_ib_query_device()
1022 props->odp_caps.per_transport_caps.uc_odp_caps &= in mlx5_ib_query_device()
1025 props->odp_caps.per_transport_caps.ud_odp_caps &= in mlx5_ib_query_device()
1028 props->odp_caps.per_transport_caps.xrc_odp_caps &= in mlx5_ib_query_device()
Dmlx5_ib.h1122 struct ib_odp_caps odp_caps; member
Dmr.c1447 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT)) in create_user_odp_mr()
/Linux-v6.6/drivers/infiniband/core/
Duverbs_cmd.c3618 resp.odp_caps.general_caps = attr.odp_caps.general_caps; in ib_uverbs_ex_query_device()
3619 resp.odp_caps.per_transport_caps.rc_odp_caps = in ib_uverbs_ex_query_device()
3620 attr.odp_caps.per_transport_caps.rc_odp_caps; in ib_uverbs_ex_query_device()
3621 resp.odp_caps.per_transport_caps.uc_odp_caps = in ib_uverbs_ex_query_device()
3622 attr.odp_caps.per_transport_caps.uc_odp_caps; in ib_uverbs_ex_query_device()
3623 resp.odp_caps.per_transport_caps.ud_odp_caps = in ib_uverbs_ex_query_device()
3624 attr.odp_caps.per_transport_caps.ud_odp_caps; in ib_uverbs_ex_query_device()
3625 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps; in ib_uverbs_ex_query_device()
/Linux-v6.6/include/uapi/rdma/
Dib_user_verbs.h275 struct ib_uverbs_odp_caps odp_caps; member
/Linux-v6.6/include/linux/mlx5/
Ddriver.h1099 struct mlx5_odp_caps *odp_caps);
/Linux-v6.6/include/rdma/
Dib_verbs.h442 struct ib_odp_caps odp_caps; member