Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c479 p_port->cc_timeout_count = 0; in cc_rcv_mad()
691 && p_port->cc_timeout_count) in cc_mad_send_err_callback()
706 p_port->cc_timeout_count++; in cc_mad_send_err_callback()
707 if (p_port->cc_timeout_count > OSM_CC_TIMEOUT_COUNT_THRESHOLD in cc_mad_send_err_callback()
710 p_port->cc_timeout_count = 0; in cc_mad_send_err_callback()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h1198 unsigned int cc_timeout_count; member