Searched defs:max_iovs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c252 * max_iovs, and max inline byte count. If the #wqes is large, then we
263 dapls_ib_max_request_iov(int iovs, int wqes, int max_iovs, argument
280 if (ret_iovs > max_iovs) /* do not exceed max */
281 ret_iovs = max_iovs;

Completed in 61 milliseconds