Searched refs:pages_initial (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h103 * @pages_initial:Number of pages to be initially allocated at the time
130 unsigned int pages_initial; member in struct:xge_queue_t
143 xge_queue_h xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial,
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c241 * @pages_initial: Number of pages to be initially allocated at the
256 xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial, argument
268 queue->pages_current = pages_initial;
279 queue->pages_initial = pages_initial;

Completed in 45 milliseconds