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

/drivers/infiniband/core/
H A Dcma.c119 struct cma_device *cma_dev; member in struct:rdma_id_private
248 struct cma_device *cma_dev)
250 atomic_inc(&cma_dev->refcount);
251 id_priv->cma_dev = cma_dev;
252 id_priv->id.device = cma_dev->device;
254 rdma_node_get_transport(cma_dev->device->node_type);
255 list_add_tail(&id_priv->list, &cma_dev->id_list);
258 static inline void cma_deref_dev(struct cma_device *cma_dev) argument
260 if (atomic_dec_and_test(&cma_dev
247 cma_attach_to_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev) argument
356 struct cma_device *cma_dev; local
425 struct cma_device *cma_dev, *cur_dev; local
1621 cma_listen_on_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev) argument
1657 struct cma_device *cma_dev; local
2020 struct cma_device *cma_dev, *cur_dev; local
3457 struct cma_device *cma_dev; local
3489 struct cma_device *cma_dev; local
3536 cma_process_remove(struct cma_device *cma_dev) argument
3566 struct cma_device *cma_dev; local
3586 struct cma_device *cma_dev; local
[all...]

Completed in 16 milliseconds