Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c384 if (p_port->cc_unavailable_flag) in osm_congestion_control_setup()
485 p_port->cc_unavailable_flag = TRUE; in cc_rcv_mad()
490 p_port->cc_unavailable_flag = FALSE; in cc_rcv_mad()
708 && !p_port->cc_unavailable_flag) { in cc_mad_send_err_callback()
709 p_port->cc_unavailable_flag = TRUE; in cc_mad_send_err_callback()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h1199 int cc_unavailable_flag; member