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

/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,
263 dapls_ib_max_request_iov(int iovs, int wqes, int max_iovs, argument
277 ret_iovs = iovs;
282 if (iovs > ret_iovs) /* never decrease iovs */
283 ret_iovs = iovs;
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h355 IN DAT_COUNT iovs,

Completed in 18 milliseconds