Home
last modified time | relevance | path

Searched defs:queueh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c139 xge_queue_produce(xge_queue_h queueh, int event_type, void *context, in xge_queue_produce()
294 void xge_queue_destroy(xge_queue_h queueh) in xge_queue_destroy()
321 __io_queue_grow(xge_queue_h queueh) in __io_queue_grow()
392 xge_queue_consume(xge_queue_h queueh, int data_max_size, xge_queue_item_t *item) in xge_queue_consume()
413 void xge_queue_flush(xge_queue_h queueh) in xge_queue_flush()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h155 xge_queue_produce_context(xge_queue_h queueh, int event_type, void *context) { in xge_queue_produce_context()
H A Dxgehal-device.h348 xge_queue_h queueh; member