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

/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dibccquery.c96 printf("# ClassPortInfo: %s\n%s", portid2str(dest), buf);
111 printf("# CongestionInfo: %s\n%s", portid2str(dest), buf);
126 printf("# CongestionKeyInfo: %s\n%s", portid2str(dest), buf);
148 printf("# CongestionLog: %s\n%s", portid2str(dest), buf);
197 printf("# SwitchCongestionSetting: %s\n%s", portid2str(dest), buf);
222 printf("# SwitchPortCongestionSetting: %s\n", portid2str(dest));
275 printf("# CACongestionSetting: %s\n%s\n", portid2str(dest), buf);
302 printf("# CongestionControlTable: %s\n%s\n", portid2str(dest), buf);
338 printf("# Timestamp: %s\n%s", portid2str(dest), buf);
H A Dsmpquery.c123 printf("# Node info: %s\n%s", portid2str(dest), buf);
144 printf("# Port info Extended: %s port %d\n%s", portid2str(dest),
163 printf("# Port info: %s port %d\n", portid2str(dest), orig_portnum);
182 printf("# MLNX ext Port info: %s port %d\n%s", portid2str(dest), portnum, buf);
196 printf("# Switch info: %s\n%s", portid2str(dest), buf);
285 printf("# SL2VL table: %s\n", portid2str(dest));
356 portid2str(dest), 0);
370 portid2str(dest), portnum, lowcap, highcap);
H A Dibping.c138 data, portid2str(portid), rtt / 1000, rtt % 1000);
154 portid2str(&portid));
239 IBEXIT("ibping to %s: %s", portid2str(&portid), err);
266 DEBUG("ibping to %s failed", portid2str(&portid));
H A Dibtracert.c170 DEBUG("portid %s: got node %" PRIx64 " '%s'", portid2str(portid),
197 portid2str(portid), lid, sw->fdb[lid % 64]);
280 DEBUG("from %s", portid2str(from));
322 portid2str(from));
356 portid2str(from));
450 portid2str(portid), portnum, port->lid, port->state,
546 DEBUG("from %s", portid2str(from));
555 IBWARN("can't reach node %s", portid2str(from));
620 portid2str(path), i);
648 portid2str(pat
[all...]
H A Dibsysstat.c107 size, portid2str(&rport), rpc.attr.id, rpc.attr.mod, rport.qkey);
344 IBEXIT("ibssystat to %s: %s", portid2str(&portid),
363 IBEXIT("ibsystat to %s: %s", portid2str(&portid), err);
H A Ddump_fts.c160 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid,
202 mapnd, portid2str(portid),
337 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid,
354 mapnd, portid2str(portid),
H A Dibqueryerrors.c380 node_name, portid2str(portid), portnum);
521 node_name, portid2str(portid), portnum);
550 node_name, portid2str(portid), portnum);
563 node_name, portid2str(portid), portnum);
620 node_name, portid2str(portid), portnum);
629 node_name, portid2str(portid), portnum);
728 "%s port %d\n", node_name, portid2str(portid),
H A Dperfquery.c254 portid2str(portid), ALL_PORTS, ntohs(cap_mask), buf);
387 portid2str(portid), ALL_PORTS, ntohs(cap_mask), cap_mask2, buf);
445 portid2str(portid), port, ntohs(cap_mask),
450 portid2str(portid), port, ntohs(cap_mask), buf);
492 portid2str(portid), port_num, buf);
711 printf("# PortSamplesControl: %s port %d\n%s", portid2str(portid),
H A Dibroute.c184 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid,
354 " (%s):\n", startlid, endlid, portid2str(portid), nodeguid,
H A Dibportstate.c238 printf("# Port info: %s port %d\n%s", portid2str(dest), portnum, buf);
269 printf("# MLNX ext Port info: %s port %d\n%s", portid2str(dest),
/freebsd-12-stable/contrib/ofed/libibmad/
H A Dcc.c57 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
92 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
H A Dsmp.c67 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
113 DEBUG("attr 0x%x mod 0x%x route %s", attrid, mod, portid2str(portid));
H A Dbm.c62 DEBUG("route %s data %p", portid2str(portid), data);
H A Dvendor.c72 DEBUG("route %s data %p", portid2str(portid), data);
H A Dportid.c59 char *portid2str(ib_portid_t * portid) function
H A Drpc.c246 portid2str(dport));
270 status, portid2str(dport));
309 IBWARN("_do_madrpc failed; dport (%s)", portid2str(dport));
320 status, portid2str(dport));
H A Dsa.c56 portid2str(portid));
H A Dserv.c121 DEBUG("dest %s", portid2str(portid));
H A Dmad.h1532 MAD_EXPORT char *portid2str(ib_portid_t * portid);
/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c136 portid2str(portid));
187 portid2str(portid), port->portnum, port->base_lid,
325 portid2str(portid), node->guid, portnum);
454 portid2str(portid), node->guid, portnum);
520 portid2str(path), prompt, type, node->guid,
557 portid2str(&smp->path));
609 IBND_DEBUG("Query Node Info; %s\n", portid2str(portid));
804 IBND_DEBUG("from %s\n", portid2str(from));
H A Dquery_smp.c194 portid2str(&smp->path), smp->rpc.attr.id,
201 portid2str(&smp->path), smp->rpc.attr.id,

Completed in 303 milliseconds