Searched refs:EIB_RWR_CHUNK_SZ (Results 1 – 2 of 2) sorted by relevance
80 eib_wqe_t *rwqes[EIB_RWR_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()
57 #define EIB_RWR_CHUNK_SZ 8 macro