Searched refs:queueh (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxge-queue.h174 * @queueh: Queue handle.
181 vxge_queue_destroy(vxge_queue_h queueh);
198 * @queueh: Queue handle.
218 vxge_queue_produce(vxge_queue_h queueh,
227 * @queueh: Queue handle.
244 vxge_queue_produce_context(vxge_queue_h queueh, argument
248 return (vxge_queue_produce(queueh, event_type, context, 0, 0, 0));
253 * @queueh: Queue handle.
269 vxge_queue_consume(vxge_queue_h queueh,
275 * @queueh
[all...]
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxge-queue.h151 void xge_queue_destroy(xge_queue_h queueh);
156 xge_queue_produce(xge_queue_h queueh, int event_type, void *context,
160 xge_queue_produce_context(xge_queue_h queueh, int event_type, void *context) { argument
161 return xge_queue_produce(queueh, event_type, context, 0, 0, 0);
164 xge_queue_status_e xge_queue_consume(xge_queue_h queueh, int data_max_size,
167 void xge_queue_flush(xge_queue_h queueh);
H A Dxgehal-device.h348 xge_queue_h queueh; member in struct:__anon11198
650 return ((xge_hal_device_t*)devh)->queueh;
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxge-queue.c143 * @queueh: Queue handle.
163 vxge_queue_produce(vxge_queue_h queueh, argument
170 vxge_queue_t *queue = (vxge_queue_t *) queueh;
176 vxge_assert(queueh != NULL);
184 "queueh = 0x"VXGE_OS_STXFMT", event_type = %d, "
187 (ptr_t) queueh, event_type, (ptr_t) context,
244 status = vxge_io_queue_grow(queueh);
354 * @queueh: Queue handle.
361 vxge_queue_destroy(vxge_queue_h queueh) argument
363 vxge_queue_t *queue = (vxge_queue_t *) queueh;
403 vxge_io_queue_grow(vxge_queue_h queueh) argument
496 vxge_queue_consume(vxge_queue_h queueh, u32 data_max_size, vxge_queue_item_t *item) argument
535 vxge_queue_flush(vxge_queue_h queueh) argument
577 vxge_queue_get_reset_critical(vxge_queue_h queueh) argument
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxge-queue.c124 * @queueh: Queue handle.
144 xge_queue_produce(xge_queue_h queueh, int event_type, void *context, argument
147 xge_queue_t *queue = (xge_queue_t *)queueh;
212 status = __io_queue_grow(queueh);
293 * @queueh: Queue handle.
299 void xge_queue_destroy(xge_queue_h queueh) argument
301 xge_queue_t *queue = (xge_queue_t *)queueh;
315 * @queueh: Queue handle.
326 __io_queue_grow(xge_queue_h queueh) argument
328 xge_queue_t *queue = (xge_queue_t *)queueh;
397 xge_queue_consume(xge_queue_h queueh, int data_max_size, xge_queue_item_t *item) argument
418 xge_queue_flush(xge_queue_h queueh) argument
[all...]
H A Dxgehal-device.c2525 (void) xge_queue_produce_context(hldev->queueh,
2619 (void) xge_queue_produce_context(hldev->queueh,
2696 (void) xge_queue_produce(hldev->queueh, XGE_HAL_EVENT_SERR, hldev,
2717 (void) xge_queue_produce(hldev->queueh,
2737 (void) xge_queue_produce_context(hldev->queueh,
2750 (void) xge_queue_produce_context(hldev->queueh,
5196 hldev->queueh = xge_queue_create(hldev->pdev, hldev->irqh,
5200 if (hldev->queueh == NULL)
5483 xge_queue_flush(hldev->queueh);
5516 if (hldev->queueh) {
[all...]
H A Dxgehal-device-fp.c181 (void) xge_queue_produce(hldev->queueh,
/freebsd-11-stable/contrib/dma/
H A Ddma.h119 LIST_HEAD(queueh, qitem);
122 struct queueh queue;

Completed in 217 milliseconds