Searched refs:xge_queue_produce (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-queue.h48 * and xge_queue_produce() APIs.
120 * Queue users may "produce" (see xge_queue_produce()) and "consume"
151 xge_queue_produce(xge_queue_h queueh, int event_type, void *context,
156 return xge_queue_produce(queueh, event_type, context, 0, 0, 0);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c117 * xge_queue_produce - Enqueue an item (see xge_queue_item_t{})
139 xge_queue_produce(xge_queue_h queueh, int event_type, void *context, function
389 * See also: xge_queue_item_t{}, xge_queue_produce().
H A Dxgehal-device-fp.c181 (void) xge_queue_produce(hldev->queueh,
H A Dxgehal-device.c2695 (void) xge_queue_produce(hldev->queueh, XGE_HAL_EVENT_SERR, hldev,
2716 (void) xge_queue_produce(hldev->queueh,

Completed in 79 milliseconds