Home
last modified time | relevance | path

Searched refs:cma_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/infiniband/core/
Dcma_priv.h60 struct cma_device *cma_dev;
114 void cma_ref_dev(struct cma_device *dev);
115 void cma_deref_dev(struct cma_device *dev);
117 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter,
119 int cma_get_default_gid_type(struct cma_device *dev, unsigned int port);
120 int cma_set_default_gid_type(struct cma_device *dev, unsigned int port,
122 int cma_get_default_roce_tos(struct cma_device *dev, unsigned int port);
123 int cma_set_default_roce_tos(struct cma_device *dev, unsigned int port,
125 struct ib_device *cma_get_ib_dev(struct cma_device *dev);
Dcma_configfs.c41 struct cma_device;
75 struct cma_device **pcma_dev, in cma_configfs_params_get()
79 struct cma_device *cma_dev; in cma_configfs_params_get()
95 static void cma_configfs_params_put(struct cma_device *cma_dev) in cma_configfs_params_put()
103 struct cma_device *cma_dev; in default_roce_mode_show()
124 struct cma_device *cma_dev; in default_roce_mode_store()
147 struct cma_device *cma_dev; in default_roce_tos_show()
165 struct cma_device *cma_dev; in default_roce_tos_store()
198 struct cma_device *cma_dev) in make_cma_ports()
287 struct cma_device *cma_dev = cma_enum_devices_by_ibdev(filter_by_name, in make_cma_dev()
Dcma.c224 struct cma_device { struct
276 void cma_ref_dev(struct cma_device *cma_dev) in cma_ref_dev()
281 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, in cma_enum_devices_by_ibdev()
284 struct cma_device *cma_dev; in cma_enum_devices_by_ibdev()
285 struct cma_device *found_cma_dev = NULL; in cma_enum_devices_by_ibdev()
301 int cma_get_default_gid_type(struct cma_device *cma_dev, in cma_get_default_gid_type()
310 int cma_set_default_gid_type(struct cma_device *cma_dev, in cma_set_default_gid_type()
330 int cma_get_default_roce_tos(struct cma_device *cma_dev, unsigned int port) in cma_get_default_roce_tos()
338 int cma_set_default_roce_tos(struct cma_device *cma_dev, unsigned int port, in cma_set_default_roce_tos()
349 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev) in cma_get_ib_dev()
[all …]