Home
last modified time | relevance | path

Searched refs:umad_get_port (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ofed/libibmad/
H A Dresolve.c60 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 Dlibibumad.map11 umad_get_port;
H A Dumad.h194 int umad_get_port(const char *ca_name, int portnum, umad_port_t * port);
H A Dumad.c687 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 Dibdiag_common.c582 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 Dosm_vendor_ibumad_sa.c210 if (umad_get_port(p_vend->umad_port.ca_name, in update_umad_port()
H A Dosm_vendor_ibumad.c792 if (umad_get_port(name, i, &p_vend->umad_port) < 0) { in osm_vendor_open_port()