Searched refs:xge_queue_h (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-queue.h | 58 typedef void* xge_queue_h; typedef 143 xge_queue_h xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial, 146 void xge_queue_destroy(xge_queue_h queueh); 151 xge_queue_produce(xge_queue_h queueh, int event_type, void *context, 155 xge_queue_produce_context(xge_queue_h queueh, int event_type, void *context) { 159 xge_queue_status_e xge_queue_consume(xge_queue_h queueh, int data_max_size, 162 void xge_queue_flush(xge_queue_h queueh); 166 xge_queue_status_e __io_queue_grow(xge_queue_h qh); 168 int __queue_get_reset_critical (xge_queue_h qh);
|
H A D | xgehal-device.h | 348 xge_queue_h queueh; 647 static inline xge_queue_h
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xge-queue.c | 139 xge_queue_produce(xge_queue_h queueh, int event_type, void *context, 255 xge_queue_h 294 void xge_queue_destroy(xge_queue_h queueh) 321 __io_queue_grow(xge_queue_h queueh) 392 xge_queue_consume(xge_queue_h queueh, int data_max_size, xge_queue_item_t *item) 413 void xge_queue_flush(xge_queue_h queueh) 441 int __queue_get_reset_critical (xge_queue_h qh) {
|
Completed in 47 milliseconds