Home
last modified time | relevance | path

Searched refs:portid2str (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibccquery.c96 printf("# ClassPortInfo: %s\n%s", portid2str(dest), buf); in class_port_info()
111 printf("# CongestionInfo: %s\n%s", portid2str(dest), buf); in congestion_info()
126 printf("# CongestionKeyInfo: %s\n%s", portid2str(dest), buf); in congestion_key_info()
148 printf("# CongestionLog: %s\n%s", portid2str(dest), buf); in congestion_log()
197 printf("# SwitchCongestionSetting: %s\n%s", portid2str(dest), buf); in switch_congestion_setting()
222 printf("# SwitchPortCongestionSetting: %s\n", portid2str(dest)); in switch_port_congestion_setting()
275 printf("# CACongestionSetting: %s\n%s\n", portid2str(dest), buf); in ca_congestion_setting()
302 printf("# CongestionControlTable: %s\n%s\n", portid2str(dest), buf); in congestion_control_table()
338 printf("# Timestamp: %s\n%s", portid2str(dest), buf); in timestamp_dump()
H A Dsmpquery.c123 printf("# Node info: %s\n%s", portid2str(dest), buf); in node_info()
144 printf("# Port info Extended: %s port %d\n%s", portid2str(dest), in port_info_extended()
163 printf("# Port info: %s port %d\n", portid2str(dest), orig_portnum); in port_info()
182 printf("# MLNX ext Port info: %s port %d\n%s", portid2str(dest), portnum, buf); in mlnx_ext_port_info()
196 printf("# Switch info: %s\n%s", portid2str(dest), buf); in switch_info()
285 printf("# SL2VL table: %s\n", portid2str(dest)); in sl2vl_table()
356 portid2str(dest), 0); in vlarb_table()
370 portid2str(dest), portnum, lowcap, highcap); in vlarb_table()
H A Dibtracert.c170 DEBUG("portid %s: got node %" PRIx64 " '%s'", portid2str(portid), in get_node()
197 portid2str(portid), lid, sw->fdb[lid % 64]); in switch_lookup()
280 DEBUG("from %s", portid2str(from)); in find_route()
322 portid2str(from)); in find_route()
356 portid2str(from)); in find_route()
450 portid2str(portid), portnum, port->lid, port->state, in get_port()
546 DEBUG("from %s", portid2str(from)); in find_mcpath()
555 IBWARN("can't reach node %s", portid2str(from)); in find_mcpath()
620 portid2str(path), i); in find_mcpath()
648 portid2str(path), i); in find_mcpath()
[all …]
H A Dibping.c138 data, portid2str(portid), rtt / 1000, rtt % 1000); in ibping()
154 portid2str(&portid)); in report()
239 IBEXIT("ibping to %s: %s", portid2str(&portid), err); in main()
266 DEBUG("ibping to %s failed", portid2str(&portid)); in main()
H A Ddump_fts.c160 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid, in dump_multicast_tables()
202 mapnd, portid2str(portid), in dump_multicast_tables()
337 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid, in dump_unicast_tables()
354 mapnd, portid2str(portid), in dump_unicast_tables()
H A Dibsysstat.c107 size, portid2str(&rport), rpc.attr.id, rpc.attr.mod, rport.qkey); in server_respond()
344 IBEXIT("ibssystat to %s: %s", portid2str(&portid), in main()
363 IBEXIT("ibsystat to %s: %s", portid2str(&portid), err); in main()
H A Dibqueryerrors.c387 node_name, portid2str(portid), portnum); in query_and_dump()
528 node_name, portid2str(portid), portnum); in query_cap_mask()
557 node_name, portid2str(portid), portnum); in print_data_cnts()
570 node_name, portid2str(portid), portnum); in print_data_cnts()
627 node_name, portid2str(portid), portnum); in print_errors()
636 node_name, portid2str(portid), portnum); in print_errors()
735 "%s port %d\n", node_name, portid2str(portid), in clear_port()
H A Dperfquery.c254 portid2str(portid), ALL_PORTS, ntohs(cap_mask), buf); in output_aggregate_perfcounters()
387 portid2str(portid), ALL_PORTS, ntohs(cap_mask), cap_mask2, buf); in output_aggregate_perfcounters_ext()
445 portid2str(portid), port, ntohs(cap_mask), in dump_perfcounters()
450 portid2str(portid), port, ntohs(cap_mask), buf); in dump_perfcounters()
492 portid2str(portid), port_num, buf); in common_func()
711 printf("# PortSamplesControl: %s port %d\n%s", portid2str(portid), in dump_portsamples_control()
H A Dibroute.c184 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid, in dump_multicast_tables()
355 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid, in dump_unicast_tables()
H A Dibportstate.c238 printf("# Port info: %s port %d\n%s", portid2str(dest), portnum, buf); in show_port_info()
269 printf("# MLNX ext Port info: %s port %d\n%s", portid2str(dest), in show_mlnx_ext_port_info()
/freebsd/contrib/ofed/libibmad/
H A Dcc.c57 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid)); in cc_query_status_via()
92 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid)); in cc_config_status_via()
H A Drpc.c246 portid2str(dport)); in mad_rpc()
270 status, portid2str(dport)); in mad_rpc()
309 IBWARN("_do_madrpc failed; dport (%s)", portid2str(dport)); in mad_rpc_rmpp()
320 status, portid2str(dport)); in mad_rpc_rmpp()
H A Dsmp.c67 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid)); in smp_set_status_via()
113 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid)); in smp_query_status_via()
H A Dbm.c62 DEBUG("route %s data %p", portid2str(portid), data); in bm_call_via()
H A Dvendor.c72 DEBUG("route %s data %p", portid2str(portid), data); in ib_vendor_call_via()
H A Dlibibmad.map94 portid2str;
H A Dportid.c59 char *portid2str(ib_portid_t * portid) in portid2str() function
H A Dsa.c56 portid2str(portid)); in sa_rpc_call()
H A Dserv.c121 DEBUG("dest %s", portid2str(portid)); in mad_respond_via()
H A Dmad.h1532 MAD_EXPORT char *portid2str(ib_portid_t * portid);
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c136 portid2str(portid)); in extend_dpath()
187 portid2str(portid), port->portnum, port->base_lid, in debug_port()
325 portid2str(portid), node->guid, portnum); in query_mlnx_ext_port_info()
454 portid2str(portid), node->guid, portnum); in query_port_info()
520 portid2str(path), prompt, type, node->guid, in dump_endnode()
557 portid2str(&smp->path)); in recv_node_info()
609 IBND_DEBUG("Query Node Info; %s\n", portid2str(portid)); in query_node_info()
804 IBND_DEBUG("from %s\n", portid2str(from)); in ibnd_discover_fabric()
H A Dquery_smp.c194 portid2str(&smp->path), smp->rpc.attr.id, in process_one_recv()
201 portid2str(&smp->path), smp->rpc.attr.id, in process_one_recv()