Searched refs:rs_last (Results 1 – 3 of 3) sorted by relevance
57 uint_t rs_last; member100 rstruct->rs_last = min_val; in ioat_rs_init()173 array_idx = rstruct->rs_last >> 6; in ioat_rs_alloc()175 last = rstruct->rs_last & 0x3F; in ioat_rs_alloc()180 *resource = rstruct->rs_last; in ioat_rs_alloc()190 rstruct->rs_last++; in ioat_rs_alloc()191 if (rstruct->rs_last > max) { in ioat_rs_alloc()192 rstruct->rs_last = rstruct->rs_min; in ioat_rs_alloc()205 rstruct->rs_last++; in ioat_rs_alloc()206 if (rstruct->rs_last > max) { in ioat_rs_alloc()[all …]
1432 rstruct->rs_last = min_val; in xpvtap_rs_init()1505 array_idx = rstruct->rs_last >> 6; in xpvtap_rs_alloc()1507 last = rstruct->rs_last & 0x3F; in xpvtap_rs_alloc()1512 *resource = rstruct->rs_last; in xpvtap_rs_alloc()1522 rstruct->rs_last++; in xpvtap_rs_alloc()1523 if (rstruct->rs_last > max) { in xpvtap_rs_alloc()1524 rstruct->rs_last = rstruct->rs_min; in xpvtap_rs_alloc()1537 rstruct->rs_last++; in xpvtap_rs_alloc()1538 if (rstruct->rs_last > max) { in xpvtap_rs_alloc()1539 rstruct->rs_last = rstruct->rs_min; in xpvtap_rs_alloc()[all …]
74 uint_t rs_last; member