Searched refs:sa_path (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/core/
H A Ducm.c708 struct ib_sa_path_rec *sa_path; local
715 sa_path = kmalloc(sizeof(*sa_path), GFP_KERNEL);
716 if (!sa_path)
722 kfree(sa_path);
726 ib_copy_path_rec_from_user(sa_path, &upath);
727 *path = sa_path;
H A Ducma.c1111 struct ib_sa_path_rec sa_path; local
1127 ib_sa_unpack_path(path_data->path_rec, &sa_path);
1128 ret = rdma_set_ib_paths(ctx->cm_id, &sa_path, 1);

Completed in 719 milliseconds