Searched refs:high_limit (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_qos.c | 609 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()
|
H A D | osm_subnet.c | 866 { "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/sys/ofed/include/rdma/ |
H A D | opa_port_info.h | 294 __be16 high_limit; member
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_subnet.h | 126 int high_limit; member
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_instruction_emul.c | 1888 uint64_t firstoff, low_limit, high_limit, segbase; in vie_calculate_gla() local 1956 high_limit = SEG_DESC_DEF32(desc->access) ? in vie_calculate_gla() 1961 high_limit = desc->limit; in vie_calculate_gla() 1966 if (offset < low_limit || offset > high_limit) in vie_calculate_gla()
|