Searched refs:cma_device (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | core_priv.h | 62 struct cma_device; 63 void cma_ref_dev(struct cma_device *cma_dev); 64 void cma_deref_dev(struct cma_device *cma_dev); 66 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, 68 int cma_get_default_gid_type(struct cma_device *cma_dev, 70 int cma_set_default_gid_type(struct cma_device *cma_dev, 73 int cma_get_default_roce_tos(struct cma_device *cma_dev, unsigned int port); 74 int cma_set_default_roce_tos(struct cma_device *a_dev, unsigned int port, 76 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev);
|
| H A D | cma_priv.h | 60 struct cma_device *cma_dev;
|
| H A D | ib_cma.c | 218 struct cma_device { struct 270 void cma_ref_dev(struct cma_device *cma_dev) in cma_ref_dev() 275 struct cma_device *cma_enum_devices_by_ibdev(cma_device_filter filter, in cma_enum_devices_by_ibdev() 278 struct cma_device *cma_dev; in cma_enum_devices_by_ibdev() 279 struct cma_device *found_cma_dev = NULL; in cma_enum_devices_by_ibdev() 295 int cma_get_default_gid_type(struct cma_device *cma_dev, in cma_get_default_gid_type() 304 int cma_set_default_gid_type(struct cma_device *cma_dev, in cma_set_default_gid_type() 324 int cma_get_default_roce_tos(struct cma_device *cma_dev, unsigned int port) in cma_get_default_roce_tos() 332 int cma_set_default_roce_tos(struct cma_device *cma_dev, unsigned int port, in cma_set_default_roce_tos() 343 struct ib_device *cma_get_ib_dev(struct cma_device *cma_dev) in cma_get_ib_dev() [all …]
|
| /freebsd/contrib/ofed/librdmacm/ |
| H A D | cma.c | 78 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() 1091 static int ucma_find_pkey(struct cma_device *cma_dev, uint8_t port_num, in ucma_find_pkey()
|