Searched refs:ib_route (Results 1 – 4 of 4) sorted by relevance
570 (union ib_gid *) &resp->ib_route[0].dgid); in ucma_copy_ib_route()572 (union ib_gid *) &resp->ib_route[0].sgid); in ucma_copy_ib_route()573 resp->ib_route[0].pkey = cpu_to_be16(ib_addr_get_pkey(dev_addr)); in ucma_copy_ib_route()576 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_ib_route()580 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_ib_route()605 iboe_mac_vlan_to_ll((union ib_gid *) &resp->ib_route[0].dgid, in ucma_copy_iboe_route()608 (union ib_gid *) &resp->ib_route[0].sgid); in ucma_copy_iboe_route()609 resp->ib_route[0].pkey = cpu_to_be16(0xffff); in ucma_copy_iboe_route()612 ib_copy_path_rec_to_user(&resp->ib_route[1], in ucma_copy_iboe_route()616 ib_copy_path_rec_to_user(&resp->ib_route[0], in ucma_copy_iboe_route()
123 struct ibv_kern_path_rec ib_route[2]; member
123 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()