Home
last modified time | relevance | path

Searched refs:str2drpath (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libibmad/
H A Dresolve.c165 if (str2drpath(&portid->drpath, addr_str, 0, 0) < 0) { in ib_resolve_portid_str_via()
192 if (str2drpath(&portid->drpath, routepath, selfportid.lid, 0) < in ib_resolve_portid_str_via()
H A Dlibibmad.map95 str2drpath;
H A Dportid.c83 int str2drpath(ib_dr_path_t * path, char *routepath, int drslid, int drdlid) in str2drpath() function
H A Dmad.h1534 MAD_EXPORT int str2drpath(ib_dr_path_t * path, char *routepath, int drslid,
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c709 if (str2drpath(&portid->drpath, addr_str, 0, 0) < 0) in resolve_portid_str()
732 if (str2drpath(&portid->drpath, routepath, selfportid.lid, 0) < in resolve_portid_str()
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc.c963 if (str2drpath(&path, dr_str, 0, 0) == -1) in ibnd_find_port_dr()