Searched refs:opts_parse_uint8 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_subnet.c | 428 static void opts_parse_uint8(IN osm_subn_t *p_subn, IN char *p_key, in opts_parse_uint8() function 720 opts_parse_uint8(p_subn, p_key, p_val_str + val_offset, in opts_parse_ccti_increase() 737 opts_parse_uint8(p_subn, p_key, p_val_str + val_offset, in opts_parse_trigger_threshold() 754 opts_parse_uint8(p_subn, p_key, p_val_str + val_offset, in opts_parse_ccti_min() 767 { "m_key_protection_level", OPT_OFFSET(m_key_protect_bits), opts_parse_uint8, NULL, 1 }, 778 { "sm_priority", OPT_OFFSET(sm_priority), opts_parse_uint8, opts_setup_sm_priority, 1 }, 779 { "lmc", OPT_OFFSET(lmc), opts_parse_uint8, NULL, 0 }, 781 { "max_op_vls", OPT_OFFSET(max_op_vls), opts_parse_uint8, NULL, 1 }, 782 { "force_link_speed", OPT_OFFSET(force_link_speed), opts_parse_uint8, NULL, 1 }, 783 { "force_link_speed_ext", OPT_OFFSET(force_link_speed_ext), opts_parse_uint8, NULL, 1 }, [all …]
|