Searched refs:umad_get_port (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibmad/
H A Dresolve.c60 ret = umad_get_port(srcport->ca_name, srcport->portnum, &port);
120 if (umad_get_port(srcport->ca_name, srcport->portnum, &port))
/freebsd-13-stable/contrib/ofed/libibumad/
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) function
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c582 if ((rc = umad_get_port(ca_name, portnum, &port)) < 0)
608 if ((rc = umad_get_port(ca_name, ca_port, &port)) < 0)
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c210 if (umad_get_port(p_vend->umad_port.ca_name,
H A Dosm_vendor_ibumad.c792 if (umad_get_port(name, i, &p_vend->umad_port) < 0) {
794 "umad_get_port() failed\n");

Completed in 50 milliseconds