Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_mad_ctrl.c130 if (num_messages > 1 && p_ctrl->p_subn->opt.max_msg_fifo_timeout && in sa_mad_ctrl_process()
132 p_ctrl->p_subn->opt.max_msg_fifo_timeout) { in sa_mad_ctrl_process()
H A Dosm_subnet.c777 { "max_msg_fifo_timeout", OPT_OFFSET(max_msg_fifo_timeout), opts_parse_uint32, NULL, 1 },
1551 p_opt->max_msg_fifo_timeout = 50 * OSM_DEFAULT_TRANS_TIMEOUT_MILLISEC; in osm_subn_set_default_opt()
2652 p_opts->max_msg_fifo_timeout, in osm_subn_output_conf()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h286 uint32_t max_msg_fifo_timeout; member