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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c42 * and rollover at rs_max+1 (rs_max is included). e.g. for rs_min=0
43 * and rs_max=7, we will have 8 total resources which can be alloced.
46 uint_t rs_max; member in struct:ioat_rs_s
103 rstruct->rs_max = max_val;
166 max = rstruct->rs_max;
236 ASSERT(resource <= rstruct->rs_max);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.h57 * and rollover at rs_max+1 (rs_max is included). e.g. for rs_min=0
58 * and rs_max=7, we will have 8 total resources which can be alloced.
61 uint_t rs_max; member in struct:xpvtap_rs_s

Completed in 58 milliseconds