Home
last modified time | relevance | path

Searched refs:IBWARN (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/ofed/management/libibmad/src/
HDrpc.c67 #define DEBUG if (ibdebug) IBWARN
68 #define ERRS if (iberrs || ibdebug) IBWARN
124 IBWARN(">>> sending: len %d pktsz %zu", len, umad_size() + len); in _do_madrpc()
143 IBWARN("send failed; %s", strerror(errno)); in _do_madrpc()
151 IBWARN("recv failed: %s", strerror(errno)); in _do_madrpc()
156 IBWARN("rcv buf:"); in _do_madrpc()
189 IBWARN("_do_madrpc failed; dport (%s)", portid2str(dport)); in mad_rpc()
202 IBWARN("data offs %d sz %d", rpc->dataoffs, rpc->datasz); in mad_rpc()
230 IBWARN("_do_madrpc failed; dport (%s)", portid2str(dport)); in mad_rpc_rmpp()
243 IBWARN("data offs %d sz %d", rpc->dataoffs, rpc->datasz); in mad_rpc_rmpp()
[all …]
HDsa.c49 #define DEBUG if (ibdebug) IBWARN
62 IBWARN("only lid routes are supported"); in sa_rpc_call()
141 IBWARN("sa call path_query failed"); in ib_path_query_via()
HDserv.c51 #define DEBUG if (ibdebug) IBWARN
67 IBWARN("data offs %d sz %d", rpc->dataoffs, rpc->datasz); in mad_send()
74 IBWARN("send failed; %m"); in mad_send()
HDgs.c49 #define DEBUG if (ibdebug) IBWARN
61 IBWARN("only lid routed is supported"); in pma_query_via()
131 IBWARN("only lid routed is supported"); in performance_reset_via()
HDresolve.c50 #define DEBUG if (ibdebug) IBWARN
141 IBWARN("bad dest_type %d", dest_type); in ib_resolve_portid_str_via()
HDdump.c70 IBWARN("bad int sz %d", valsz); in mad_dump_int()
96 IBWARN("bad int sz %u", valsz); in mad_dump_uint()
130 IBWARN("bad int sz %d", valsz); in mad_dump_hex()
164 IBWARN("bad int sz %d", valsz); in mad_dump_rhex()
188 IBWARN("bad width %d", width); in mad_dump_linkwidth()
HDmad.c50 #define DEBUG if (ibdebug) IBWARN
123 IBWARN("encoding dr mad without drpath (null)"); in mad_encode()
HDvendor.c49 #define DEBUG if (ibdebug) IBWARN
HDportid.c51 #define DEBUG if (ibdebug) IBWARN
HDsmp.c49 #define DEBUG if (ibdebug) IBWARN
HDregister.c50 #define DEBUG if (ibdebug) IBWARN
/trueos/contrib/ofed/management/infiniband-diags/src/
HDibtracert.c256 IBWARN("can't reach to/from ports"); in find_route()
261 IBWARN("Force: look for lid %d", to->lid); in find_route()
288 IBWARN("can't reach port at %s", portid2str(from)); in find_route()
303 IBWARN("can't continue: reached CA or router port %" PRIx64 ", lid %d", in find_route()
317 IBWARN("can't reach port at %s", portid2str(from)); in find_route()
333 IBWARN("no route found after %d hops", MAXHOPS); in find_route()
340 IBWARN("Bad port state found: node \"%s\" port %d state %d", in find_route()
344 IBWARN("Bad out port state found: node \"%s\" outport %d state %d", in find_route()
348 IBWARN("Bad forwarding table entry found at: node \"%s\" lid entry %d is %d (top %d)", in find_route()
352 IBWARN("Direct path too long!"); in find_route()
[all …]
HDibportstate.c53 #define DEBUG if (verbose>1) IBWARN
161 IBWARN("Peer ports operating at active width %d rather than 8 (12x)", lwa); in validate_width()
165 IBWARN("Peer ports operating at active width %d rather than 4 (8x)", lwa); in validate_width()
169 IBWARN("Peer ports operating at active width %d rather than 2 (4x)", lwa); in validate_width()
173 IBWARN("Peer ports operating at active width %d rather than 1 (1x)", lwa); in validate_width()
185 IBWARN("Peer ports operating at active speed %d rather than 4 (10.0 Gbps)", lsa); in validate_speed()
189 IBWARN("Peer ports operating at active speed %d rather than 2 (5.0 Gbps)", lsa); in validate_speed()
193 IBWARN("Peer ports operating at active speed %d rather than 1 (2.5 Gbps)", lsa); in validate_speed()
HDibsysstat.c53 #define DEBUG if (verbose) IBWARN
104 IBWARN("cpuinfo truncated"); in mk_reply()
193 IBWARN("couldn't open /proc/cpuinfo"); in build_cpuinfo()
HDibroute.c167 IBWARN("illegal start mlid %x, set to %x", startlid, IB_MIN_MCAST_LID); in dump_multicast_tables()
172 IBWARN("illegal end mlid %x, truncate to %x", endlid, IB_MAX_MCAST_LID); in dump_multicast_tables()
313 IBWARN("ilegal lft top %d, truncate to %d", endlid, IB_MAX_UCAST_LID); in dump_unicast_tables()
HDibnetdiscover.c345 IBWARN("NodeInfo on %s failed, skipping port", in handle_port()
361 IBWARN("port moving..."); in handle_port()
394 IBWARN("can't reach node %s", portid2str(from)); in discover()
426 IBWARN("can't reach node %s port %d", portid2str(path), i); in discover()
HDperfquery.c308 IBWARN("PerfMgt ClassPortInfo 0x%x extended counters not indicated\n", cap_mask); in dump_perfcounters()
479 IBWARN("Emulating AllPortSelect by iterating through all ports"); in main()
HDibstat.c151 IBWARN("%s: '%s' has no port number %d - max (%d)", in ca_stat()
HDibping.c54 #define DEBUG if (verbose) IBWARN
HDsmpquery.c58 #define DEBUG if (verbose>1) IBWARN
/trueos/contrib/ofed/management/infiniband-diags/include/
HDibdiag_common.h49 #define DEBUG if (ibdebug || verbose) IBWARN
50 #define VERBOSE if (ibdebug || verbose > 1) IBWARN
/trueos/contrib/ofed/management/libibumad/src/
HDumad.c79 #define TRACE if (umaddebug) IBWARN
80 #define DEBUG if (umaddebug) IBWARN
168 IBWARN("no pkeys found for %s:%u (at dir %s)...", in get_port()
174 IBWARN("get_port: calloc failed: %s", strerror(errno)); in get_port()
490 IBWARN("can't read ABI version from %s/%s (%m): is ib_umad module loaded?", in umad_init()
495 IBWARN("wrong ABI version: %s/%s is %d but library minimal ABI is %d", in umad_init()
1019 IBWARN("qpn %d qkey 0x%x lid 0x%x sl %d\n" in umad_addr_dump()
1033 IBWARN("agent id %d status %x timeout %d", in umad_dump()
/trueos/contrib/ofed/management/libibcommon/include/infiniband/
HDcommon.h91 #define IBWARN(fmt, args...) ibwarn(__FUNCTION__, fmt, ## args) macro