Searched refs:EIB_WQES_PER_BLK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h279 #define EIB_WQES_PER_BLK 64 /* do not change this */ macro
280 #define EIB_WQES_PER_POOL (EIB_BLKS_PER_POOL * EIB_WQES_PER_BLK)
283 #define EIB_WQEBLK_SZ (EIB_WQES_PER_BLK * EIB_WQE_SZ)
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_rsrc.c533 for (ndx = 0; ndx < EIB_WQES_PER_BLK; ndx++, i++) {
702 for (ndx = 0; ndx < EIB_WQES_PER_BLK; ndx++, i++) {
1020 wqe_ndx = blk * EIB_WQES_PER_BLK + ndx;

Completed in 51 milliseconds