EIB_RWR_CHUNK_SZ
chunk_sz = ((limit - wndx) < EIB_RWR_CHUNK_SZ) ?
(limit - wndx) : EIB_RWR_CHUNK_SZ;
eib_wqe_t *rwqes[EIB_RWR_CHUNK_SZ];