Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1708 if (!bind_list) in cma_find_listener()
1835 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local
1838 if (!bind_list) in cma_release_port()
1844 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()
1845 kfree(bind_list); in cma_release_port()
3187 id_priv->bind_list = bind_list; in cma_bind_port()
3197 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()
3198 if (!bind_list) in cma_alloc_port()
3211 kfree(bind_list); in cma_alloc_port()
3300 if (!bind_list) { in cma_use_port()
[all …]