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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dcore_priv.h59 void cma_ref_dev(struct cma_device *cma_dev);
60 void cma_deref_dev(struct cma_device *cma_dev);
64 int cma_get_default_gid_type(struct cma_device *cma_dev,
66 int cma_set_default_gid_type(struct cma_device *cma_dev,
69 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev);
H A Dib_cma.c217 void cma_ref_dev(struct cma_device *cma_dev) argument
219 atomic_inc(&cma_dev->refcount);
225 struct cma_device *cma_dev; local
230 list_for_each_entry(cma_dev, &dev_list, list)
231 if (filter(cma_dev->device, cookie)) {
232 found_cma_dev = cma_dev;
242 int cma_get_default_gid_type(struct cma_device *cma_dev, argument
245 if (port < rdma_start_port(cma_dev->device) ||
246 port > rdma_end_port(cma_dev->device))
249 return cma_dev
252 cma_set_default_gid_type(struct cma_device *cma_dev, unsigned int port, enum ib_gid_type default_gid_type) argument
273 cma_get_ib_dev(struct cma_device *cma_dev) argument
291 struct cma_device *cma_dev; member in struct:rdma_id_private
455 _cma_attach_to_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev) argument
467 cma_attach_to_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev) argument
476 cma_deref_dev(struct cma_device *cma_dev) argument
605 struct cma_device *cma_dev; local
675 struct cma_device *cma_dev, *cur_dev; local
2292 cma_listen_on_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev) argument
2328 struct cma_device *cma_dev; local
2680 struct cma_device *cma_dev, *cur_dev; local
4220 struct cma_device *cma_dev = arg1; local
4246 struct cma_device *cma_dev; local
4334 cma_process_remove(struct cma_device *cma_dev) argument
4364 struct cma_device *cma_dev = client_data; local
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c93 struct cma_device *cma_dev; member in struct:cma_id_private
264 static int ucma_init_device(struct cma_device *cma_dev) argument
270 if (cma_dev->verbs)
273 cma_dev->verbs = ucma_open_device(cma_dev->guid);
274 if (!cma_dev->verbs)
277 ret = ibv_query_device(cma_dev->verbs, &attr);
283 cma_dev->port = malloc(sizeof(*cma_dev->port) * attr.phys_port_cnt);
284 if (!cma_dev
387 struct cma_device *cma_dev; local
418 ucma_put_device(struct cma_device *cma_dev) argument
429 ucma_get_xrcd(struct cma_device *cma_dev) argument
1090 ucma_find_pkey(struct cma_device *cma_dev, uint8_t port_num, __be16 pkey, uint16_t *pkey_index) argument
[all...]

Completed in 111 milliseconds