Home
last modified time | relevance | path

Searched refs:msix_config (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/vdpa/ifcvf/
H A Difcvf_base.c313 ifc_iowrite16(IFCVF_MSI_CONFIG_OFF, &cfg->msix_config); in ifcvf_hw_enable()
315 if (ifc_ioread16(&cfg->msix_config) == VIRTIO_MSI_NO_VECTOR) { in ifcvf_hw_enable()
354 ifc_iowrite16(VIRTIO_MSI_NO_VECTOR, &cfg->msix_config); in ifcvf_hw_disable()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvirtio_pci.h141 __le16 msix_config; /* read-write */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvirtio_pci.h141 __le16 msix_config; /* read-write */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_pci.h150 __le16 msix_config; /* read-write */ member
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_pci_modern.c301 vp_iowrite16(vector, &vp_dev->common->msix_config); in vp_config_vector()
304 return vp_ioread16(&vp_dev->common->msix_config); in vp_config_vector()
646 offsetof(struct virtio_pci_common_cfg, msix_config)); in check_offsets()