Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ofed/opensm/opensm/
Dosm_helper.c930 if (osm_log_is_active(p_log, log_level)) { in osm_dump_port_info()
1009 if (osm_log_is_active(p_log, log_level)) { in osm_dump_mlnx_ext_port_info()
1126 if (osm_log_is_active(p_log, log_level)) { in osm_dump_portinfo_record()
1212 if (osm_log_is_active(p_log, log_level)) { in osm_dump_guid_info()
1274 if (osm_log_is_active(p_log, log_level)) { in osm_dump_guidinfo_record()
1331 if (osm_log_is_active(p_log, log_level)) { in osm_dump_node_info()
1400 if (osm_log_is_active(p_log, log_level)) { in osm_dump_node_record()
1468 if (osm_log_is_active(p_log, log_level)) { in osm_dump_path_record()
1553 if (osm_log_is_active(p_log, log_level)) { in osm_dump_multipath_record()
1614 if (osm_log_is_active(p_log, log_level)) { in osm_dump_mc_record()
[all …]
Dosm_log.c363 if (!osm_log_is_active(log, level)) in osm_log_msg_box()
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
Dosm_vendor_mlx_hca.c150 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in __osm_vendor_get_ca_ids()
191 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in __osm_ca_info_init()
450 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osm_vendor_get_guid_ca_and_port()
Dosm_vendor_mtl_hca_guid.c170 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in __osm_vendor_get_ca_ids()
211 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in __osm_ca_info_init()
468 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osm_vendor_get_guid_ca_and_port()
Dosm_vendor_al.c189 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in __osm_al_send_callback()
406 if (osm_log_is_active(p_vend->p_log, OSM_LOG_VERBOSE)) { in __osm_ca_info_init()
529 if (osm_log_is_active(p_vend->p_log, OSM_LOG_VERBOSE)) { in __osm_vendor_get_ca_guids()
975 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osm_vendor_bind()
1121 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osm_vendor_send()
1145 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osm_vendor_send()
Dosm_vendor_mlx_ibmgt.c402 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osmv_transport_mad_send()
418 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osmv_transport_mad_send()
Dosm_vendor_mtl.c931 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osm_mtl_send_mad()
948 if (osm_log_is_active(p_vend->p_log, OSM_LOG_DEBUG)) { in osm_mtl_send_mad()
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
Dosm_log.h449 static inline boolean_t osm_log_is_active(IN const osm_log_t * p_log, in osm_log_is_active() function
503 if (osm_log_is_active(log, (level))) \