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];
100 chunk_sz = ((limit - wndx) < EIB_RWR_CHUNK_SZ) ?
101 (limit - wndx) : EIB_RWR_CHUNK_SZ;
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h57 #define EIB_RWR_CHUNK_SZ 8 macro

Completed in 394 milliseconds