Home
last modified time | relevance | path

Searched refs:routep (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1914 struct rdma_route *routep; local
1917 routep = &(idp->route);
1922 bcopy(&(routep->addr.src_addr), &resp->src_addr,
1924 bcopy(&(routep->addr.dst_addr), &resp->dst_addr,
1926 resp->num_paths = routep->num_paths;
1928 rdma2usr_pathrec(&(routep->path_rec[i]),
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c1531 xhci_hcdi_device_route(usba_device_t *ud, uint32_t *routep, uint32_t *root_port) in xhci_hcdi_device_route() argument
1558 *routep = XHCI_ROUTE_MASK(route); in xhci_hcdi_device_route()