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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dcore_priv.h58 struct cma_device;
59 void cma_ref_dev(struct cma_device *cma_dev);
60 void cma_deref_dev(struct cma_device *cma_dev);
62 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter,
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.c166 struct cma_device { struct
217 void cma_ref_dev(struct cma_device *cma_dev)
222 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter,
225 struct cma_device *cma_dev;
226 struct cma_device *found_cma_dev = NULL;
242 int cma_get_default_gid_type(struct cma_device *cma_dev,
252 int cma_set_default_gid_type(struct cma_device *cma_dev,
273 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev)
289 struct list_head list; /* listen_any_list or cma_device.list */
291 struct cma_device *cma_de
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dcma.c78 struct cma_device { struct
93 struct cma_device *cma_dev;
127 static struct cma_device *cma_dev_array;
264 static int ucma_init_device(struct cma_device *cma_dev)
387 struct cma_device *cma_dev;
418 static void ucma_put_device(struct cma_device *cma_dev)
429 static struct ibv_xrcd *ucma_get_xrcd(struct cma_device *cma_dev)
1090 static int ucma_find_pkey(struct cma_device *cma_dev, uint8_t port_num,

Completed in 183 milliseconds