Searched refs:ib_route (Results 1 – 2 of 2) sorted by relevance
761 (union ib_gid *) &resp->ib_route[0].dgid); in ucma_copy_ib_route()763 (union ib_gid *) &resp->ib_route[0].sgid); in ucma_copy_ib_route()764 resp->ib_route[0].pkey = cpu_to_be16(ib_addr_get_pkey(dev_addr)); in ucma_copy_ib_route()767 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_ib_route()771 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_ib_route()787 (union ib_gid *)&resp->ib_route[0].dgid); in ucma_copy_iboe_route()789 (union ib_gid *)&resp->ib_route[0].sgid); in ucma_copy_iboe_route()790 resp->ib_route[0].pkey = cpu_to_be16(0xffff); in ucma_copy_iboe_route()793 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_iboe_route()797 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_iboe_route()[all …]
161 struct ib_user_path_rec ib_route[2]; member