Searched refs:path_rec (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1860 * path_rec - the pointer to sa_path_record_t struct.
1865 ibcm_dump_pathrec(sa_path_record_t *path_rec) argument
1869 path_rec->SGID.gid_prefix);
1871 path_rec->SGID.gid_guid);
1873 path_rec->DGID.gid_prefix);
1875 path_rec->DGID.gid_guid);
1876 IBTF_DPRINTF_L5(cmlog, "SLID: %04X", path_rec->SLID);
1877 IBTF_DPRINTF_L5(cmlog, "DLID: %04X", path_rec->DLID);
1878 IBTF_DPRINTF_L5(cmlog, "Raw Traffic: %01X", path_rec->RawTraffic);
1879 IBTF_DPRINTF_L5(cmlog, "Flow Label: %05X", path_rec
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_cma.h326 (newid->route).path_rec = kmem_zalloc(num_paths *
328 bcopy(&((srcid->route).path_rec),
329 &((newid->route).path_rec),
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Drdma_cm.h89 struct ib_sa_path_rec *path_rec; member in struct:rdma_route
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1288 idp->route.path_rec = kmem_zalloc(sizeof (struct ib_sa_path_rec) *
1294 &((idp->route.path_rec)[i]), base_lid);
1634 event_idp->route.path_rec = kmem_zalloc(
1640 &(event_idp->route.path_rec[0]), base_lid);
1641 (event_idp->route.path_rec[0]).mtu = (uint8_t)rtr_data.req_path_mtu;
1647 &(event_idp->route.path_rec[1]), base_lid);
1648 (event_idp->route.path_rec[1]).mtu =
H A Dsol_cma.c2037 if (idp->route.path_rec) {
2038 kmem_free(idp->route.path_rec,
2040 idp->route.path_rec = NULL;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c704 uint64_be_t lguid = cm_id->route.path_rec->sgid.global.interface_id;
705 uint64_be_t fguid = cm_id->route.path_rec->dgid.global.interface_id;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1926 rdma2usr_pathrec(&(routep->path_rec[i]),

Completed in 63 milliseconds