Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_chan.c80 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()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h61 #define EIB_RWR_CHUNK_SZ 8 macro