Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDcore_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);
HDib_cma.c166 struct cma_device { struct
217 void cma_ref_dev(struct cma_device *cma_dev) in cma_ref_dev()
222 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, in cma_enum_devices_by_ibdev()
225 struct cma_device *cma_dev; in cma_enum_devices_by_ibdev()
226 struct cma_device *found_cma_dev = NULL; in cma_enum_devices_by_ibdev()
242 int cma_get_default_gid_type(struct cma_device *cma_dev, in cma_get_default_gid_type()
252 int cma_set_default_gid_type(struct cma_device *cma_dev, in cma_set_default_gid_type()
273 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev) in cma_get_ib_dev()
291 struct cma_device *cma_dev;
456 struct cma_device *cma_dev) in _cma_attach_to_dev()
[all …]
/freebsd-11-stable/contrib/ofed/librdmacm/
HDcma.c78 struct cma_device { struct
93 struct cma_device *cma_dev; argument
127 static struct cma_device *cma_dev_array;
264 static int ucma_init_device(struct cma_device *cma_dev) in ucma_init_device()
387 struct cma_device *cma_dev; in ucma_get_device()
418 static void ucma_put_device(struct cma_device *cma_dev) in ucma_put_device()
429 static struct ibv_xrcd *ucma_get_xrcd(struct cma_device *cma_dev) in ucma_get_xrcd()
1090 static int ucma_find_pkey(struct cma_device *cma_dev, uint8_t port_num, in ucma_find_pkey()