Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c196 IN DAPL_COOKIE_BUFFER *curr_buffer, in dapls_cb_resize() argument
206 if (new_size < curr_buffer->pool_size) { in dapls_cb_resize()
215 curr_buffer->pool[0].queue.ptr, curr_buffer->pool[0].queue_type, in dapls_cb_resize()
223 head = curr_buffer->head; in dapls_cb_resize()
224 tail = curr_buffer->tail; in dapls_cb_resize()
227 new_buffer->pool[index] = curr_buffer->pool[head]; in dapls_cb_resize()
228 head = (head + 1) % curr_buffer->pool_size; in dapls_cb_resize()
/titanic_44/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_cookie.h59 IN DAPL_COOKIE_BUFFER *curr_buffer,