Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sa_class_port_info.c170 if (osm_log_is_active(sa->p_log, OSM_LOG_FRAMES)) in __osm_cpi_rcv_respond()
171 osm_dump_sa_mad(sa->p_log, p_resp_sa_mad, OSM_LOG_FRAMES); in __osm_cpi_rcv_respond()
HDosm_vl15intf.c147 if (osm_log_is_active(p_vl->p_log, OSM_LOG_FRAMES)) in __osm_vl15_poller()
150 OSM_LOG_FRAMES); in __osm_vl15_poller()
HDosm_sa_mad_ctrl.c327 if (osm_log_is_active(p_ctrl->p_log, OSM_LOG_FRAMES)) in __osm_sa_mad_ctrl_rcv_callback()
328 osm_dump_sa_mad(p_ctrl->p_log, p_sa_mad, OSM_LOG_FRAMES); in __osm_sa_mad_ctrl_rcv_callback()
HDosm_sm_mad_ctrl.c592 if (osm_log_is_active(p_ctrl->p_log, OSM_LOG_FRAMES)) in __osm_sm_mad_ctrl_rcv_callback()
593 osm_dump_dr_smp(p_ctrl->p_log, p_smp, OSM_LOG_FRAMES); in __osm_sm_mad_ctrl_rcv_callback()
HDosm_sa.c389 if (osm_log_is_active(sa->p_log, OSM_LOG_FRAMES)) in osm_sa_send_error()
390 osm_dump_sa_mad(sa->p_log, p_resp_sa_mad, OSM_LOG_FRAMES); in osm_sa_send_error()
503 osm_dump_sa_mad(sa->p_log, resp_sa_mad, OSM_LOG_FRAMES); in osm_sa_respond()
HDosm_console.c116 OSM_LOG_FRAMES); in help_loglevel()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_log.h95 #define OSM_LOG_FRAMES 0x20 macro