Searched refs:ib_route (Results 1 – 4 of 4) sorted by relevance
757 (union ib_gid *) &resp->ib_route[0].dgid); in ucma_copy_ib_route()759 (union ib_gid *) &resp->ib_route[0].sgid); in ucma_copy_ib_route()760 resp->ib_route[0].pkey = cpu_to_be16(ib_addr_get_pkey(dev_addr)); in ucma_copy_ib_route()763 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_ib_route()767 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_ib_route()783 (union ib_gid *)&resp->ib_route[0].dgid); in ucma_copy_iboe_route()785 (union ib_gid *)&resp->ib_route[0].sgid); in ucma_copy_iboe_route()786 resp->ib_route[0].pkey = cpu_to_be16(0xffff); in ucma_copy_iboe_route()789 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_iboe_route()793 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_iboe_route()[all …]
160 struct ib_user_path_rec ib_route[2]; member
177 struct ib_user_path_rec ib_route[2]; member
773 &resp.ib_route[i]); in ucma_query_route()776 memcpy(id->route.addr.addr.ibaddr.sgid.raw, resp.ib_route[0].sgid, in ucma_query_route()778 memcpy(id->route.addr.addr.ibaddr.dgid.raw, resp.ib_route[0].dgid, in ucma_query_route()780 id->route.addr.addr.ibaddr.pkey = resp.ib_route[0].pkey; in ucma_query_route()