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

/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h356 IN DAT_COUNT wqes,
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c251 * By default, compute reasonable send queue size based on #iovs, #wqes,
252 * max_iovs, and max inline byte count. If the #wqes is large, then we
256 * < 128 wqes increase to at most 256 minus header
257 * < 256 wqes increase to at most 128 minus header
258 * >= 256 wqes use SGL unaltered
263 dapls_ib_max_request_iov(int iovs, int wqes, int max_iovs, argument
270 } else if (wqes < 128) {
273 } else if (wqes < 256) {

Completed in 25 milliseconds