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

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c266 int ret_iovs; local
269 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t);
272 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t);
275 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t);
277 ret_iovs = iovs;
280 if (ret_iovs > max_iovs) /* do not exceed max */
281 ret_iovs = max_iovs;
282 if (iovs > ret_iovs) /* never decrease iovs */
283 ret_iovs = iovs;
284 return (ret_iovs);
[all...]

Completed in 21 milliseconds