Home
last modified time | relevance | path

Searched refs:cc_max_outstanding_mads (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h344 uint32_t cc_max_outstanding_mads; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c892 { "cc_max_outstanding_mads", OPT_OFFSET(cc_max_outstanding_mads), opts_parse_uint32, NULL, 0 },
1649 p_opt->cc_max_outstanding_mads = OSM_CC_DEFAULT_MAX_OUTSTANDING_QUERIES; in osm_subn_set_default_opt()
2848 p_opts->cc_max_outstanding_mads); in osm_subn_output_conf()
H A Dosm_congestion_control.c537 (int32_t)p_opt->cc_max_outstanding_mads) { in cc_poller_send()