Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/rdma/
A Drdma_cm.h57 struct sa_path_rec *path_rec_inbound; member
/linux-6.3-rc2/drivers/infiniband/core/
A Dcma.c2036 kfree(id_priv->id.route.path_rec_inbound); in _destroy_id()
2834 if (!route->path_rec_inbound) { in route_set_path_rec_inbound()
2835 route->path_rec_inbound = in route_set_path_rec_inbound()
2836 kzalloc(sizeof(*route->path_rec_inbound), GFP_KERNEL); in route_set_path_rec_inbound()
2837 if (!route->path_rec_inbound) in route_set_path_rec_inbound()
2841 *route->path_rec_inbound = *path_rec; in route_set_path_rec_inbound()
4334 req.primary_path_inbound = route->path_rec_inbound; in cma_connect_ib()

Completed in 24 milliseconds