Searched refs:routepath (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | portid.c | 83 int str2drpath(ib_dr_path_t * path, char *routepath, int drslid, int drdlid) in str2drpath() argument 90 if (!routepath || !(tmp = strdup(routepath))) in str2drpath() 93 DEBUG("DR str: %s", routepath); in str2drpath()
|
H A D | resolve.c | 149 char *routepath; in ib_resolve_portid_str_via() local 181 lid = strtol(addr_str, &routepath, 0); in ib_resolve_portid_str_via() 182 routepath++; in ib_resolve_portid_str_via() 192 if (str2drpath(&portid->drpath, routepath, selfportid.lid, 0) < in ib_resolve_portid_str_via()
|
H A D | mad.h | 1534 MAD_EXPORT int str2drpath(ib_dr_path_t * path, char *routepath, int drslid,
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_common.c | 695 char *routepath; in resolve_portid_str() local 722 lid = strtol(addr_str, &routepath, 0); in resolve_portid_str() 723 routepath++; in resolve_portid_str() 732 if (str2drpath(&portid->drpath, routepath, selfportid.lid, 0) < in resolve_portid_str()
|