sa_path          1280 drivers/infiniband/core/ucma.c 	struct sa_path_rec sa_path;
sa_path          1299 drivers/infiniband/core/ucma.c 	memset(&sa_path, 0, sizeof(sa_path));
sa_path          1301 drivers/infiniband/core/ucma.c 	sa_path.rec_type = SA_PATH_REC_TYPE_IB;
sa_path          1302 drivers/infiniband/core/ucma.c 	ib_sa_unpack_path(path_data->path_rec, &sa_path);
sa_path          1307 drivers/infiniband/core/ucma.c 		sa_convert_path_ib_to_opa(&opa, &sa_path);
sa_path          1313 drivers/infiniband/core/ucma.c 		ret = rdma_set_ib_path(ctx->cm_id, &sa_path);