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

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Ducm.c725 struct ib_sa_path_rec *sa_path; local
732 sa_path = kmalloc(sizeof(*sa_path), GFP_KERNEL);
733 if (!sa_path)
739 kfree(sa_path);
743 ib_copy_path_rec_from_user(sa_path, &upath);
744 *path = sa_path;
H A Ducma.c861 struct ib_sa_path_rec sa_path; local
877 ib_sa_unpack_path(path_data->path_rec, &sa_path);
878 ret = rdma_set_ib_paths(ctx->cm_id, &sa_path, 1);

Completed in 98 milliseconds