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

/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h357 IN DAT_COUNT max_iovs,
/osnet-11/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 25 milliseconds