Home
last modified time | relevance | path

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

/trueos/sys/ofed/drivers/infiniband/core/
HDucm.c721 struct ib_sa_path_rec *sa_path; in ib_ucm_path_get() local
728 sa_path = kmalloc(sizeof(*sa_path), GFP_KERNEL); in ib_ucm_path_get()
729 if (!sa_path) in ib_ucm_path_get()
735 kfree(sa_path); in ib_ucm_path_get()
739 ib_copy_path_rec_from_user(sa_path, &upath); in ib_ucm_path_get()
740 *path = sa_path; in ib_ucm_path_get()
HDucma.c861 struct ib_sa_path_rec sa_path; in ucma_set_ib_path() local
877 ib_sa_unpack_path(path_data->path_rec, &sa_path); in ucma_set_ib_path()
878 ret = rdma_set_ib_paths(ctx->cm_id, &sa_path, 1); in ucma_set_ib_path()