Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vdpa/ifcvf/
Difcvf_base.c332 ifc_iowrite16(i + IFCVF_MSI_QUEUE_OFF, &cfg->queue_msix_vector); in ifcvf_hw_enable()
334 if (ifc_ioread16(&cfg->queue_msix_vector) == in ifcvf_hw_enable()
358 ifc_iowrite16(VIRTIO_MSI_NO_VECTOR, &cfg->queue_msix_vector); in ifcvf_hw_disable()
361 ifc_ioread16(&cfg->queue_msix_vector); in ifcvf_hw_disable()
/Linux-v5.10/drivers/virtio/
Dvirtio_pci_modern.c385 vp_iowrite16(msix_vec, &cfg->queue_msix_vector); in setup_vq()
386 msix_vec = vp_ioread16(&cfg->queue_msix_vector); in setup_vq()
436 &vp_dev->common->queue_msix_vector); in del_vq()
438 vp_ioread16(&vp_dev->common->queue_msix_vector); in del_vq()
658 offsetof(struct virtio_pci_common_cfg, queue_msix_vector)); in check_offsets()
/Linux-v5.10/include/uapi/linux/
Dvirtio_pci.h158 __le16 queue_msix_vector; /* read-write */ member