Home
last modified time | relevance | path

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

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