Searched refs:sa_path (Results 1 – 1 of 1) sorted by relevance
1299 struct sa_path_rec sa_path; in ucma_set_ib_path() local 1318 memset(&sa_path, 0, sizeof(sa_path)); in ucma_set_ib_path() 1320 sa_path.rec_type = SA_PATH_REC_TYPE_IB; in ucma_set_ib_path() 1321 ib_sa_unpack_path(path_data->path_rec, &sa_path); in ucma_set_ib_path() 1326 sa_convert_path_ib_to_opa(&opa, &sa_path); in ucma_set_ib_path() 1332 ret = rdma_set_ib_path(ctx->cm_id, &sa_path); in ucma_set_ib_path()