Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c196 if (queue->pages_current >= queue->pages_max) { in xge_queue_produce()
268 queue->pages_current = pages_initial; in xge_queue_create()
269 queue->start_ptr = xge_os_malloc(pdev, queue->pages_current * in xge_queue_create()
277 queue->pages_current * XGE_QUEUE_BUF_SIZE; in xge_queue_create()
302 xge_os_free(queue->pdev, queue->start_ptr, queue->pages_current * in xge_queue_destroy()
329 (u64)(ulong_t)queue, queue->pages_current); in __io_queue_grow()
332 (queue->pages_current + 1) * XGE_QUEUE_BUF_SIZE); in __io_queue_grow()
337 queue->pages_current * XGE_QUEUE_BUF_SIZE); in __io_queue_grow()
343 (queue->pages_current + 1) * XGE_QUEUE_BUF_SIZE; in __io_queue_grow()
368 queue->pages_current * XGE_QUEUE_BUF_SIZE); in __io_queue_grow()
[all …]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h132 unsigned int pages_current; member