Searched refs:wndx (Results 1 – 1 of 1) sorted by relevance
87 int wndx; in eib_chan_post_rx() local96 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()