Searched refs:dataplane (Results 1 – 13 of 13) sorted by relevance
44 XenBlockDataPlane *dataplane; member83 request->dataplane = NULL; in reset_request()90 static XenBlockRequest *xen_block_start_request(XenBlockDataPlane *dataplane) in xen_block_start_request() argument94 if (QLIST_EMPTY(&dataplane->freelist)) { in xen_block_start_request()95 if (dataplane->requests_total >= dataplane->max_requests) { in xen_block_start_request()100 request->dataplane = dataplane; in xen_block_start_request()109 dataplane->requests_total++; in xen_block_start_request()113 request = QLIST_FIRST(&dataplane->freelist); in xen_block_start_request()116 QLIST_INSERT_HEAD(&dataplane->inflight, request, list); in xen_block_start_request()117 dataplane->requests_inflight++; in xen_block_start_request()[all …]
21 void xen_block_dataplane_destroy(XenBlockDataPlane *dataplane);22 void xen_block_dataplane_start(XenBlockDataPlane *dataplane,28 void xen_block_dataplane_stop(XenBlockDataPlane *dataplane);29 void xen_block_dataplane_attach(XenBlockDataPlane *dataplane);30 void xen_block_dataplane_detach(XenBlockDataPlane *dataplane);
172 xen_block_dataplane_stop(blockdev->dataplane); in xen_block_disconnect()261 xen_block_dataplane_start(blockdev->dataplane, ring_ref, nr_ring_ref, in xen_block_connect()284 xen_block_dataplane_destroy(blockdev->dataplane); in xen_block_unrealize()285 blockdev->dataplane = NULL; in xen_block_unrealize()325 xen_block_dataplane_detach(blockdev->dataplane); in xen_block_drained_begin()333 xen_block_dataplane_attach(blockdev->dataplane); in xen_block_drained_end()421 blockdev->dataplane = in xen_block_realize()
20 subdir('dataplane') subdir
51 virtio dataplane traffic to hardware.114 With this driver, the VirtIO dataplane can be126 With this driver, the VirtIO dataplane can be
55 XenBlockDataPlane *dataplane; member
19 virtio_scsi_ss.add(files('virtio-scsi-dataplane.c'))
155 able to start the dataplane processing as follows:
546 F: hw/block/dataplane/xen*551 F: include/hw/block/dataplane/xen*2252 F: hw/block/dataplane/*
[all...]