Searched refs:osm_log_is_active (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/ofed/opensm/opensm/ |
| D | osm_helper.c | 930 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 …]
|
| D | osm_log.c | 363 if (!osm_log_is_active(log, level)) in osm_log_msg_box()
|
| /freebsd-12-stable/contrib/ofed/opensm/libvendor/ |
| D | osm_vendor_mlx_hca.c | 150 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()
|
| D | osm_vendor_mtl_hca_guid.c | 170 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()
|
| D | osm_vendor_al.c | 189 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()
|
| D | osm_vendor_mlx_ibmgt.c | 402 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()
|
| D | osm_vendor_mtl.c | 931 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/ |
| D | osm_log.h | 449 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))) \
|