Searched refs:src_portid (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibtracert.c | 784 ib_portid_t src_portid = { 0 }; in main() local 828 if (resolve_portid_str(ibd_ca, ibd_ca_port, &src_portid, argv[0], in main() 837 if (resolve_lid(&src_portid, NULL) < 0) in main() 839 portid2str(&src_portid)); in main() 845 if (dest_portid.lid == 0 || src_portid.lid == 0) { in main() 852 if (find_route(&my_portid, &src_portid, 0) < 0) in main() 855 src_portid = my_portid; in main() 859 if (find_route(&src_portid, &dest_portid, dumplevel) < 0) in main() 870 if (!(endnode = find_mcpath(&src_portid, mlid))) in main()
|