Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h131 unsigned int pages_max; member
144 int pages_max, xge_queued_f queued_func, void *queued_data);
/titanic_41/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c196 if (queue->pages_current >= queue->pages_max) { in xge_queue_produce()
257 int pages_max, xge_queued_f queued, void *queued_data) in xge_queue_create() argument
280 queue->pages_max = pages_max; in xge_queue_create()