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) {
268 queue->pages_current = pages_initial;
269 queue->start_ptr = xge_os_malloc(pdev, queue->pages_current *
277 queue->pages_current * XGE_QUEUE_BUF_SIZE;
302 xge_os_free(queue->pdev, queue->start_ptr, queue->pages_current *
329 (u64)(ulong_t)queue, queue->pages_current);
332 (queue->pages_current + 1) * XGE_QUEUE_BUF_SIZE);
337 queue->pages_current * XGE_QUEUE_BUF_SIZE);
343 (queue->pages_current + 1) * XGE_QUEUE_BUF_SIZE;
368 queue->pages_current * XGE_QUEUE_BUF_SIZ
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h106 * @pages_current: Number of pages currently allocated
132 unsigned int pages_current; member in struct:xge_queue_t

Completed in 364 milliseconds