Searched refs:opts_parse_uint8 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/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() 779 { "lmc", OPT_OFFSET(lmc), opts_parse_uint8, NULL, 0 }, 781 { "max_op_vls", OPT_OFFSET(max_op_vls), opts_parse_uint8, NULL, 1 }, 784 { "fdr10", OPT_OFFSET(fdr10), opts_parse_uint8, NULL, 1 }, 789 { "subnet_timeout", OPT_OFFSET(subnet_timeout), opts_parse_uint8, NULL, 1 }, 791 { "vl_stall_count", OPT_OFFSET(vl_stall_count), opts_parse_uint8, NULL, 1 }, 912 { "lash_start_vl", OPT_OFFSET(lash_start_vl), opts_parse_uint8, NULL, 1 }, [all …]
|