Searched refs:cma_dev (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dcma_configfs.c78 struct cma_device *cma_dev; local
83 cma_dev = cma_enum_devices_by_ibdev(filter_by_name,
85 if (!cma_dev)
88 *pcma_dev = cma_dev;
94 static void cma_configfs_params_put(struct cma_device *cma_dev) argument
96 cma_dev_put(cma_dev);
102 struct cma_device *cma_dev; local
107 ret = cma_configfs_params_get(item, &cma_dev, &group);
111 gid_type = cma_get_default_gid_type(cma_dev, group->port_num);
112 cma_configfs_params_put(cma_dev);
123 struct cma_device *cma_dev; local
149 struct cma_device *cma_dev; local
167 struct cma_device *cma_dev; local
199 make_cma_ports(struct cma_dev_group *cma_dev_group, struct cma_device *cma_dev) argument
281 struct cma_device *cma_dev = cma_enum_devices_by_ibdev(filter_by_name, local
[all...]
H A Dcma.c259 void cma_dev_get(struct cma_device *cma_dev) argument
261 refcount_inc(&cma_dev->refcount);
264 void cma_dev_put(struct cma_device *cma_dev) argument
266 if (refcount_dec_and_test(&cma_dev->refcount))
267 complete(&cma_dev->comp);
273 struct cma_device *cma_dev; local
278 list_for_each_entry(cma_dev, &dev_list, list)
279 if (filter(cma_dev->device, cookie)) {
280 found_cma_dev = cma_dev;
290 int cma_get_default_gid_type(struct cma_device *cma_dev, argument
299 cma_set_default_gid_type(struct cma_device *cma_dev, u32 port, enum ib_gid_type default_gid_type) argument
323 cma_get_default_roce_tos(struct cma_device *cma_dev, u32 port) argument
331 cma_set_default_roce_tos(struct cma_device *cma_dev, u32 port, u8 default_roce_tos) argument
342 cma_get_ib_dev(struct cma_device *cma_dev) argument
586 _cma_attach_to_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev) argument
599 cma_attach_to_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev) argument
759 struct cma_device *cma_dev; local
851 struct cma_device *cma_dev; local
911 struct cma_device *cma_dev, *cur_dev; local
2691 cma_listen_on_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev, struct rdma_id_private **to_destroy) argument
2740 struct cma_device *cma_dev; local
3416 struct cma_device *cma_dev, *cur_dev; local
5125 struct cma_device *cma_dev; local
5269 cma_process_remove(struct cma_device *cma_dev) argument
5305 struct cma_device *cma_dev; local
5381 struct cma_device *cma_dev = client_data; local
[all...]
H A Dcma_priv.h68 struct cma_device *cma_dev; member in struct:rdma_id_private

Completed in 130 milliseconds