Searched full:vring (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ |
H A D | keystone-k2hk.dtsi | 167 interrupt-names = "vring", "exception"; 183 interrupt-names = "vring", "exception"; 199 interrupt-names = "vring", "exception"; 215 interrupt-names = "vring", "exception"; 231 interrupt-names = "vring", "exception"; 247 interrupt-names = "vring", "exception"; 263 interrupt-names = "vring", "exception"; 279 interrupt-names = "vring", "exception";
|
H A D | keystone-k2l.dtsi | 337 interrupt-names = "vring", "exception"; 353 interrupt-names = "vring", "exception"; 369 interrupt-names = "vring", "exception"; 385 interrupt-names = "vring", "exception";
|
H A D | keystone-k2e.dtsi | 133 interrupt-names = "vring", "exception";
|
H A D | keystone-k2g.dtsi | 240 interrupt-names = "vring", "exception";
|
/freebsd/sys/dev/virtio/ |
H A D | virtio_ring.h | 85 struct vring { struct 93 /* Alignment requirements for vring elements. argument 103 * struct vring { 148 vring_init(struct vring *vr, unsigned int num, uint8_t *p, in vring_init()
|
H A D | virtqueue.c | 70 struct vring vq_ring; 662 struct vring *vr; in vq_ring_init()
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,keystone-rproc.txt | 63 "vring" - interrupt for virtio based IPC 139 interrupt-names = "vring", "exception"; 178 interrupt-names = "vring", "exception";
|
H A D | ti,k3-m4f-rproc.yaml | 68 - description: regions used for DMA allocations like vrings, vring buffers
|
H A D | fsl,imx-rproc.yaml | 57 resource table, vring region and others used by remote processor.
|
H A D | ti,k3-dsp-rproc.yaml | 70 vring buffers
|
H A D | ti,k3-r5f-rproc.yaml | 166 vring buffers
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am65-main.dtsi | 1198 interrupt-names = "vring"; 1210 interrupt-names = "vring"; 1231 interrupt-names = "vring"; 1243 interrupt-names = "vring"; 1364 interrupt-names = "vring"; 1376 interrupt-names = "vring"; 1397 interrupt-names = "vring"; 1409 interrupt-names = "vring"; 1530 interrupt-names = "vring"; 1542 interrupt-names = "vring"; [all …]
|
H A D | k3-am64-main.dtsi | 1292 interrupt-names = "vring"; 1304 interrupt-names = "vring"; 1325 interrupt-names = "vring"; 1337 interrupt-names = "vring"; 1457 interrupt-names = "vring"; 1469 interrupt-names = "vring"; 1490 interrupt-names = "vring"; 1502 interrupt-names = "vring";
|
/freebsd/sys/dev/virtio/pci/ |
H A D | virtio_pci_legacy_var.h | 73 /* The alignment to use between consumer and producer parts of vring. */
|