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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c264 int max_inline_bytes)
268 if (max_inline_bytes > 0) {
269 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t);
271 max_inline_bytes = 256 - TAVOR_INLINE_HEADER_SIZE_MAX;
272 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t);
274 max_inline_bytes = 128 - TAVOR_INLINE_HEADER_SIZE_MAX;
275 ret_iovs = max_inline_bytes / sizeof (tavor_hw_wqe_sgl_t);
305 int max_inline_bytes = -1; local
325 max_inline_bytes =
330 max_inline_bytes
263 dapls_ib_max_request_iov(int iovs, int wqes, int max_iovs, int max_inline_bytes) argument
[all...]
H A Ddapl_arbel_hw.c200 int max_inline_bytes = -1; local
226 max_inline_bytes =
231 max_inline_bytes =
317 if (max_inline_bytes != -1) { /* compute total_len */
321 if (total_len > max_inline_bytes)
322 max_inline_bytes = -1; /* too big, do not "inline" */
324 if (max_inline_bytes != -1) { /* do "inline" */
H A Ddapl_hermon_hw.c188 int max_inline_bytes = -1; local
215 max_inline_bytes =
221 max_inline_bytes =
312 if (max_inline_bytes != -1) { /* compute total_len */
317 max_inline_bytes = -1; /* do not inline */
320 max_inline_bytes -= (len / 64) * sizeof (uint32_t);
321 if (len > max_inline_bytes)
322 max_inline_bytes = -1; /* too big for inline */
325 if (max_inline_bytes != -1) { /* do "inline" */
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h358 IN int max_inline_bytes);

Completed in 75 milliseconds