Searched refs:cma_dev (Results 1 – 3 of 3) sorted by relevance
78 struct cma_device *cma_dev; in cma_configfs_params_get() local85 if (!cma_dev) in cma_configfs_params_get()88 *pcma_dev = cma_dev; in cma_configfs_params_get()96 cma_dev_put(cma_dev); in cma_configfs_params_put()102 struct cma_device *cma_dev; in default_roce_mode_show() local123 struct cma_device *cma_dev; in default_roce_mode_store() local149 struct cma_device *cma_dev; in default_roce_tos_show() local285 if (!cma_dev) in make_cma_dev()309 cma_dev_put(cma_dev); in make_cma_dev()313 if (cma_dev) in make_cma_dev()[all …]
319 cma_dev->default_gid_type[port - rdma_start_port(cma_dev->device)] = in cma_set_default_gid_type()592 id_priv->cma_dev = cma_dev; in _cma_attach_to_dev()900 cma_dev = listen_id_priv->cma_dev; in cma_iw_acquire_dev()914 if (listen_id_priv->cma_dev == cma_dev && in cma_iw_acquire_dev()954 cma_dev = NULL; in cma_resolve_ib_dev()3458 cma_dev = NULL; in cma_bind_loopback()3465 if (!cma_dev) in cma_bind_loopback()3477 if (!cma_dev) { in cma_bind_loopback()5348 cma_dev = kmalloc(sizeof(*cma_dev), GFP_KERNEL); in cma_add_one()5349 if (!cma_dev) in cma_add_one()[all …]
68 struct cma_device *cma_dev; member