Home
last modified time | relevance | path

Searched refs:high_limit (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/ofed/opensm/opensm/
HDosm_qos.c609 if (opt->high_limit >= 0) in qos_build_config()
610 cfg->vl_high_limit = (uint8_t) opt->high_limit; in qos_build_config()
612 if (dflt->high_limit >= 0) in qos_build_config()
613 cfg->vl_high_limit = (uint8_t) dflt->high_limit; in qos_build_config()
HDosm_subnet.c866 { "qos_high_limit", OPT_OFFSET(qos_options.high_limit), opts_parse_int32, NULL, 1 },
871 { "qos_ca_high_limit", OPT_OFFSET(qos_ca_options.high_limit), opts_parse_int32, NULL, 1 },
876 { "qos_sw0_high_limit", OPT_OFFSET(qos_sw0_options.high_limit), opts_parse_int32, NULL, 1 },
881 { "qos_swe_high_limit", OPT_OFFSET(qos_swe_options.high_limit), opts_parse_int32, NULL, 1 },
886 { "qos_rtr_high_limit", OPT_OFFSET(qos_rtr_options.high_limit), opts_parse_int32, NULL, 1 },
1516 opt->high_limit = -1; in subn_init_qos_options()
1701 prefix, opt->high_limit, in subn_dump_qos_options()
1897 static void subn_verify_high_limit(int *high_limit, const char *prefix) in subn_verify_high_limit() argument
1899 if (*high_limit < 0 || *high_limit > 255) { in subn_verify_high_limit()
1900 if (*high_limit > 255) in subn_verify_high_limit()
[all …]
/freebsd-14-stable/sys/ofed/include/rdma/
HDopa_port_info.h294 __be16 high_limit; member
/freebsd-14-stable/contrib/ofed/opensm/include/opensm/
HDosm_subnet.h126 int high_limit; member
/freebsd-14-stable/sys/amd64/vmm/
HDvmm_instruction_emul.c1900 uint64_t firstoff, low_limit, high_limit, segbase; in vie_calculate_gla() local
1968 high_limit = SEG_DESC_DEF32(desc->access) ? in vie_calculate_gla()
1973 high_limit = desc->limit; in vie_calculate_gla()
1978 if (offset < low_limit || offset > high_limit) in vie_calculate_gla()