Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcma_priv.h60 struct cma_device *cma_dev;
115 void cma_dev_get(struct cma_device *dev);
116 void cma_dev_put(struct cma_device *dev);
118 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter,
120 int cma_get_default_gid_type(struct cma_device *dev, unsigned int port);
121 int cma_set_default_gid_type(struct cma_device *dev, unsigned int port,
123 int cma_get_default_roce_tos(struct cma_device *dev, unsigned int port);
124 int cma_set_default_roce_tos(struct cma_device *dev, unsigned int port,
126 struct ib_device *cma_get_ib_dev(struct cma_device *dev);
H A 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()
150 struct cma_device *cma_dev; in default_roce_tos_show()
168 struct cma_device *cma_dev; in default_roce_tos_store()
201 struct cma_device *cma_dev) in make_cma_ports()
290 struct cma_device *cma_dev = cma_enum_devices_by_ibdev(filter_by_name, in make_cma_dev()
H A Dcma.c206 struct cma_device { struct
258 void cma_dev_get(struct cma_device *cma_dev) in cma_dev_get()
263 void cma_dev_put(struct cma_device *cma_dev) in cma_dev_put()
269 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, in cma_enum_devices_by_ibdev()
272 struct cma_device *cma_dev; in cma_enum_devices_by_ibdev()
273 struct cma_device *found_cma_dev = NULL; in cma_enum_devices_by_ibdev()
289 int cma_get_default_gid_type(struct cma_device *cma_dev, in cma_get_default_gid_type()
298 int cma_set_default_gid_type(struct cma_device *cma_dev, in cma_set_default_gid_type()
322 int cma_get_default_roce_tos(struct cma_device *cma_dev, unsigned int port) in cma_get_default_roce_tos()
330 int cma_set_default_roce_tos(struct cma_device *cma_dev, unsigned int port, in cma_set_default_roce_tos()
[all …]