Searched refs:str2drpath (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | resolve.c | 165 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 D | libibmad.map | 95 str2drpath;
|
H A D | portid.c | 83 int str2drpath(ib_dr_path_t * path, char *routepath, int drslid, int drdlid) in str2drpath() function
|
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 | 709 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 D | ibnetdisc.c | 963 if (str2drpath(&path, dr_str, 0, 0) == -1) in ibnd_find_port_dr()
|