Searched refs:path_rec (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_utils.c | 1865 ibcm_dump_pathrec(sa_path_record_t *path_rec) in ibcm_dump_pathrec() argument 1869 path_rec->SGID.gid_prefix); in ibcm_dump_pathrec() 1871 path_rec->SGID.gid_guid); in ibcm_dump_pathrec() 1873 path_rec->DGID.gid_prefix); in ibcm_dump_pathrec() 1875 path_rec->DGID.gid_guid); in ibcm_dump_pathrec() 1876 IBTF_DPRINTF_L5(cmlog, "SLID: %04X", path_rec->SLID); in ibcm_dump_pathrec() 1877 IBTF_DPRINTF_L5(cmlog, "DLID: %04X", path_rec->DLID); in ibcm_dump_pathrec() 1878 IBTF_DPRINTF_L5(cmlog, "Raw Traffic: %01X", path_rec->RawTraffic); in ibcm_dump_pathrec() 1879 IBTF_DPRINTF_L5(cmlog, "Flow Label: %05X", path_rec->FlowLabel); in ibcm_dump_pathrec() 1880 IBTF_DPRINTF_L5(cmlog, "Hop Limit: %02X", path_rec->HopLimit); in ibcm_dump_pathrec() [all …]
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_cma.h | 328 (newid->route).path_rec = kmem_zalloc(num_paths * in cma_create_new_id() 330 bcopy(&((srcid->route).path_rec), in cma_create_new_id() 331 &((newid->route).path_rec), in cma_create_new_id()
|
/titanic_41/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | rdma_cm.h | 89 struct ib_sa_path_rec *path_rec; member
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_ib_cma.c | 1288 idp->route.path_rec = kmem_zalloc(sizeof (struct ib_sa_path_rec) * in ibcma_path_hdlr() 1294 &((idp->route.path_rec)[i]), base_lid); in ibcma_path_hdlr() 1634 event_idp->route.path_rec = kmem_zalloc( in ibcma_handle_req() 1640 &(event_idp->route.path_rec[0]), base_lid); in ibcma_handle_req() 1641 (event_idp->route.path_rec[0]).mtu = (uint8_t)rtr_data.req_path_mtu; in ibcma_handle_req() 1647 &(event_idp->route.path_rec[1]), base_lid); in ibcma_handle_req() 1648 (event_idp->route.path_rec[1]).mtu = in ibcma_handle_req()
|
H A D | sol_cma.c | 2037 if (idp->route.path_rec) { 2038 kmem_free(idp->route.path_rec, 2040 idp->route.path_rec = NULL;
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_cm.c | 704 uint64_be_t lguid = cm_id->route.path_rec->sgid.global.interface_id; in rdsv3_ib_cm_handle_connect() 705 uint64_be_t fguid = cm_id->route.path_rec->dgid.global.interface_id; in rdsv3_ib_cm_handle_connect()
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.c | 1926 rdma2usr_pathrec(&(routep->path_rec[i]),
|