Home
last modified time | relevance | path

Searched refs:VIRTIO_PCI_QUEUE_SEL (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/virtio/
Dvirtio_pci_legacy.c127 iowrite16(index, vp_dev->ioaddr + VIRTIO_PCI_QUEUE_SEL); in setup_vq()
182 iowrite16(vq->index, vp_dev->ioaddr + VIRTIO_PCI_QUEUE_SEL); in del_vq()
/linux-4.1.27/include/uapi/linux/
Dvirtio_pci.h59 #define VIRTIO_PCI_QUEUE_SEL 14 macro