Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_helper.c90 #define OSM_SA_METHOD_STR_UNKNOWN_VAL (ARR_SIZE(ib_sa_method_str) - 1) macro
486 if (method > OSM_SA_METHOD_STR_UNKNOWN_VAL) in ib_get_sa_method_str()
487 method = OSM_SA_METHOD_STR_UNKNOWN_VAL; in ib_get_sa_method_str()
491 if (method > OSM_SA_METHOD_STR_UNKNOWN_VAL) in ib_get_sa_method_str()
492 method = OSM_SA_METHOD_STR_UNKNOWN_VAL; in ib_get_sa_method_str()