Home
last modified time | relevance | path

Searched refs:queue_msix_vector (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vdpa/ifcvf/
A Difcvf_base.c358 ifc_iowrite16(i + IFCVF_MSI_QUEUE_OFF, &cfg->queue_msix_vector); in ifcvf_hw_enable()
360 if (ifc_ioread16(&cfg->queue_msix_vector) == in ifcvf_hw_enable()
384 ifc_iowrite16(VIRTIO_MSI_NO_VECTOR, &cfg->queue_msix_vector); in ifcvf_hw_disable()
387 ifc_ioread16(&cfg->queue_msix_vector); in ifcvf_hw_disable()
/linux/drivers/virtio/
A Dvirtio_pci_modern_dev.c181 offsetof(struct virtio_pci_common_cfg, queue_msix_vector)); in check_offsets()
480 vp_iowrite16(vector, &cfg->queue_msix_vector); in vp_modern_queue_vector()
482 return vp_ioread16(&cfg->queue_msix_vector); in vp_modern_queue_vector()
/linux/include/uapi/linux/
A Dvirtio_pci.h158 __le16 queue_msix_vector; /* read-write */ member

Completed in 6 milliseconds