Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c147 xge_assert(real_size <= XGE_QUEUE_BUF_SIZE); in xge_queue_produce()
270 XGE_QUEUE_BUF_SIZE); in xge_queue_create()
277 queue->pages_current * XGE_QUEUE_BUF_SIZE; in xge_queue_create()
303 XGE_QUEUE_BUF_SIZE); in xge_queue_destroy()
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()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h34 #define XGE_QUEUE_BUF_SIZE 0x1000 macro