Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1678 if (!bind_list) in cma_find_listener()
1803 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local
1806 if (!bind_list) in cma_release_port()
1812 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()
1813 kfree(bind_list); in cma_release_port()
3153 id_priv->bind_list = bind_list; in cma_bind_port()
3163 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()
3164 if (!bind_list) in cma_alloc_port()
3177 kfree(bind_list); in cma_alloc_port()
3264 if (!bind_list) { in cma_use_port()
[all …]