Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h370 uint32_t perfmgr_xmit_wait_threshold; member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c860 …{ "perfmgr_xmit_wait_threshold", OPT_OFFSET(perfmgr_xmit_wait_threshold), opts_parse_uint32, NULL,…
1600 p_opt->perfmgr_xmit_wait_threshold = OSM_PERFMGR_DEFAULT_XMIT_WAIT_THRESHOLD; in osm_subn_set_default_opt()
2724 p_opts->perfmgr_xmit_wait_threshold); in osm_subn_output_conf()
H A Dosm_perfmgr.c1989 pm->xmit_wait_threshold = p_opt->perfmgr_xmit_wait_threshold; in osm_perfmgr_init()