Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
A Dcma.c1798 if (!bind_list) in cma_find_listener()
1969 struct rdma_bind_list *bind_list = id_priv->bind_list; in cma_release_port() local
1972 if (!bind_list) in cma_release_port()
1978 cma_ps_remove(net, bind_list->ps, bind_list->port); in cma_release_port()
1979 kfree(bind_list); in cma_release_port()
3644 id_priv->bind_list = bind_list; in cma_bind_port()
3656 bind_list = kzalloc(sizeof *bind_list, GFP_KERNEL); in cma_alloc_port()
3657 if (!bind_list) in cma_alloc_port()
3670 kfree(bind_list); in cma_alloc_port()
3735 if (!bind_list) { in cma_alloc_any_port()
[all …]
A Dcma_priv.h56 struct rdma_bind_list *bind_list; member

Completed in 16 milliseconds