Searched refs:ib_route (Results 1 – 4 of 4) sorted by relevance
591 (union ib_gid *) &resp->ib_route[0].dgid); in ucma_copy_ib_route()593 (union ib_gid *) &resp->ib_route[0].sgid); in ucma_copy_ib_route()594 resp->ib_route[0].pkey = cpu_to_be16(ib_addr_get_pkey(dev_addr)); in ucma_copy_ib_route()597 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_ib_route()601 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_ib_route()617 (union ib_gid *)&resp->ib_route[0].dgid); in ucma_copy_iboe_route()619 (union ib_gid *)&resp->ib_route[0].sgid); in ucma_copy_iboe_route()620 resp->ib_route[0].pkey = cpu_to_be16(0xffff); in ucma_copy_iboe_route()623 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_iboe_route()627 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_iboe_route()[all …]
123 struct ibv_kern_path_rec ib_route[2]; member
124 struct ib_user_path_rec ib_route[2]; member
503 &resp->ib_route[i]); in ucma_query_route()506 memcpy(id->route.addr.addr.ibaddr.sgid.raw, resp->ib_route[0].sgid, in ucma_query_route()508 memcpy(id->route.addr.addr.ibaddr.dgid.raw, resp->ib_route[0].dgid, in ucma_query_route()510 id->route.addr.addr.ibaddr.pkey = resp->ib_route[0].pkey; in ucma_query_route()