Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Ducma.c1298 struct sa_path_rec sa_path; in ucma_set_ib_path() local
1317 memset(&sa_path, 0, sizeof(sa_path)); in ucma_set_ib_path()
1319 sa_path.rec_type = SA_PATH_REC_TYPE_IB; in ucma_set_ib_path()
1320 ib_sa_unpack_path(path_data->path_rec, &sa_path); in ucma_set_ib_path()
1325 sa_convert_path_ib_to_opa(&opa, &sa_path); in ucma_set_ib_path()
1331 ret = rdma_set_ib_path(ctx->cm_id, &sa_path); in ucma_set_ib_path()