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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c87 int wndx; local
96 for (wndx = 0; wndx < limit; wndx += chunk_sz) {
100 chunk_sz = ((limit - wndx) < EIB_RWR_CHUNK_SZ) ?
101 (limit - wndx) : EIB_RWR_CHUNK_SZ;

Completed in 43 milliseconds