Searched refs:IB_ATTR_PORT_INFO (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | smpquery.c | 160 if (!smp_query_via(data, dest, IB_ATTR_PORT_INFO, portnum, 0, srcport)) in port_info() 363 if (!smp_query_via(data, dest, IB_ATTR_PORT_INFO, portnum, 0, srcport)) in vlarb_table() 390 if (!smp_query_via(data, dest, IB_ATTR_PORT_INFO, 0, 0, srcport)) in guid_info()
|
H A D | ibaddr.c | 65 if (!smp_query_via(portinfo, portid, IB_ATTR_PORT_INFO, portnum, 0, in ib_resolve_addr()
|
H A D | ibportstate.c | 147 if (!smp_query_via(smp, dest, IB_ATTR_PORT_INFO, 0, 0, srcport)) in get_port_info() 153 if (!smp_query_via(data, dest, IB_ATTR_PORT_INFO, portnum, 0, srcport)) in get_port_info() 249 if (!smp_set_via(data, dest, IB_ATTR_PORT_INFO, mod, 0, srcport)) in set_port_info()
|
H A D | ibtracert.c | 157 if (!smp_query_via(pi, portid, IB_ATTR_PORT_INFO, 0, timeout, srcport)) in get_node() 440 if (!smp_query_via(pi, portid, IB_ATTR_PORT_INFO, portnum, timeout, in get_port() 746 if (!smp_query_via(portinfo, portid, IB_ATTR_PORT_INFO, 0, 0, srcport)) in resolve_lid()
|
H A D | ibsendtrap.c | 72 if (smp_query_via(data, port, IB_ATTR_PORT_INFO, 0, 0, srcport)) in get_cap_mask()
|
H A D | ibroute.c | 297 !smp_query_via(pi, &lidport, IB_ATTR_PORT_INFO, 0, 100, srcport) || in dump_lid()
|
H A D | ibmirror.c | 268 if (!smp_query_via(buf, &peerportid, IB_ATTR_PORT_INFO, 0, 0, srcport)) in get_peer()
|
H A D | ibdiag_common.c | 519 if (!smp_query_via(data, dest, IB_ATTR_PORT_INFO, port, 0, srcport)) in is_port_info_extended_supported()
|
/freebsd/contrib/ofed/libibmad/ |
H A D | resolve.c | 229 if (!smp_query_via(portinfo, &self, IB_ATTR_PORT_INFO, 0, 0, srcport)) in ib_resolve_self_via()
|
H A D | mad.h | 139 IB_ATTR_PORT_INFO = 0x15, enumerator
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | ibnetdisc.c | 455 return issue_smp(engine, portid, IB_ATTR_PORT_INFO, portnum, in query_port_info()
|