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

/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxge-queue.h52 * and vxge_queue_produce() APIs.
124 * Queue users may "produce" (see vxge_queue_produce()) and "consume"
196 * vxge_queue_produce - Enqueue an item (see vxge_queue_item_t {})
218 vxge_queue_produce(vxge_queue_h queueh,
240 * See also: vxge_queue_item_t {}, vxge_queue_produce().
248 return (vxge_queue_produce(queueh, event_type, context, 0, 0, 0));
266 * See also: vxge_queue_item_t {}, vxge_queue_produce().
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxge-queue.c141 * vxge_queue_produce - Enqueue an item (see vxge_queue_item_t {})
163 vxge_queue_produce(vxge_queue_h queueh, function
493 * See also: vxge_queue_item_t {}, vxge_queue_produce().

Completed in 109 milliseconds