Symbol: xge_queue_h
usr/src/uts/common/io/xge/hal/include/xge-queue.h
143
xge_queue_h xge_queue_create(pci_dev_h pdev, pci_irq_h irqh, int pages_initial,
usr/src/uts/common/io/xge/hal/include/xge-queue.h
146
void xge_queue_destroy(xge_queue_h queueh);
usr/src/uts/common/io/xge/hal/include/xge-queue.h
151
xge_queue_produce(xge_queue_h queueh, int event_type, void *context,
usr/src/uts/common/io/xge/hal/include/xge-queue.h
155
xge_queue_produce_context(xge_queue_h queueh, int event_type, void *context) {
usr/src/uts/common/io/xge/hal/include/xge-queue.h
159
xge_queue_status_e xge_queue_consume(xge_queue_h queueh, int data_max_size,
usr/src/uts/common/io/xge/hal/include/xge-queue.h
162
void xge_queue_flush(xge_queue_h queueh);
usr/src/uts/common/io/xge/hal/include/xge-queue.h
166
xge_queue_status_e __io_queue_grow(xge_queue_h qh);
usr/src/uts/common/io/xge/hal/include/xge-queue.h
168
int __queue_get_reset_critical (xge_queue_h qh);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
348
xge_queue_h queueh;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
647
static inline xge_queue_h
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
139
xge_queue_produce(xge_queue_h queueh, int event_type, void *context,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
255
xge_queue_h
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
294
void xge_queue_destroy(xge_queue_h queueh)
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
321
__io_queue_grow(xge_queue_h queueh)
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
392
xge_queue_consume(xge_queue_h queueh, int data_max_size, xge_queue_item_t *item)
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
413
void xge_queue_flush(xge_queue_h queueh)
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
441
int __queue_get_reset_critical (xge_queue_h qh) {