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

/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibtracert.c719 ib_portid_t dest_portid = {0}; local
820 if (ib_resolve_portid_str(&dest_portid, argv[1], dest_type, sm_id) < 0)
827 if (resolve_lid(&dest_portid, NULL) < 0)
829 portid2str(&dest_portid));
832 if (dest_portid.lid == 0 || src_portid.lid == 0) {
846 if (find_route(&src_portid, &dest_portid, dumplevel) < 0)
854 if (!(target_portguid = find_target_portguid(&dest_portid)))
855 IBERROR("can't reach target lid %d", dest_portid.lid);

Completed in 164 milliseconds