Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c263 dapls_ib_max_request_iov(int iovs, int wqes, int max_iovs, in dapls_ib_max_request_iov() argument
280 if (ret_iovs > max_iovs) /* do not exceed max */ in dapls_ib_max_request_iov()
281 ret_iovs = max_iovs; in dapls_ib_max_request_iov()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h357 IN DAT_COUNT max_iovs,