Searched defs:path_rec (Results 1 - 2 of 2) sorted by relevance

/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/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...]

Completed in 61 milliseconds