Searched refs:umad_get_port (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | resolve.c | 60 ret = umad_get_port(srcport->ca_name, srcport->portnum, &port); in ib_resolve_smlid_via() 120 if (umad_get_port(srcport->ca_name, srcport->portnum, &port)) in ib_resolve_guid_via()
|
/freebsd/contrib/ofed/libibumad/ |
H A D | libibumad.map | 11 umad_get_port;
|
H A D | umad.h | 194 int umad_get_port(const char *ca_name, int portnum, umad_port_t * port);
|
H A D | umad.c | 687 int umad_get_port(const char *ca_name, int portnum, umad_port_t * port) in umad_get_port() function
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_common.c | 582 if ((rc = umad_get_port(ca_name, portnum, &port)) < 0) in resolve_sm_portid() 608 if ((rc = umad_get_port(ca_name, ca_port, &port)) < 0) in resolve_self()
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_ibumad_sa.c | 210 if (umad_get_port(p_vend->umad_port.ca_name, in update_umad_port()
|
H A D | osm_vendor_ibumad.c | 792 if (umad_get_port(name, i, &p_vend->umad_port) < 0) { in osm_vendor_open_port()
|