Home
last modified time | relevance | path

Searched refs:rate1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_helper.c3275 int ib_path_compare_rates(IN const int rate1, IN const int rate2) in ib_path_compare_rates() argument
3279 CL_ASSERT(rate1 >= IB_MIN_RATE && rate1 <= IB_MAX_RATE); in ib_path_compare_rates()
3282 if (rate1 <= IB_MAX_RATE) in ib_path_compare_rates()
3283 orate1 = ordered_rates[rate1]; in ib_path_compare_rates()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_helper.h770 int ib_path_compare_rates(IN const int rate1, IN const int rate2);
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c2828 int rate0, int rate1) in interpolate_rate() argument
2830 return rate0 + (snr - snr0) * (rate1 - rate0) / (snr1 - snr0); in interpolate_rate()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c5523 static u_char rate1[] = { 200, 200, 80, }; local
5535 for (i = 0; i < nitems(rate1); ++i)
5536 if (set_mouse_sampling_rate(kbdc, rate1[i]) != rate1[i])