Searched defs:rs_min (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c41 * Bounds of resource allocation. We will start allocating at rs_min
42 * and rollover at rs_max+1 (rs_max is included). e.g. for rs_min=0
45 uint_t rs_min; member in struct:ioat_rs_s
101 rstruct->rs_min = min_val;
165 min = rstruct->rs_min;
194 rstruct->rs_last = rstruct->rs_min;
209 rstruct->rs_last = rstruct->rs_min;
235 ASSERT(resource >= rstruct->rs_min);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.h56 * Bounds of resource allocation. We will start allocating at rs_min
57 * and rollover at rs_max+1 (rs_max is included). e.g. for rs_min=0
60 uint_t rs_min; member in struct:xpvtap_rs_s

Completed in 69 milliseconds