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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c30 * Returns: item data(variable size). Note that xge_queue_t
47 __queue_consume(xge_queue_t *queue, int data_max_size, xge_queue_item_t *item)
142 xge_queue_t *queue = (xge_queue_t *)queueh;
250 * Returns: Pointer to xge_queue_t structure,
259 xge_queue_t *queue;
261 if ((queue = (xge_queue_t *) xge_os_malloc(pdev, sizeof(xge_queue_t))) == NULL)
272 xge_os_free(pdev, queue, sizeof(xge_queue_t));
287 * xge_queue_destroy - Destroy xge_queue_t objec
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h66 * @data_size: Size of the enqueued user data. Note that xge_queue_t
71 * Item of the xge_queue_t{}. The queue is protected
73 * See also: xge_queue_t{}.
95 * struct xge_queue_t - Protected dynamic queue of variable-size items.
124 typedef struct xge_queue_t { struct
139 } xge_queue_t; typedef in typeref:struct:xge_queue_t

Completed in 44 milliseconds