Home
last modified time | relevance | path

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

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1545 if (!bind_list) in cma_find_listener()
1660 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local
1663 if (!bind_list) in cma_release_port()
1669 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()
1670 kfree(bind_list); in cma_release_port()
2967 id_priv->bind_list = bind_list; in cma_bind_port()
2977 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()
2978 if (!bind_list) in cma_alloc_port()
2991 kfree(bind_list); in cma_alloc_port()
3078 if (!bind_list) { in cma_use_port()
[all …]