Searched refs:cur_cpu_model (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.c220 int cur_cpu_model = -1; local
236 cur_cpu_model = -1;
241 if ((cur_cpu_model < 0) && (!read_number_from_line(line, &value)))
242 cur_cpu_model = value;
247 (cur_cpu_model == 0x2A || (cur_cpu_model == 0x2D) ))

Completed in 101 milliseconds