Searched refs:odp_caps (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c1427 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT))
H A Dmlx5_ib.h1138 struct ib_odp_caps odp_caps; member in struct:mlx5_ib_dev
H A Dmain.c1027 if (dev->odp_caps.general_caps & IB_ODP_SUPPORT)
1029 props->odp_caps = dev->odp_caps;
1034 props->odp_caps.per_transport_caps.rc_odp_caps &=
1037 props->odp_caps.per_transport_caps.uc_odp_caps &=
1040 props->odp_caps.per_transport_caps.ud_odp_caps &=
1043 props->odp_caps.per_transport_caps.xrc_odp_caps &=
H A Dodp.c321 struct ib_odp_caps *caps = &dev->odp_caps;
1599 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT_IMPLICIT))
1617 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT))
1628 if (!(dev->odp_caps.general_caps & IB_ODP_SUPPORT))
/linux-master/include/rdma/
H A Dib_verbs.h442 struct ib_odp_caps odp_caps; member in struct:ib_device_attr
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c3619 resp.odp_caps.general_caps = attr.odp_caps.general_caps;
3620 resp.odp_caps.per_transport_caps.rc_odp_caps =
3621 attr.odp_caps.per_transport_caps.rc_odp_caps;
3622 resp.odp_caps.per_transport_caps.uc_odp_caps =
3623 attr.odp_caps.per_transport_caps.uc_odp_caps;
3624 resp.odp_caps.per_transport_caps.ud_odp_caps =
3625 attr.odp_caps.per_transport_caps.ud_odp_caps;
3626 resp.xrc_odp_caps = attr.odp_caps.per_transport_caps.xrc_odp_caps;
/linux-master/include/uapi/rdma/
H A Dib_user_verbs.h275 struct ib_uverbs_odp_caps odp_caps; member in struct:ib_uverbs_ex_query_device_resp
/linux-master/net/rds/
H A Dib.c159 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps &
161 !!(device->attrs.odp_caps.per_transport_caps.rc_odp_caps &

Completed in 234 milliseconds