Home
last modified time | relevance | path

Searched refs:_vq (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/drivers/virtio/
H A DVirtIORing.c226 struct virtqueue *_vq, /* the queue */ in virtqueue_add_buf_split() argument
234 struct virtqueue_split *vq = splitvq(_vq); in virtqueue_add_buf_split()
304 struct virtqueue *_vq, /* the queue */ in virtqueue_get_buf_split() argument
307 struct virtqueue_split *vq = splitvq(_vq); in virtqueue_get_buf_split()
328 if (_vq->vdev->event_suppression_enabled && virtqueue_is_interrupt_enabled(_vq)) { in virtqueue_get_buf_split()
340 struct virtqueue_split *vq = splitvq(_vq); in virtqueue_has_buf_split()
347 struct virtqueue_split *vq = splitvq(_vq); in virtqueue_kick_prepare_split()
371 virtqueue_notify(_vq); in virtqueue_kick_always_split()
444 _vq->index, in virtqueue_shutdown_split()
447 _vq->vdev, in virtqueue_shutdown_split()
[all …]
H A DVirtIORing-Packed.c172 struct virtqueue *_vq, /* the queue */ in virtqueue_add_buf_packed() argument
180 struct virtqueue_packed *vq = packedvq(_vq); in virtqueue_add_buf_packed()
308 struct virtqueue_packed *vq = packedvq(_vq); in virtqueue_detach_unused_buf_packed()
328 struct virtqueue_packed *vq = packedvq(_vq); in virtqueue_disable_cb_packed()
395 struct virtqueue_packed *vq = packedvq(_vq); in virtqueue_enable_cb_packed()
471 _vq->index, in virtqueue_shutdown_packed()
474 _vq->vdev, in virtqueue_shutdown_packed()
476 _vq->notification_cb, in virtqueue_shutdown_packed()
477 _vq); in virtqueue_shutdown_packed()
487 struct virtqueue *_vq, /* the queue */ in virtqueue_get_buf_packed() argument
[all …]
/reactos/drivers/network/dd/netkvm/Common/
H A Dndis56common.h601 ParaNDIS_IsQueueInterruptEnabled(struct virtqueue * _vq) in ParaNDIS_IsQueueInterruptEnabled() argument
603 return virtqueue_is_interrupt_enabled(_vq); in ParaNDIS_IsQueueInterruptEnabled()
H A DParaNdis-Common.c1456 struct virtqueue* _vq = ParaNdis_GetQueueForInterrupt(pContext, knownInterruptSources); in ParaNdis_OnQueuedInterrupt() local
1459 if((_vq != NULL) && !ParaNDIS_IsQueueInterruptEnabled(_vq)) in ParaNdis_OnQueuedInterrupt()
2214 struct virtqueue * _vq = (struct virtqueue *) SyncContext->Parameter; in RestartQueueSynchronously() local
2216 if (!virtqueue_enable_cb(_vq)) in RestartQueueSynchronously()
2218 virtqueue_disable_cb(_vq); in RestartQueueSynchronously()