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

/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drsocket.c111 static uint16_t def_iomap_size = 0; variable
562 failable_fscanf(f, "%hu", &def_iomap_size);
566 def_iomap_size = (uint8_t) rs_value_to_scale(
567 (uint16_t) rs_scale_to_value(def_iomap_size, 8), 8);
623 rs->target_iomap_size = def_iomap_size;

Completed in 181 milliseconds